Versions in this module Expand all Collapse all v0 v0.0.2 Feb 8, 2022 Changes in this version + type ConfigResp struct + DbHost string + DbJobTable string + DbName string + DbPort int32 + DbUsername string + GinMode string + MaxResultLimit int + ServerCertFile string + ServerGracefulShutdownTime int + ServerHost string + ServerKeyFile string + ServerPort string + ServerTlsPort string + ServerUseTls bool + StartDate time.Time + func GetConfig(cfg *config.AppConfig) ConfigResp v0.0.1 Jan 14, 2022 Changes in this version + var Operators = []string + var SqlOperatorReplacement = map[string]FilterSql + type CreateUpdateJobRequest struct + Action string + ActionDetails string + CorrelationId string + Destination string + ExtraData string + Name string + Priority string + Rank int32 + Source string + SubType string + Type string + type DequeueRequest struct + Type string + type FilterBy struct + Field string + Operator string + Value interface{} + type FilterSql struct + SqlOperator string + ValueReplace string + type JobResponse struct + Action string + ActionDetails string + CorrelationId string + CreatedAt time.Time + CreatedBy string + Destination string + ExtraData string + History string + Id string + ModifiedAt time.Time + ModifiedBy string + Name string + Priority string + Progress int32 + Rank int32 + Source string + Status string + SubType string + Type string + type SortAndFilterRequest struct + Filters []FilterBy + Limit int + Offset int + Sorts SortBy + type SortBy struct + Dir string + Field string + type UpdateJobHistoryRequest struct + Message string + type UpdateJobStatusRequest struct + Message string + Status string