Documentation ¶
Overview ¶
Package impactarea
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Search = ImpactArea{"search"} Ingest = ImpactArea{"ingest"} Backup = ImpactArea{"backup"} Deploymentmanagement = ImpactArea{"deployment_management"} )
Functions ¶
This section is empty.
Types ¶
type ImpactArea ¶
type ImpactArea struct {
Name string
}
func (ImpactArea) MarshalText ¶
func (i ImpactArea) MarshalText() (text []byte, err error)
func (ImpactArea) String ¶
func (i ImpactArea) String() string
func (*ImpactArea) UnmarshalText ¶
func (i *ImpactArea) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.