Documentation
¶
Index ¶
- func ProjectVersionDeploymentSliceToJSON(e []ProjectVersionDeployment) json.RawMessage
- func ProjectVersionDeploymentToJSON(e ProjectVersionDeployment) json.RawMessage
- func StatusSliceToJSON(in []Status) json.RawMessage
- type ProjectVersionDeployment
- func NewProjectVersionDeploymentSliceWithRandomValues(n int) []ProjectVersionDeployment
- func NewProjectVersionDeploymentWithRandomValues() ProjectVersionDeployment
- func ProjectVersionDeploymentFromJSON(data json.RawMessage) ProjectVersionDeployment
- func ProjectVersionDeploymentSliceFromJSON(data json.RawMessage) []ProjectVersionDeployment
- func (e ProjectVersionDeployment) ArrayFieldIdentifierToType() map[string]types.FieldType
- func (e ProjectVersionDeployment) EntityIdentifier() string
- func (e ProjectVersionDeployment) FieldIdentfierToTypeMap() map[string]types.FieldType
- func (e ProjectVersionDeployment) IsDependant() bool
- func (e ProjectVersionDeployment) String() string
- func (e ProjectVersionDeployment) ToJSON() json.RawMessage
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProjectVersionDeploymentSliceToJSON ¶
func ProjectVersionDeploymentSliceToJSON(e []ProjectVersionDeployment) json.RawMessage
func ProjectVersionDeploymentToJSON ¶
func ProjectVersionDeploymentToJSON(e ProjectVersionDeployment) json.RawMessage
func StatusSliceToJSON ¶
func StatusSliceToJSON(in []Status) json.RawMessage
Types ¶
type ProjectVersionDeployment ¶
type ProjectVersionDeployment struct { EnviromentUUID uuid.UUID `json:"enviroment_uuid"` Status Status `json:"status"` }
func NewProjectVersionDeploymentSliceWithRandomValues ¶
func NewProjectVersionDeploymentSliceWithRandomValues(n int) []ProjectVersionDeployment
func NewProjectVersionDeploymentWithRandomValues ¶
func NewProjectVersionDeploymentWithRandomValues() ProjectVersionDeployment
func ProjectVersionDeploymentFromJSON ¶
func ProjectVersionDeploymentFromJSON(data json.RawMessage) ProjectVersionDeployment
func ProjectVersionDeploymentSliceFromJSON ¶
func ProjectVersionDeploymentSliceFromJSON(data json.RawMessage) []ProjectVersionDeployment
func (ProjectVersionDeployment) ArrayFieldIdentifierToType ¶
func (e ProjectVersionDeployment) ArrayFieldIdentifierToType() map[string]types.FieldType
func (ProjectVersionDeployment) EntityIdentifier ¶
func (e ProjectVersionDeployment) EntityIdentifier() string
func (ProjectVersionDeployment) FieldIdentfierToTypeMap ¶
func (e ProjectVersionDeployment) FieldIdentfierToTypeMap() map[string]types.FieldType
func (ProjectVersionDeployment) IsDependant ¶
func (e ProjectVersionDeployment) IsDependant() bool
func (ProjectVersionDeployment) String ¶
func (e ProjectVersionDeployment) String() string
func (ProjectVersionDeployment) ToJSON ¶
func (e ProjectVersionDeployment) ToJSON() json.RawMessage
type Status ¶
type Status int64
func JSONToStatusSlice ¶
func JSONToStatusSlice(in json.RawMessage) []Status
func StatusFromPointerString ¶
func StatusFromString ¶
Click to show internal directories.
Click to hide internal directories.