Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveUser ¶
type ActiveUser struct {
Id string `json:"id"`
UserName string `json:"username,omitempty"`
Name string `json:"name,omitempty"`
Orgs []struct {
Name string `json:"name,omitempty"`
Id string `json:"id,omitempty"`
Group struct {
Name string `json:"name,omitempty"`
Id string `json:"id,omitempty"`
} `json:"group,omitempty"`
} `json:"orgs,omitempty"`
}
func CallWhoAmI ¶
Click to show internal directories.
Click to hide internal directories.