Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResItem ¶
type ResItem struct { Ident string `json:"ident,omitempty"` Computer string `json:"computer,omitempty"` Cluster string `json:"cluster,omitempty"` Name string `json:"name"` Path string `json:"path"` Type _const.ResType `json:"type"` Key string `json:"key"` Children []*ResItem `json:"children"` IsTemplate bool `json:"isTemplate"` Ip string `json:"ip,omitempty"` Port int `json:"port,omitempty"` Username string `json:"-"` Password string `json:"-"` ComputerObj model.Computer `gorm:"-" json:"computer"` // only for computer data persistence }
Click to show internal directories.
Click to hide internal directories.