Documentation
¶
Overview ¶
Package customservicetype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Custom = CustomServiceType{"custom"}
)
Functions ¶
This section is empty.
Types ¶
type CustomServiceType ¶
type CustomServiceType struct {
Name string
}
func (CustomServiceType) MarshalText ¶
func (c CustomServiceType) MarshalText() (text []byte, err error)
func (CustomServiceType) String ¶
func (c CustomServiceType) String() string
func (*CustomServiceType) UnmarshalText ¶
func (c *CustomServiceType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.