Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorMessage ¶
type ErrorMessage struct {
C string
}
func (ErrorMessage) Content ¶
func (m ErrorMessage) Content() string
func (ErrorMessage) Type ¶
func (ErrorMessage) Type() string
type InfoMessage ¶
type InfoMessage struct {
C string
}
func (InfoMessage) Content ¶
func (m InfoMessage) Content() string
func (InfoMessage) Type ¶
func (InfoMessage) Type() string
type NeutralMessage ¶
type NeutralMessage struct {
C string
}
func (NeutralMessage) Content ¶
func (m NeutralMessage) Content() string
func (NeutralMessage) Type ¶
func (NeutralMessage) Type() string
type SuccessMessage ¶
type SuccessMessage struct {
C string
}
func (SuccessMessage) Content ¶
func (m SuccessMessage) Content() string
func (SuccessMessage) Type ¶
func (SuccessMessage) Type() string
type WarningMessage ¶
type WarningMessage struct {
C string
}
func (WarningMessage) Content ¶
func (m WarningMessage) Content() string
func (WarningMessage) Type ¶
func (WarningMessage) Type() string
Click to show internal directories.
Click to hide internal directories.