Documentation
¶
Overview ¶
Package ecscompatibilitytype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Disabled = EcsCompatibilityType{"disabled"} V1 = EcsCompatibilityType{"v1"} )
Functions ¶
This section is empty.
Types ¶
type EcsCompatibilityType ¶
type EcsCompatibilityType struct {
Name string
}
func (EcsCompatibilityType) MarshalText ¶
func (e EcsCompatibilityType) MarshalText() (text []byte, err error)
func (EcsCompatibilityType) String ¶
func (e EcsCompatibilityType) String() string
func (*EcsCompatibilityType) UnmarshalText ¶
func (e *EcsCompatibilityType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.