Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Login ¶
good for 10 years
func (*Login) Membership ¶
func (l *Login) Membership() (*Membership, error)
type Membership ¶
type Membership struct {
DomainId int
}
type PlayManifest ¶
func (*PlayManifest) Dash ¶
func (p *PlayManifest) Dash() (*Dash, error)
type Plays ¶
type Plays struct {
ErrorMsgLong string `json:"error_msg_long"`
Manifests []PlayManifest
}
func (*Plays) Dash ¶
func (p *Plays) Dash() (*PlayManifest, error)
Click to show internal directories.
Click to hide internal directories.