This commit is contained in:
insanity@loafle.com 2017-06-05 21:48:08 +09:00
parent a319dd87a6
commit 81ab013e65

View File

@ -68,3 +68,7 @@ func (as *AgentService) getAgentList(memberId string) (string, error) {
return out, nil
}
func (as *AgentService) GetModel() (interface{}) {
return &Agent{}
}