user_connection_execution

package
v1.0.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

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
const (
	STATUS_INVALID Status = iota
	STATUS_SUCCEEDED
	STATUS_FAILED
	STATUS_CANCELLED
)

func JSONToStatusSlice

func JSONToStatusSlice(in json.RawMessage) []Status

func StatusFromPointerString

func StatusFromPointerString(in *string) Status

func StatusFromString

func StatusFromString(in string) Status

func (Status) String

func (e Status) String() string

func (Status) StringPtr

func (e Status) StringPtr() *string

func (Status) ToInt64

func (e Status) ToInt64() int64

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL