Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logins map[string]*DSL = map[string]*DSL{}
Logins the loaded login widgets
Functions ¶
Types ¶
type ActionDSL ¶
type ActionDSL struct {
Process string `json:"process,omitempty"`
Args []interface{} `json:"args,omitempty"`
}
ActionDSL the login action DSL
type DSL ¶
type DSL struct {
ID string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Action ActionDSL `json:"action,omitempty"`
Layout LayoutDSL `json:"layout,omitempty"`
ThirdPartyLogin []ThirdPartyLoginDSL `json:"thirdPartyLogin,omitempty"`
}
DSL the login DSL
Click to show internal directories.
Click to hide internal directories.