Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityList ¶ added in v0.12.0
type SecurityList struct {
List []*Security
}
type WatchedGroup ¶
type WatchedGroup struct {
Id int64 `json:"id,string"`
Name string `json:"name"`
Securites []*WatchedSecurity `json:"securities"`
}
type WatchedGroupList ¶
type WatchedGroupList struct {
Groups []*WatchedGroup `json:"groups"`
}
Click to show internal directories.
Click to hide internal directories.