Documentation
¶
Index ¶
- type Modules
- func (m *Modules) Company() co_interface.ICompany
- func (m *Modules) Dao() *co_dao.XDao
- func (m *Modules) Employee() co_interface.IEmployee
- func (m *Modules) GetConfig() *co_model.Config
- func (m *Modules) My() co_interface.IMy
- func (m *Modules) SetI18n(i18n *gi18n.Manager) error
- func (m *Modules) T(ctx context.Context, content string) string
- func (m *Modules) Team() co_interface.ITeam
- func (m *Modules) Tf(ctx context.Context, format string, values ...interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Modules ¶
type Modules struct {
// contains filtered or unexported fields
}
func (*Modules) Company ¶
func (m *Modules) Company() co_interface.ICompany
func (*Modules) Employee ¶
func (m *Modules) Employee() co_interface.IEmployee
func (*Modules) My ¶
func (m *Modules) My() co_interface.IMy
func (*Modules) Team ¶
func (m *Modules) Team() co_interface.ITeam
Click to show internal directories.
Click to hide internal directories.