Merge branch 'master' of https://git.loafle.net/overflow/overflow_proxy_service
This commit is contained in:
commit
b60447bf50
@ -8,11 +8,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type NoAuthAgentService struct {
|
type NoAuthAgentService struct {
|
||||||
Param *NoAuthAgent `json:"param"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewNoAuthAgentService() *NoAuthAgentService {
|
func NewNoAuthAgentService() *NoAuthAgentService {
|
||||||
return &NoAuthAgentService{Param:&NoAuthAgent{}}
|
return &NoAuthAgentService{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -98,3 +97,7 @@ func(as *NoAuthAgentService)GetNoAuthList(authStatus string) (string,error) {
|
|||||||
return out,nil;
|
return out,nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
func (as *NoAuthAgentService) GetModel() (interface{}) {
|
||||||
|
return NewNoAuthAgent("", 0, "")
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user