Documentation ¶
Overview ¶
Package deprecationlevel
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( None = DeprecationLevel{"none"} Info = DeprecationLevel{"info"} Warning = DeprecationLevel{"warning"} Critical = DeprecationLevel{"critical"} )
Functions ¶
This section is empty.
Types ¶
type DeprecationLevel ¶
type DeprecationLevel struct {
Name string
}
func (DeprecationLevel) MarshalText ¶
func (d DeprecationLevel) MarshalText() (text []byte, err error)
func (DeprecationLevel) String ¶
func (d DeprecationLevel) String() string
func (*DeprecationLevel) UnmarshalText ¶
func (d *DeprecationLevel) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.