Documentation ¶
Index ¶
- type AwsBIState
- type AzBIState
- type AzKSState
- type HiState
- type State
- func (s *State) GetAzBIState() *AzBIState
- func (s *State) GetAzKSState() *AzKSState
- func (s *State) GetHiState() *HiState
- func (s *State) IsValidDoNotUse() error
- func (s *State) Marshal() ([]byte, error)
- func (s *State) Unmarshal(b []byte) (err error)
- func (s *State) UnmarshalDoNotUse(b []byte) error
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsBIState ¶ added in v0.0.8
type AzBIState ¶
type AzKSState ¶ added in v0.0.6
type HiState ¶ added in v0.0.7
type State ¶
type State struct { Kind *string `json:"kind" validate:"required,eq=state"` Version *string `json:"version" validate:"required,version=~0"` Unused []string `json:"-"` AzBI *AzBIState `json:"azbi" validate:"omitempty"` AzKS *AzKSState `json:"azks" validate:"omitempty"` Hi *HiState `json:"hi" validate:"omitempty"` AwsBI *AwsBIState `json:"awsbi" validate:"omitempty"` }
func (*State) GetAzBIState ¶ added in v0.0.6
func (*State) GetAzKSState ¶ added in v0.0.6
func (*State) GetHiState ¶ added in v0.0.7
func (*State) IsValidDoNotUse ¶ added in v0.0.7
DO NOT USE!!! This is temporary function used to fix existing issue (https://github.com/epiphany-platform/e-structures/issues/10) in some modules and will be removed shortly after issue is resolved in all modules
func (*State) UnmarshalDoNotUse ¶ added in v0.0.7
DO NOT USE!!! This is temporary function used to fix existing issue (https://github.com/epiphany-platform/e-structures/issues/10) in some modules and will be removed shortly after issue is resolved in all modules
Click to show internal directories.
Click to hide internal directories.