Documentation ¶
Index ¶
- type Button
- func (b *Button) AddButton(buttons *Button) *Button
- func (b *Button) GetButtons() []*Button
- func (b *Button) GetMatchRule() *MatchRule
- func (b *Button) SetButtons(buttons []*Button) *Button
- func (b *Button) SetMatchRule(rule *MatchRule) *Button
- func (b *Button) SetSub(name string, sub []*Button) *Button
- type MatchRule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Button ¶
Button Button
func (*Button) SetButtons ¶
SetButtons SetButtons
func (*Button) SetMatchRule ¶
SetMatchRule SetMatchRule
type MatchRule ¶
type MatchRule struct { TagID string `json:"tag_id,omitempty"` Sex string `json:"sex,omitempty"` Country string `json:"country,omitempty"` Province string `json:"province,omitempty"` City string `json:"city,omitempty"` ClientPlatformType string `json:"client_platform_type,omitempty"` Language string `json:"language,omitempty"` }
MatchRule MatchRule
Click to show internal directories.
Click to hide internal directories.