Documentation
¶
Index ¶
- func StatusSliceToJSON(in []Status) json.RawMessage
- func UserConnectionExecutionSliceToJSON(e []UserConnectionExecution) json.RawMessage
- func UserConnectionExecutionToJSON(e UserConnectionExecution) json.RawMessage
- type Status
- type UserConnectionExecution
- func NewUserConnectionExecutionSliceWithRandomValues(n int) []UserConnectionExecution
- func NewUserConnectionExecutionWithRandomValues() UserConnectionExecution
- func UserConnectionExecutionFromJSON(data json.RawMessage) UserConnectionExecution
- func UserConnectionExecutionSliceFromJSON(data json.RawMessage) []UserConnectionExecution
- func (e UserConnectionExecution) ArrayFieldIdentifierToType() map[string]types.FieldType
- func (e UserConnectionExecution) EntityIdentifier() string
- func (e UserConnectionExecution) FieldIdentfierToTypeMap() map[string]types.FieldType
- func (e UserConnectionExecution) IsDependant() bool
- func (e UserConnectionExecution) OrderedFieldIdentifiers() []string
- func (e UserConnectionExecution) String() string
- func (e UserConnectionExecution) ToJSON() json.RawMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StatusSliceToJSON ¶
func StatusSliceToJSON(in []Status) json.RawMessage
func UserConnectionExecutionSliceToJSON ¶
func UserConnectionExecutionSliceToJSON(e []UserConnectionExecution) json.RawMessage
func UserConnectionExecutionToJSON ¶
func UserConnectionExecutionToJSON(e UserConnectionExecution) json.RawMessage
Types ¶
type Status ¶
type Status int64
func JSONToStatusSlice ¶
func JSONToStatusSlice(in json.RawMessage) []Status
func StatusFromPointerString ¶
func StatusFromString ¶
type UserConnectionExecution ¶
type UserConnectionExecution struct {
UUID uuid.UUID `json:"uuid"`
Status Status `json:"status"`
ResultsPath *string `json:"results_path"`
NumResults int64 `json:"num_results"`
StartedAt time.Time `json:"started_at"`
FinishedAt time.Time `json:"finished_at"`
EstimatedTime *string `json:"estimated_time"`
UserMsg *string `json:"user_msg"`
}
func NewUserConnectionExecutionSliceWithRandomValues ¶
func NewUserConnectionExecutionSliceWithRandomValues(n int) []UserConnectionExecution
func NewUserConnectionExecutionWithRandomValues ¶
func NewUserConnectionExecutionWithRandomValues() UserConnectionExecution
func UserConnectionExecutionFromJSON ¶
func UserConnectionExecutionFromJSON(data json.RawMessage) UserConnectionExecution
func UserConnectionExecutionSliceFromJSON ¶
func UserConnectionExecutionSliceFromJSON(data json.RawMessage) []UserConnectionExecution
func (UserConnectionExecution) ArrayFieldIdentifierToType ¶
func (e UserConnectionExecution) ArrayFieldIdentifierToType() map[string]types.FieldType
func (UserConnectionExecution) EntityIdentifier ¶
func (e UserConnectionExecution) EntityIdentifier() string
func (UserConnectionExecution) FieldIdentfierToTypeMap ¶
func (e UserConnectionExecution) FieldIdentfierToTypeMap() map[string]types.FieldType
func (UserConnectionExecution) IsDependant ¶
func (e UserConnectionExecution) IsDependant() bool
func (UserConnectionExecution) OrderedFieldIdentifiers ¶ added in v1.0.35
func (e UserConnectionExecution) OrderedFieldIdentifiers() []string
func (UserConnectionExecution) String ¶
func (e UserConnectionExecution) String() string
func (UserConnectionExecution) ToJSON ¶
func (e UserConnectionExecution) ToJSON() json.RawMessage
Click to show internal directories.
Click to hide internal directories.