Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerNotFoundError ¶
type ControllerNotFoundError struct {
Name string
}
func (ControllerNotFoundError) Error ¶
func (e ControllerNotFoundError) Error() string
type SessionNotFoundError ¶
type SessionNotFoundError struct {
SessionId string
}
func (SessionNotFoundError) Error ¶
func (e SessionNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.