typo
This commit is contained in:
parent
ac7ce714be
commit
d255ec8c93
@ -16,7 +16,7 @@ type Agent struct {
|
||||
AuthorizedDate int64 `json:"authorizedDate,Number,omitempty"`
|
||||
Description string `json:"description,omitempty"`
|
||||
Member member.Member `json:"member,omitempty"`
|
||||
LastPollingDate int64 `json:"description,omitempty"`
|
||||
LastPollingDate int64 `json:"lastPollingDate,omitempty"`
|
||||
Status string `json:"status,omitempty"`
|
||||
}
|
||||
|
||||
@ -24,6 +24,8 @@ func NewAgentService() *AgentService {
|
||||
return &AgentService{}
|
||||
}
|
||||
|
||||
|
||||
|
||||
func NewAgent(desc string, member member.Member) *Agent {
|
||||
|
||||
na := &Agent{
|
||||
|
Loading…
x
Reference in New Issue
Block a user