Documentation
¶
Index ¶
- Variables
- func MustExecCreate(s *usersystem.UserSystem, uid string)
- func MustExecExist(s *usersystem.UserSystem, uid string) bool
- func MustExecRemove(s *usersystem.UserSystem, uid string)
- func WrapCreate(h func(string), onFail func(string)) *herbsystem.Action
- func WrapExist(h func(string) bool) *herbsystem.Action
- func WrapRemove(h func(string)) *herbsystem.Action
Constants ¶
This section is empty.
Variables ¶
View Source
var CommandCreate = herbsystem.Command("create")
View Source
var CommandExist = herbsystem.Command("exist")
View Source
var CommandRemove = herbsystem.Command("remove")
Functions ¶
func MustExecCreate ¶
func MustExecCreate(s *usersystem.UserSystem, uid string)
func MustExecExist ¶
func MustExecExist(s *usersystem.UserSystem, uid string) bool
func MustExecRemove ¶
func MustExecRemove(s *usersystem.UserSystem, uid string)
func WrapCreate ¶
func WrapCreate(h func(string), onFail func(string)) *herbsystem.Action
func WrapRemove ¶
func WrapRemove(h func(string)) *herbsystem.Action
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.