Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBaseContext ¶
type IBaseContext interface { PrintName() GetName() string }
type ISContext ¶
type ISContext interface { IBaseContext PrintInfo() GetInfo() string }
type TBaseContext ¶
type TBaseContext struct {
// contains filtered or unexported fields
}
func (*TBaseContext) GetName ¶
func (this *TBaseContext) GetName() string
func (*TBaseContext) PrintName ¶
func (this *TBaseContext) PrintName()
func (*TBaseContext) SetName ¶
func (this *TBaseContext) SetName(n string)
Click to show internal directories.
Click to hide internal directories.