Documentation ¶
Index ¶
- func Added(obj fmt.Stringer)
- func Error(obj fmt.Stringer, msg string)
- func HasChanges(obj fmt.Stringer, diff string)
- func Info(obj fmt.Stringer, msg string)
- func NoChanges(obj fmt.Stringer)
- func NotFound(obj fmt.Stringer)
- func NotSupported(obj fmt.Stringer, behaviour string)
- func Updated(obj fmt.Stringer)
- func Warn(obj fmt.Stringer, msg string)
- type SimpleString
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasChanges ¶
HasChanges announces that a resource has changed, and displays the differences
func NotSupported ¶
NotSupported announces that a behaviour is not supported by a handler
Types ¶
type SimpleString ¶
type SimpleString string
func (SimpleString) String ¶
func (s SimpleString) String() string
Click to show internal directories.
Click to hide internal directories.