Documentation
¶
Index ¶
Constants ¶
View Source
const ( Male = Gender(false) Female = Gender(true) )
Variables ¶
View Source
var StatusT = &Type{ "status", true, IsType((*StatusManager)(nil)), }
View Source
var StringT = &Type{ "string", true, IsType(""), }
Functions ¶
func Unregister ¶
func Unregister(name string)
Types ¶
type StatusManager ¶
type StatusManager struct {
// contains filtered or unexported fields
}
func (*StatusManager) Go ¶
func (m *StatusManager) Go(fn func(status *Status))
func (*StatusManager) Wait ¶
func (m *StatusManager) Wait() error
Click to show internal directories.
Click to hide internal directories.