Versions in this module Expand all Collapse all v0 v0.0.1 Nov 20, 2023 Changes in this version + func OnCompletionNames() []string + func ResultSaveTypeNames() []string + func StepStatusNames() []string + type HttpReq_AgentServiceUpdate struct + Ended time.Time + Result string + Sequence int + Started time.Time + Status StepStatus + Uuid string + type HttpReq_ServiceStep_Create struct + Args map[string]interface{} + type HttpReq_Service_Create struct + ClusterUuid string + Name string + SubscribedChannel string + Summary string + TemplateUuid string + type HttpReq_Service_create struct + Steps []HttpReq_ServiceStep_Create + Uuid string + type HttpRsp_AgentServicePolling struct + Steps []ServiceStep_tangled + type HttpRsp_Service struct + Steps []ServiceStep_tangled + type HttpRsp_ServiceStep struct + type HttpRsp_Service_create struct + Steps []ServiceStep + type HttpRsp_Service_status struct + Steps []ServiceStep_tangled + type OnCompletion int8 + const OnCompletionNone + const OnCompletionRemove + func ParseOnCompletion(name string) (OnCompletion, error) + func (x OnCompletion) String() string + type ResultSaveType int + const ResultSaveTypeDatabase + const ResultSaveTypeDigitalOceanSpaces + const ResultSaveTypeNone + func ParseResultSaveType(name string) (ResultSaveType, error) + func (x ResultSaveType) String() string + type Scanner interface + Scan func(dest ...interface{}) error + type Service struct + Created time.Time + Uuid string + func (Service) ColumnNames() []string + func (Service) ColumnNamesWithAlias() []string + func (row *Service) Ptrs() []interface{} + func (row *Service) Scan(scanner Scanner) error + func (row Service) Values() []interface{} + type ServiceResult struct + Created time.Time + Uuid string + func (ServiceResult) ColumnNames() []string + func (ServiceResult) ColumnNamesWithAlias() []string + func (row *ServiceResult) Ptrs() []interface{} + func (row *ServiceResult) Scan(scanner Scanner) error + func (row ServiceResult) Values() []interface{} + type ServiceResults_essential struct + Result crypto.CryptoString + ResultSaveType ResultSaveType + func (ServiceResults_essential) ColumnNames() []string + func (ServiceResults_essential) ColumnNamesWithAlias() []string + func (ServiceResults_essential) TableName() string + func (row *ServiceResults_essential) Ptrs() []interface{} + func (row *ServiceResults_essential) Scan(scanner Scanner) error + func (row ServiceResults_essential) Values() []interface{} + type ServiceStatus struct + Created time.Time + Uuid string + func (ServiceStatus) ColumnNames() []string + func (ServiceStatus) ColumnNamesWithAlias() []string + func (row *ServiceStatus) Ptrs() []interface{} + func (row *ServiceStatus) Scan(scanner Scanner) error + func (row ServiceStatus) Values() []interface{} + type ServiceStatus_essential struct + AssignedClientUuid string + Message vanilla.NullString + Status StepStatus + StepPosition int + func (ServiceStatus_essential) ColumnNames() []string + func (ServiceStatus_essential) ColumnNamesWithAlias() []string + func (ServiceStatus_essential) TableName() string + func (row *ServiceStatus_essential) Ptrs() []interface{} + func (row *ServiceStatus_essential) Scan(scanner Scanner) error + func (row ServiceStatus_essential) Values() []interface{} + type ServiceStep struct + Created time.Time + Sequence int + Uuid string + func (ServiceStep) ColumnNames() []string + func (ServiceStep) ColumnNamesWithAlias() []string + func (row *ServiceStep) Ptrs() []interface{} + func (row *ServiceStep) Scan(scanner Scanner) error + func (row ServiceStep) Values() []interface{} + type ServiceStepStatus struct + Created time.Time + Sequence int + Uuid string + func (ServiceStepStatus) ColumnNames() []string + func (ServiceStepStatus) ColumnNamesWithAlias() []string + func (row *ServiceStepStatus) Ptrs() []interface{} + func (row *ServiceStepStatus) Scan(scanner Scanner) error + func (row ServiceStepStatus) Values() []interface{} + type ServiceStepStatus_essential struct + Ended vanilla.NullTime + Started vanilla.NullTime + Status StepStatus + func (ServiceStepStatus_essential) ColumnNames() []string + func (ServiceStepStatus_essential) ColumnNamesWithAlias() []string + func (ServiceStepStatus_essential) TableName() string + func (row *ServiceStepStatus_essential) Ptrs() []interface{} + func (row *ServiceStepStatus_essential) Scan(scanner Scanner) error + func (row ServiceStepStatus_essential) Values() []interface{} + type ServiceStep_essential struct + Args cryptov2.CryptoObject + Method string + Name string + ResultFilter vanilla.NullString + Summary vanilla.NullString + func (ServiceStep_essential) ColumnNames() []string + func (ServiceStep_essential) ColumnNamesWithAlias() []string + func (ServiceStep_essential) TableName() string + func (row *ServiceStep_essential) Ptrs() []interface{} + func (row *ServiceStep_essential) Scan(scanner Scanner) error + func (row ServiceStep_essential) Values() []interface{} + type ServiceStep_tangled struct + Updated vanilla.NullTime + func (ServiceStep_tangled) ColumnNames() []string + func (ServiceStep_tangled) ColumnNamesWithAlias() []string + func (record ServiceStep_tangled) TableName() string + func (row *ServiceStep_tangled) Ptrs() []interface{} + func (row *ServiceStep_tangled) Scan(scanner Scanner) error + func (row ServiceStep_tangled) Values() []interface{} + type Service_essential struct + ClusterUuid string + Name string + StepCount int + SubscribedChannel vanilla.NullString + Summary vanilla.NullString + TemplateUuid string + func (Service_essential) ColumnNames() []string + func (Service_essential) ColumnNamesWithAlias() []string + func (Service_essential) TableName() string + func (row *Service_essential) Ptrs() []interface{} + func (row *Service_essential) Scan(scanner Scanner) error + func (row Service_essential) Values() []interface{} + type Service_status struct + Updated vanilla.NullTime + func (Service_status) ColumnNames() []string + func (Service_status) ColumnNamesWithAlias() []string + func (record Service_status) TableName() string + func (row *Service_status) Ptrs() []interface{} + func (row *Service_status) Scan(scanner Scanner) error + func (row Service_status) Values() []interface{} + type Service_tangled struct + Updated vanilla.NullTime + func (Service_tangled) ColumnNames() []string + func (Service_tangled) ColumnNamesWithAlias() []string + func (record Service_tangled) TableName() string + func (row *Service_tangled) Ptrs() []interface{} + func (row *Service_tangled) Scan(scanner Scanner) error + func (row Service_tangled) Values() []interface{} + type StepStatus int + const StepStatusFail + const StepStatusProcessing + const StepStatusRegist + const StepStatusSend + const StepStatusSuccess + func ParseStepStatus(name string) (StepStatus, error) + func (x StepStatus) String() string