Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { InjectHtml template.HTML Title string // contains filtered or unexported fields }
func NewManager ¶
func (*Manager) GetElemByPath ¶
type StringEnum ¶
type StringEnum interface {
GetEnumList() []string //GetEnumList get all list of this type enum ,should only depend on type
}
define a stringEnum like this type Enum1 string
func (enum Enum1)GetEnumList()[]string{ return []string{ "abc", "bcd", "qwe", } }
Click to show internal directories.
Click to hide internal directories.