Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InternalServerError = errors.New("internal server error")
Functions ¶
func IsAccountNotExist ¶
func IsAppNotExist ¶
func IsNodeNotExist ¶
func IsNotExist ¶
Types ¶
type AccountNotExist ¶
func (AccountNotExist) Error ¶
func (err AccountNotExist) Error() string
type AppNotExist ¶
func (AppNotExist) Error ¶
func (err AppNotExist) Error() string
type NodeNotExist ¶
type NodeNotExist struct {
Name string
}
func (NodeNotExist) Error ¶
func (err NodeNotExist) Error() string
Click to show internal directories.
Click to hide internal directories.