Documentation
¶
Overview ¶
Code generated by ogen, DO NOT EDIT.
Index ¶
- func WithServerURL(ctx context.Context, u *url.URL) context.Context
- type APIHandler
- func (s *APIHandler) Decode(d *jx.Decoder) error
- func (s *APIHandler) Encode(e *jx.Encoder)
- func (s *APIHandler) GetName() OptString
- func (s *APIHandler) GetVersion() OptString
- func (s *APIHandler) MarshalJSON() ([]byte, error)
- func (s *APIHandler) SetName(val OptString)
- func (s *APIHandler) SetVersion(val OptString)
- func (s *APIHandler) UnmarshalJSON(data []byte) error
- type AddViewForbidden
- type AddViewOK
- type AddViewParams
- type AddViewRes
- type AddViewUnauthorized
- type AuthorizationToken
- func (s *AuthorizationToken) Decode(d *jx.Decoder) error
- func (s *AuthorizationToken) Encode(e *jx.Encoder)
- func (s *AuthorizationToken) GetAdminRole() OptBool
- func (s *AuthorizationToken) GetToken() OptString
- func (s *AuthorizationToken) GetUser() OptUser
- func (s *AuthorizationToken) MarshalJSON() ([]byte, error)
- func (s *AuthorizationToken) SetAdminRole(val OptBool)
- func (s *AuthorizationToken) SetToken(val OptString)
- func (s *AuthorizationToken) SetUser(val OptUser)
- func (s *AuthorizationToken) UnmarshalJSON(data []byte) error
- func (s *AuthorizationToken) Validate() error
- type AuthorizationTokenHeaders
- func (s *AuthorizationTokenHeaders) GetResponse() AuthorizationToken
- func (s *AuthorizationTokenHeaders) GetXToken() OptString
- func (s *AuthorizationTokenHeaders) SetResponse(val AuthorizationToken)
- func (s *AuthorizationTokenHeaders) SetXToken(val OptString)
- func (s *AuthorizationTokenHeaders) Validate() error
- type BasicAuth
- type BatchParameterQueryForbidden
- type BatchParameterQueryParams
- type BatchParameterQueryRes
- type BatchParameterQueryUnauthorized
- type BatchQueryForbidden
- type BatchQueryParams
- type BatchQueryReq
- type BatchQueryReqEmptyBody
- type BatchQueryReqTextPlain
- type BatchQueryRes
- type BatchQueryUnauthorized
- type BatchSelectForbidden
- type BatchSelectParams
- type BatchSelectRes
- type BatchSelectUnauthorized
- type BearerAuth
- type BrowseListBadRequest
- type BrowseListForbidden
- type BrowseListNotFound
- type BrowseListRes
- type BrowseListUnauthorized
- type BrowseLocationBadRequest
- type BrowseLocationForbidden
- type BrowseLocationNotFound
- type BrowseLocationOK
- func (s *BrowseLocationOK) Decode(d *jx.Decoder) error
- func (s BrowseLocationOK) Encode(e *jx.Encoder)
- func (s BrowseLocationOK) GetDirectoryFiles() (v DirectoryFiles, ok bool)
- func (s BrowseLocationOK) GetFile() (v File, ok bool)
- func (s BrowseLocationOK) IsDirectoryFiles() bool
- func (s BrowseLocationOK) IsFile() bool
- func (s BrowseLocationOK) MarshalJSON() ([]byte, error)
- func (s *BrowseLocationOK) SetDirectoryFiles(v DirectoryFiles)
- func (s *BrowseLocationOK) SetFile(v File)
- func (s *BrowseLocationOK) UnmarshalJSON(data []byte) error
- func (s BrowseLocationOK) Validate() error
- type BrowseLocationOKType
- type BrowseLocationParams
- type BrowseLocationRes
- type BrowseLocationUnauthorized
- type CallExtendBadRequest
- type CallExtendForbidden
- type CallExtendNotFound
- type CallExtendOKApplicationOctetStream
- type CallExtendParams
- type CallExtendRes
- type CallExtendUnauthorized
- type CallPostExtendBadRequest
- type CallPostExtendForbidden
- type CallPostExtendNotFound
- type CallPostExtendOKApplicationOctetStream
- type CallPostExtendParams
- type CallPostExtendReq
- type CallPostExtendRes
- type CallPostExtendUnauthorized
- type Client
- func (c *Client) AddView(ctx context.Context, params AddViewParams) (AddViewRes, error)
- func (c *Client) BatchParameterQuery(ctx context.Context, params BatchParameterQueryParams) (BatchParameterQueryRes, error)
- func (c *Client) BatchQuery(ctx context.Context, request BatchQueryReq, params BatchQueryParams) (BatchQueryRes, error)
- func (c *Client) BatchSelect(ctx context.Context, params BatchSelectParams) (BatchSelectRes, error)
- func (c *Client) BrowseList(ctx context.Context) (BrowseListRes, error)
- func (c *Client) BrowseLocation(ctx context.Context, params BrowseLocationParams) (BrowseLocationRes, error)
- func (c *Client) CallExtend(ctx context.Context, params CallExtendParams) (CallExtendRes, error)
- func (c *Client) CallPostExtend(ctx context.Context, request *CallPostExtendReq, params CallPostExtendParams) (CallPostExtendRes, error)
- func (c *Client) CreateDirectory(ctx context.Context, params CreateDirectoryParams) (CreateDirectoryRes, error)
- func (c *Client) DeleteExtend(ctx context.Context, params DeleteExtendParams) (DeleteExtendRes, error)
- func (c *Client) DeleteFileLocation(ctx context.Context, params DeleteFileLocationParams) (DeleteFileLocationRes, error)
- func (c *Client) DeleteJobResult(ctx context.Context, params DeleteJobResultParams) (DeleteJobResultRes, error)
- func (c *Client) DeleteRecordsSearched(ctx context.Context, params DeleteRecordsSearchedParams) (DeleteRecordsSearchedRes, error)
- func (c *Client) DeleteView(ctx context.Context, params DeleteViewParams) (DeleteViewRes, error)
- func (c *Client) DownloadFile(ctx context.Context, params DownloadFileParams) (DownloadFileRes, error)
- func (c *Client) GetConfig(ctx context.Context) (GetConfigRes, error)
- func (c *Client) GetDatabases(ctx context.Context) (GetDatabasesRes, error)
- func (c *Client) GetFields(ctx context.Context, params GetFieldsParams) (GetFieldsRes, error)
- func (c *Client) GetImage(ctx context.Context, params GetImageParams) (GetImageRes, error)
- func (c *Client) GetJobExecutionResult(ctx context.Context, params GetJobExecutionResultParams) (GetJobExecutionResultRes, error)
- func (c *Client) GetJobFullInfo(ctx context.Context, params GetJobFullInfoParams) (GetJobFullInfoRes, error)
- func (c *Client) GetJobResult(ctx context.Context, params GetJobResultParams) (GetJobResultRes, error)
- func (c *Client) GetJobs(ctx context.Context, params GetJobsParams) (GetJobsRes, error)
- func (c *Client) GetJobsConfig(ctx context.Context) (GetJobsConfigRes, error)
- func (c *Client) GetLobByMap(ctx context.Context, params GetLobByMapParams) (GetLobByMapRes, error)
- func (c *Client) GetLoginSession(ctx context.Context) (GetLoginSessionRes, error)
- func (c *Client) GetMapMetadata(ctx context.Context, params GetMapMetadataParams) (GetMapMetadataRes, error)
- func (c *Client) GetMapRecordsFields(ctx context.Context, params GetMapRecordsFieldsParams) (GetMapRecordsFieldsRes, error)
- func (c *Client) GetMaps(ctx context.Context) (GetMapsRes, error)
- func (c *Client) GetUserInfo(ctx context.Context) (GetUserInfoRes, error)
- func (c *Client) GetVersion(ctx context.Context) (GetVersionRes, error)
- func (c *Client) GetVideo(ctx context.Context, params GetVideoParams) (GetVideoRes, error)
- func (c *Client) GetViews(ctx context.Context) (GetViewsRes, error)
- func (c *Client) InsertMapFileRecords(ctx context.Context, request OptInsertMapFileRecordsReq) (InsertMapFileRecordsRes, error)
- func (c *Client) InsertRecord(ctx context.Context, request OptInsertRecordReq, params InsertRecordParams) (InsertRecordRes, error)
- func (c *Client) ListModelling(ctx context.Context) (ListModellingRes, error)
- func (c *Client) ListTables(ctx context.Context) (ListTablesRes, error)
- func (c *Client) LoginSession(ctx context.Context) (LoginSessionRes, error)
- func (c *Client) LogoutSessionCompat(ctx context.Context) (LogoutSessionCompatRes, error)
- func (c *Client) PostDatabase(ctx context.Context, request *Database) (PostDatabaseRes, error)
- func (c *Client) PostJob(ctx context.Context, request PostJobReq) (PostJobRes, error)
- func (c *Client) PushLoginSession(ctx context.Context) (PushLoginSessionRes, error)
- func (c *Client) RemoveSessionCompat(ctx context.Context) (RemoveSessionCompatRes, error)
- func (c *Client) SearchModelling(ctx context.Context, params SearchModellingParams) (SearchModellingRes, error)
- func (c *Client) SearchRecordsFields(ctx context.Context, params SearchRecordsFieldsParams) (SearchRecordsFieldsRes, error)
- func (c *Client) SearchTable(ctx context.Context, params SearchTableParams) (SearchTableRes, error)
- func (c *Client) SetConfig(ctx context.Context, request SetConfigReq) (SetConfigRes, error)
- func (c *Client) SetJobsConfig(ctx context.Context, request OptJobStore) (SetJobsConfigRes, error)
- func (c *Client) ShutdownServer(ctx context.Context, params ShutdownServerParams) (ShutdownServerRes, error)
- func (c *Client) StoreConfig(ctx context.Context) (StoreConfigRes, error)
- func (c *Client) TriggerExtend(ctx context.Context, params TriggerExtendParams) (TriggerExtendRes, error)
- func (c *Client) TriggerJob(ctx context.Context, params TriggerJobParams) (TriggerJobRes, error)
- func (c *Client) UpdateLobByMap(ctx context.Context, request UpdateLobByMapReq, params UpdateLobByMapParams) (UpdateLobByMapRes, error)
- func (c *Client) UpdateRecordsByFields(ctx context.Context, request OptUpdateRecordsByFieldsReq, ...) (UpdateRecordsByFieldsRes, error)
- func (c *Client) UploadFile(ctx context.Context, request *UploadFileReq, params UploadFileParams) (UploadFileRes, error)
- type ClientOption
- type ClusterConfig
- func (s *ClusterConfig) Decode(d *jx.Decoder) error
- func (s *ClusterConfig) Encode(e *jx.Encoder)
- func (s *ClusterConfig) GetNodes() []ClusterConfigNodesItem
- func (s *ClusterConfig) MarshalJSON() ([]byte, error)
- func (s *ClusterConfig) SetNodes(val []ClusterConfigNodesItem)
- func (s *ClusterConfig) UnmarshalJSON(data []byte) error
- type ClusterConfigNodesItem
- func (s *ClusterConfigNodesItem) Decode(d *jx.Decoder) error
- func (s *ClusterConfigNodesItem) Encode(e *jx.Encoder)
- func (s *ClusterConfigNodesItem) GetGroup() OptString
- func (s *ClusterConfigNodesItem) GetName() OptString
- func (s *ClusterConfigNodesItem) GetWeb() OptString
- func (s *ClusterConfigNodesItem) MarshalJSON() ([]byte, error)
- func (s *ClusterConfigNodesItem) SetGroup(val OptString)
- func (s *ClusterConfigNodesItem) SetName(val OptString)
- func (s *ClusterConfigNodesItem) SetWeb(val OptString)
- func (s *ClusterConfigNodesItem) UnmarshalJSON(data []byte) error
- type Config
- func (s *Config) Decode(d *jx.Decoder) error
- func (s *Config) Encode(e *jx.Encoder)
- func (s *Config) GetCluster() OptClusterConfig
- func (s *Config) GetDatabaseAccess() OptConfigDatabaseAccess
- func (s *Config) GetJobStore() OptJobStore
- func (s *Config) GetMapping() OptConfigMapping
- func (s *Config) GetMetrics() OptConfigMetrics
- func (s *Config) GetModule() OptConfigModule
- func (s *Config) GetServer() OptConfigServer
- func (s *Config) GetStructureLevel() OptInt
- func (s *Config) GetVersion() OptString
- func (s *Config) MarshalJSON() ([]byte, error)
- func (s *Config) SetCluster(val OptClusterConfig)
- func (s *Config) SetDatabaseAccess(val OptConfigDatabaseAccess)
- func (s *Config) SetJobStore(val OptJobStore)
- func (s *Config) SetMapping(val OptConfigMapping)
- func (s *Config) SetMetrics(val OptConfigMetrics)
- func (s *Config) SetModule(val OptConfigModule)
- func (s *Config) SetServer(val OptConfigServer)
- func (s *Config) SetStructureLevel(val OptInt)
- func (s *Config) SetVersion(val OptString)
- func (s *Config) UnmarshalJSON(data []byte) error
- func (s *Config) Validate() error
- type ConfigDatabaseAccess
- func (s *ConfigDatabaseAccess) Decode(d *jx.Decoder) error
- func (s *ConfigDatabaseAccess) Encode(e *jx.Encoder)
- func (s *ConfigDatabaseAccess) GetDatabase() []DatabaseConfig
- func (s *ConfigDatabaseAccess) GetGlobal() OptBool
- func (s *ConfigDatabaseAccess) MarshalJSON() ([]byte, error)
- func (s *ConfigDatabaseAccess) SetDatabase(val []DatabaseConfig)
- func (s *ConfigDatabaseAccess) SetGlobal(val OptBool)
- func (s *ConfigDatabaseAccess) UnmarshalJSON(data []byte) error
- func (s *ConfigDatabaseAccess) Validate() error
- type ConfigMapping
- func (s *ConfigMapping) Decode(d *jx.Decoder) error
- func (s *ConfigMapping) Encode(e *jx.Encoder)
- func (s *ConfigMapping) GetDatabase() []DatabaseConfig
- func (s *ConfigMapping) GetDirectory() OptString
- func (s *ConfigMapping) MarshalJSON() ([]byte, error)
- func (s *ConfigMapping) SetDatabase(val []DatabaseConfig)
- func (s *ConfigMapping) SetDirectory(val OptString)
- func (s *ConfigMapping) UnmarshalJSON(data []byte) error
- func (s *ConfigMapping) Validate() error
- type ConfigMetrics
- func (s *ConfigMetrics) Decode(d *jx.Decoder) error
- func (s *ConfigMetrics) Encode(e *jx.Encoder)
- func (s *ConfigMetrics) GetDatabase() []DatabaseConfig
- func (s *ConfigMetrics) MarshalJSON() ([]byte, error)
- func (s *ConfigMetrics) SetDatabase(val []DatabaseConfig)
- func (s *ConfigMetrics) UnmarshalJSON(data []byte) error
- func (s *ConfigMetrics) Validate() error
- type ConfigModule
- func (s *ConfigModule) Decode(d *jx.Decoder) error
- func (s *ConfigModule) Encode(e *jx.Encoder)
- func (s *ConfigModule) GetData() OptString
- func (s *ConfigModule) GetDirectories() []ConfigModuleDirectoriesItem
- func (s *ConfigModule) GetInstallation() []ConfigModuleInstallationItem
- func (s *ConfigModule) MarshalJSON() ([]byte, error)
- func (s *ConfigModule) SetData(val OptString)
- func (s *ConfigModule) SetDirectories(val []ConfigModuleDirectoriesItem)
- func (s *ConfigModule) SetInstallation(val []ConfigModuleInstallationItem)
- func (s *ConfigModule) UnmarshalJSON(data []byte) error
- type ConfigModuleDirectoriesItem
- func (s *ConfigModuleDirectoriesItem) Decode(d *jx.Decoder) error
- func (s *ConfigModuleDirectoriesItem) Encode(e *jx.Encoder)
- func (s *ConfigModuleDirectoriesItem) GetLocation() OptString
- func (s *ConfigModuleDirectoriesItem) GetName() OptString
- func (s *ConfigModuleDirectoriesItem) MarshalJSON() ([]byte, error)
- func (s *ConfigModuleDirectoriesItem) SetLocation(val OptString)
- func (s *ConfigModuleDirectoriesItem) SetName(val OptString)
- func (s *ConfigModuleDirectoriesItem) UnmarshalJSON(data []byte) error
- type ConfigModuleInstallationItem
- func (s *ConfigModuleInstallationItem) Decode(d *jx.Decoder) error
- func (s *ConfigModuleInstallationItem) Encode(e *jx.Encoder)
- func (s *ConfigModuleInstallationItem) GetActive() OptBool
- func (s *ConfigModuleInstallationItem) GetLocation() OptString
- func (s *ConfigModuleInstallationItem) GetStructureLevel() OptInt
- func (s *ConfigModuleInstallationItem) GetVersion() OptString
- func (s *ConfigModuleInstallationItem) MarshalJSON() ([]byte, error)
- func (s *ConfigModuleInstallationItem) SetActive(val OptBool)
- func (s *ConfigModuleInstallationItem) SetLocation(val OptString)
- func (s *ConfigModuleInstallationItem) SetStructureLevel(val OptInt)
- func (s *ConfigModuleInstallationItem) SetVersion(val OptString)
- func (s *ConfigModuleInstallationItem) UnmarshalJSON(data []byte) error
- type ConfigServer
- func (s *ConfigServer) Decode(d *jx.Decoder) error
- func (s *ConfigServer) Encode(e *jx.Encoder)
- func (s *ConfigServer) GetContent() OptString
- func (s *ConfigServer) GetLogLocation() OptConfigServerLogLocation
- func (s *ConfigServer) GetService() []ConfigServerServiceItem
- func (s *ConfigServer) MarshalJSON() ([]byte, error)
- func (s *ConfigServer) SetContent(val OptString)
- func (s *ConfigServer) SetLogLocation(val OptConfigServerLogLocation)
- func (s *ConfigServer) SetService(val []ConfigServerServiceItem)
- func (s *ConfigServer) UnmarshalJSON(data []byte) error
- func (s *ConfigServer) Validate() error
- type ConfigServerLogLocation
- func (s *ConfigServerLogLocation) Decode(d *jx.Decoder) error
- func (s *ConfigServerLogLocation) Encode(e *jx.Encoder)
- func (s *ConfigServerLogLocation) GetDirectory() OptString
- func (s *ConfigServerLogLocation) GetLevel() OptString
- func (s *ConfigServerLogLocation) MarshalJSON() ([]byte, error)
- func (s *ConfigServerLogLocation) SetDirectory(val OptString)
- func (s *ConfigServerLogLocation) SetLevel(val OptString)
- func (s *ConfigServerLogLocation) UnmarshalJSON(data []byte) error
- type ConfigServerServiceItem
- func (s *ConfigServerServiceItem) Decode(d *jx.Decoder) error
- func (s *ConfigServerServiceItem) Encode(e *jx.Encoder)
- func (s *ConfigServerServiceItem) GetPort() OptFloat64
- func (s *ConfigServerServiceItem) GetType() OptString
- func (s *ConfigServerServiceItem) MarshalJSON() ([]byte, error)
- func (s *ConfigServerServiceItem) SetPort(val OptFloat64)
- func (s *ConfigServerServiceItem) SetType(val OptString)
- func (s *ConfigServerServiceItem) UnmarshalJSON(data []byte) error
- func (s *ConfigServerServiceItem) Validate() error
- type CreateDirectoryBadRequest
- type CreateDirectoryForbidden
- type CreateDirectoryNotFound
- type CreateDirectoryParams
- type CreateDirectoryRes
- type CreateDirectoryUnauthorized
- type Database
- type DatabaseConfig
- func (s *DatabaseConfig) Decode(d *jx.Decoder) error
- func (s *DatabaseConfig) Encode(e *jx.Encoder)
- func (s *DatabaseConfig) GetChanged() OptBool
- func (s *DatabaseConfig) GetDeleted() OptBool
- func (s *DatabaseConfig) GetFile() OptFloat64
- func (s *DatabaseConfig) GetURL() OptString
- func (s *DatabaseConfig) MarshalJSON() ([]byte, error)
- func (s *DatabaseConfig) SetChanged(val OptBool)
- func (s *DatabaseConfig) SetDeleted(val OptBool)
- func (s *DatabaseConfig) SetFile(val OptFloat64)
- func (s *DatabaseConfig) SetURL(val OptString)
- func (s *DatabaseConfig) UnmarshalJSON(data []byte) error
- func (s *DatabaseConfig) Validate() error
- type DatabaseInformation
- func (s *DatabaseInformation) Decode(d *jx.Decoder) error
- func (s *DatabaseInformation) Encode(e *jx.Encoder)
- func (s *DatabaseInformation) GetActive() OptBool
- func (s *DatabaseInformation) GetDbid() OptInt
- func (s *DatabaseInformation) GetLocation() OptString
- func (s *DatabaseInformation) GetName() OptString
- func (s *DatabaseInformation) GetServiceVersion() OptString
- func (s *DatabaseInformation) GetStructureLevel() OptInt
- func (s *DatabaseInformation) GetVersion() OptString
- func (s *DatabaseInformation) MarshalJSON() ([]byte, error)
- func (s *DatabaseInformation) SetActive(val OptBool)
- func (s *DatabaseInformation) SetDbid(val OptInt)
- func (s *DatabaseInformation) SetLocation(val OptString)
- func (s *DatabaseInformation) SetName(val OptString)
- func (s *DatabaseInformation) SetServiceVersion(val OptString)
- func (s *DatabaseInformation) SetStructureLevel(val OptInt)
- func (s *DatabaseInformation) SetVersion(val OptString)
- func (s *DatabaseInformation) UnmarshalJSON(data []byte) error
- type Databases
- func (s *Databases) Decode(d *jx.Decoder) error
- func (s *Databases) Encode(e *jx.Encoder)
- func (s *Databases) GetDatabase() []DatabaseInformation
- func (s *Databases) MarshalJSON() ([]byte, error)
- func (s *Databases) SetDatabase(val []DatabaseInformation)
- func (s *Databases) UnmarshalJSON(data []byte) error
- type DeleteExtendBadRequest
- type DeleteExtendForbidden
- type DeleteExtendNotFound
- type DeleteExtendOKApplicationOctetStream
- type DeleteExtendParams
- type DeleteExtendRes
- type DeleteExtendUnauthorized
- type DeleteFileLocationBadRequest
- type DeleteFileLocationForbidden
- type DeleteFileLocationNotFound
- type DeleteFileLocationParams
- type DeleteFileLocationRes
- type DeleteFileLocationUnauthorized
- type DeleteJobResultBadRequest
- type DeleteJobResultForbidden
- type DeleteJobResultNotFound
- type DeleteJobResultParams
- type DeleteJobResultRes
- type DeleteJobResultUnauthorized
- type DeleteRecordsSearchedForbidden
- type DeleteRecordsSearchedParams
- type DeleteRecordsSearchedRes
- type DeleteRecordsSearchedUnauthorized
- type DeleteViewForbidden
- type DeleteViewOK
- type DeleteViewParams
- type DeleteViewRes
- type DeleteViewUnauthorized
- type Directories
- func (s *Directories) Decode(d *jx.Decoder) error
- func (s *Directories) Encode(e *jx.Encoder)
- func (s *Directories) GetDirectories() []Directory
- func (s *Directories) GetSystem() OptString
- func (s *Directories) MarshalJSON() ([]byte, error)
- func (s *Directories) SetDirectories(val []Directory)
- func (s *Directories) SetSystem(val OptString)
- func (s *Directories) UnmarshalJSON(data []byte) error
- type Directory
- func (s *Directory) Decode(d *jx.Decoder) error
- func (s *Directory) Encode(e *jx.Encoder)
- func (s *Directory) GetLocation() OptString
- func (s *Directory) GetName() OptString
- func (s *Directory) MarshalJSON() ([]byte, error)
- func (s *Directory) SetLocation(val OptString)
- func (s *Directory) SetName(val OptString)
- func (s *Directory) UnmarshalJSON(data []byte) error
- type DirectoryFiles
- func (s *DirectoryFiles) Decode(d *jx.Decoder) error
- func (s *DirectoryFiles) Encode(e *jx.Encoder)
- func (s *DirectoryFiles) GetFiles() []File
- func (s *DirectoryFiles) GetLocation() OptString
- func (s *DirectoryFiles) GetPath() OptString
- func (s *DirectoryFiles) GetSystem() OptString
- func (s *DirectoryFiles) MarshalJSON() ([]byte, error)
- func (s *DirectoryFiles) SetFiles(val []File)
- func (s *DirectoryFiles) SetLocation(val OptString)
- func (s *DirectoryFiles) SetPath(val OptString)
- func (s *DirectoryFiles) SetSystem(val OptString)
- func (s *DirectoryFiles) UnmarshalJSON(data []byte) error
- func (s *DirectoryFiles) Validate() error
- type DownloadFileBadRequest
- type DownloadFileForbidden
- type DownloadFileNotFound
- type DownloadFileOK
- type DownloadFileParams
- type DownloadFileRes
- type DownloadFileUnauthorized
- type Error
- func (s *Error) Decode(d *jx.Decoder) error
- func (s *Error) Encode(e *jx.Encoder)
- func (s *Error) GetCode() OptString
- func (s *Error) GetError() OptErrorError
- func (s *Error) GetMessage() OptString
- func (s *Error) GetTarget() OptString
- func (s *Error) MarshalJSON() ([]byte, error)
- func (s *Error) SetCode(val OptString)
- func (s *Error) SetError(val OptErrorError)
- func (s *Error) SetMessage(val OptString)
- func (s *Error) SetTarget(val OptString)
- func (s *Error) UnmarshalJSON(data []byte) error
- type ErrorError
- func (s *ErrorError) Decode(d *jx.Decoder) error
- func (s *ErrorError) Encode(e *jx.Encoder)
- func (s *ErrorError) GetCode() OptString
- func (s *ErrorError) GetMessage() OptString
- func (s *ErrorError) GetTarget() OptString
- func (s *ErrorError) MarshalJSON() ([]byte, error)
- func (s *ErrorError) SetCode(val OptString)
- func (s *ErrorError) SetMessage(val OptString)
- func (s *ErrorError) SetTarget(val OptString)
- func (s *ErrorError) UnmarshalJSON(data []byte) error
- type ErrorHandler
- type ErrorStatusCode
- type Executions
- func (s *Executions) Decode(d *jx.Decoder) error
- func (s *Executions) Encode(e *jx.Encoder)
- func (s *Executions) GetDatabase() OptInt
- func (s *Executions) GetEnded() OptDateTime
- func (s *Executions) GetExitCode() OptFloat64
- func (s *Executions) GetID() OptInt
- func (s *Executions) GetLog() OptString
- func (s *Executions) GetScheduled() OptDateTime
- func (s *Executions) GetStartedBy() OptString
- func (s *Executions) MarshalJSON() ([]byte, error)
- func (s *Executions) SetDatabase(val OptInt)
- func (s *Executions) SetEnded(val OptDateTime)
- func (s *Executions) SetExitCode(val OptFloat64)
- func (s *Executions) SetID(val OptInt)
- func (s *Executions) SetLog(val OptString)
- func (s *Executions) SetScheduled(val OptDateTime)
- func (s *Executions) SetStartedBy(val OptString)
- func (s *Executions) UnmarshalJSON(data []byte) error
- func (s *Executions) Validate() error
- type FieldItem
- func (s *FieldItem) Decode(d *jx.Decoder) error
- func (s *FieldItem) Encode(e *jx.Encoder)
- func (s *FieldItem) GetFormat() OptString
- func (s *FieldItem) GetIdentifier() OptString
- func (s *FieldItem) GetLabel() OptString
- func (s *FieldItem) GetLength() OptInt
- func (s *FieldItem) GetLevel() OptInt
- func (s *FieldItem) GetOptions() OptString
- func (s *FieldItem) GetValue() OptString
- func (s *FieldItem) MarshalJSON() ([]byte, error)
- func (s *FieldItem) SetFormat(val OptString)
- func (s *FieldItem) SetIdentifier(val OptString)
- func (s *FieldItem) SetLabel(val OptString)
- func (s *FieldItem) SetLength(val OptInt)
- func (s *FieldItem) SetLevel(val OptInt)
- func (s *FieldItem) SetOptions(val OptString)
- func (s *FieldItem) SetValue(val OptString)
- func (s *FieldItem) UnmarshalJSON(data []byte) error
- type Fields
- type FieldsHeaders
- type File
- func (s *File) Decode(d *jx.Decoder) error
- func (s *File) Encode(e *jx.Encoder)
- func (s *File) GetModified() OptDateTime
- func (s *File) GetName() OptString
- func (s *File) GetSize() OptInt64
- func (s *File) GetType() OptString
- func (s *File) MarshalJSON() ([]byte, error)
- func (s *File) SetModified(val OptDateTime)
- func (s *File) SetName(val OptString)
- func (s *File) SetSize(val OptInt64)
- func (s *File) SetType(val OptString)
- func (s *File) UnmarshalJSON(data []byte) error
- func (s *File) Validate() error
- type GetConfigForbidden
- type GetConfigRes
- type GetConfigUnauthorized
- type GetDatabasesForbidden
- type GetDatabasesRes
- type GetDatabasesUnauthorized
- type GetFieldsBadRequest
- type GetFieldsForbidden
- type GetFieldsNotFound
- type GetFieldsOKTextCsv
- type GetFieldsOKTextCsvHeaders
- type GetFieldsParams
- type GetFieldsRes
- type GetFieldsUnauthorized
- type GetImageForbidden
- type GetImageOK
- type GetImageOKHeaders
- type GetImageParams
- type GetImageRes
- type GetImageUnauthorized
- type GetJobExecutionResultBadRequest
- type GetJobExecutionResultForbidden
- type GetJobExecutionResultNotFound
- type GetJobExecutionResultParams
- type GetJobExecutionResultRes
- type GetJobExecutionResultUnauthorized
- type GetJobFullInfoBadRequest
- type GetJobFullInfoForbidden
- type GetJobFullInfoNotFound
- type GetJobFullInfoParams
- type GetJobFullInfoRes
- type GetJobFullInfoUnauthorized
- type GetJobResultBadRequest
- type GetJobResultForbidden
- type GetJobResultNotFound
- type GetJobResultParams
- type GetJobResultRes
- type GetJobResultUnauthorized
- type GetJobsConfigForbidden
- type GetJobsConfigRes
- type GetJobsConfigUnauthorized
- type GetJobsForbidden
- type GetJobsNotFound
- type GetJobsParams
- type GetJobsRes
- type GetJobsUnauthorized
- type GetLobByMapForbidden
- type GetLobByMapOK
- type GetLobByMapParams
- type GetLobByMapRes
- type GetLobByMapUnauthorized
- type GetLoginSessionForbidden
- type GetLoginSessionRes
- type GetLoginSessionUnauthorized
- type GetMapMetadataForbidden
- type GetMapMetadataParams
- type GetMapMetadataRes
- type GetMapMetadataUnauthorized
- type GetMapRecordsFieldsForbidden
- type GetMapRecordsFieldsOKTextCsv
- type GetMapRecordsFieldsOKTextCsvHeaders
- func (s *GetMapRecordsFieldsOKTextCsvHeaders) GetResponse() GetMapRecordsFieldsOKTextCsv
- func (s *GetMapRecordsFieldsOKTextCsvHeaders) GetXToken() OptString
- func (s *GetMapRecordsFieldsOKTextCsvHeaders) SetResponse(val GetMapRecordsFieldsOKTextCsv)
- func (s *GetMapRecordsFieldsOKTextCsvHeaders) SetXToken(val OptString)
- type GetMapRecordsFieldsParams
- type GetMapRecordsFieldsRes
- type GetMapRecordsFieldsUnauthorized
- type GetMapsForbidden
- type GetMapsRes
- type GetMapsUnauthorized
- type GetUserInfoForbidden
- type GetUserInfoRes
- type GetUserInfoUnauthorized
- type GetVersionRes
- type GetVideoForbidden
- type GetVideoOK
- type GetVideoOKHeaders
- type GetVideoParams
- type GetVideoRes
- type GetVideoUnauthorized
- type GetViewsForbidden
- type GetViewsOK
- type GetViewsRes
- type GetViewsUnauthorized
- type Handler
- type InsertMapFileRecordsBadRequest
- type InsertMapFileRecordsForbidden
- type InsertMapFileRecordsNotFound
- type InsertMapFileRecordsReq
- type InsertMapFileRecordsRes
- type InsertMapFileRecordsUnauthorized
- type InsertRecordBadRequest
- type InsertRecordForbidden
- type InsertRecordParams
- type InsertRecordReq
- func (s *InsertRecordReq) Decode(d *jx.Decoder) error
- func (s *InsertRecordReq) Encode(e *jx.Encoder)
- func (s *InsertRecordReq) GetRecords() []InsertRecordReqRecordsItem
- func (s *InsertRecordReq) MarshalJSON() ([]byte, error)
- func (s *InsertRecordReq) SetRecords(val []InsertRecordReqRecordsItem)
- func (s *InsertRecordReq) UnmarshalJSON(data []byte) error
- type InsertRecordReqRecordsItem
- type InsertRecordRes
- type InsertRecordUnauthorized
- type Invoker
- type Job
- func (s *Job) Decode(d *jx.Decoder) error
- func (s *Job) Encode(e *jx.Encoder)
- func (s *Job) GetCronSchedule() OptString
- func (s *Job) GetDescription() OptString
- func (s *Job) GetEnvironments() []JobEnvironmentsItem
- func (s *Job) GetName() OptString
- func (s *Job) GetParameters() []JobParametersItem
- func (s *Job) GetScript() OptString
- func (s *Job) GetUser() OptString
- func (s *Job) GetUtility() OptString
- func (s *Job) MarshalJSON() ([]byte, error)
- func (s *Job) SetCronSchedule(val OptString)
- func (s *Job) SetDescription(val OptString)
- func (s *Job) SetEnvironments(val []JobEnvironmentsItem)
- func (s *Job) SetName(val OptString)
- func (s *Job) SetParameters(val []JobParametersItem)
- func (s *Job) SetScript(val OptString)
- func (s *Job) SetUser(val OptString)
- func (s *Job) SetUtility(val OptString)
- func (s *Job) UnmarshalJSON(data []byte) error
- type JobDefinition
- func (s *JobDefinition) Decode(d *jx.Decoder) error
- func (s *JobDefinition) Encode(e *jx.Encoder)
- func (s *JobDefinition) GetExecutions() []Executions
- func (s *JobDefinition) GetJob() OptJob
- func (s *JobDefinition) GetStatus() OptString
- func (s *JobDefinition) MarshalJSON() ([]byte, error)
- func (s *JobDefinition) SetExecutions(val []Executions)
- func (s *JobDefinition) SetJob(val OptJob)
- func (s *JobDefinition) SetStatus(val OptString)
- func (s *JobDefinition) UnmarshalJSON(data []byte) error
- func (s *JobDefinition) Validate() error
- type JobDescription
- func (s *JobDescription) Decode(d *jx.Decoder) error
- func (s *JobDescription) Encode(e *jx.Encoder)
- func (s *JobDescription) GetCronSchedule() OptString
- func (s *JobDescription) GetDescription() OptString
- func (s *JobDescription) GetEnvironments() []JobDescriptionEnvironmentsItem
- func (s *JobDescription) GetName() OptString
- func (s *JobDescription) GetParameters() []JobDescriptionParametersItem
- func (s *JobDescription) GetScript() OptString
- func (s *JobDescription) GetUser() OptString
- func (s *JobDescription) GetUtility() OptString
- func (s *JobDescription) MarshalJSON() ([]byte, error)
- func (s *JobDescription) SetCronSchedule(val OptString)
- func (s *JobDescription) SetDescription(val OptString)
- func (s *JobDescription) SetEnvironments(val []JobDescriptionEnvironmentsItem)
- func (s *JobDescription) SetName(val OptString)
- func (s *JobDescription) SetParameters(val []JobDescriptionParametersItem)
- func (s *JobDescription) SetScript(val OptString)
- func (s *JobDescription) SetUser(val OptString)
- func (s *JobDescription) SetUtility(val OptString)
- func (s *JobDescription) UnmarshalJSON(data []byte) error
- type JobDescriptionEnvironmentsItem
- func (s *JobDescriptionEnvironmentsItem) Decode(d *jx.Decoder) error
- func (s *JobDescriptionEnvironmentsItem) Encode(e *jx.Encoder)
- func (s *JobDescriptionEnvironmentsItem) GetParameter() OptString
- func (s *JobDescriptionEnvironmentsItem) MarshalJSON() ([]byte, error)
- func (s *JobDescriptionEnvironmentsItem) SetParameter(val OptString)
- func (s *JobDescriptionEnvironmentsItem) UnmarshalJSON(data []byte) error
- type JobDescriptionParametersItem
- func (s *JobDescriptionParametersItem) Decode(d *jx.Decoder) error
- func (s *JobDescriptionParametersItem) Encode(e *jx.Encoder)
- func (s *JobDescriptionParametersItem) GetParameter() OptString
- func (s *JobDescriptionParametersItem) MarshalJSON() ([]byte, error)
- func (s *JobDescriptionParametersItem) SetParameter(val OptString)
- func (s *JobDescriptionParametersItem) UnmarshalJSON(data []byte) error
- type JobEnvironmentsItem
- func (s *JobEnvironmentsItem) Decode(d *jx.Decoder) error
- func (s *JobEnvironmentsItem) Encode(e *jx.Encoder)
- func (s *JobEnvironmentsItem) GetParameter() OptString
- func (s *JobEnvironmentsItem) MarshalJSON() ([]byte, error)
- func (s *JobEnvironmentsItem) SetParameter(val OptString)
- func (s *JobEnvironmentsItem) UnmarshalJSON(data []byte) error
- type JobFull
- func (s *JobFull) Decode(d *jx.Decoder) error
- func (s *JobFull) Encode(e *jx.Encoder)
- func (s *JobFull) GetJob() OptJobDefinition
- func (s *JobFull) MarshalJSON() ([]byte, error)
- func (s *JobFull) SetJob(val OptJobDefinition)
- func (s *JobFull) UnmarshalJSON(data []byte) error
- func (s *JobFull) Validate() error
- type JobParameter
- func (s *JobParameter) Decode(d *jx.Decoder) error
- func (s *JobParameter) Encode(e *jx.Encoder)
- func (s *JobParameter) GetJob() OptJobDescription
- func (s *JobParameter) MarshalJSON() ([]byte, error)
- func (s *JobParameter) SetJob(val OptJobDescription)
- func (s *JobParameter) UnmarshalJSON(data []byte) error
- type JobParametersItem
- func (s *JobParametersItem) Decode(d *jx.Decoder) error
- func (s *JobParametersItem) Encode(e *jx.Encoder)
- func (s *JobParametersItem) GetParameter() OptString
- func (s *JobParametersItem) MarshalJSON() ([]byte, error)
- func (s *JobParametersItem) SetParameter(val OptString)
- func (s *JobParametersItem) UnmarshalJSON(data []byte) error
- type JobResult
- func (s *JobResult) Decode(d *jx.Decoder) error
- func (s *JobResult) Encode(e *jx.Encoder)
- func (s *JobResult) GetJobResult() OptJobResultJobResult
- func (s *JobResult) MarshalJSON() ([]byte, error)
- func (s *JobResult) SetJobResult(val OptJobResultJobResult)
- func (s *JobResult) UnmarshalJSON(data []byte) error
- func (s *JobResult) Validate() error
- type JobResultJobResult
- func (s *JobResultJobResult) Decode(d *jx.Decoder) error
- func (s *JobResultJobResult) Encode(e *jx.Encoder)
- func (s *JobResultJobResult) GetDescription() OptString
- func (s *JobResultJobResult) GetEnded() OptDateTime
- func (s *JobResultJobResult) GetExitCode() OptFloat64
- func (s *JobResultJobResult) GetID() OptFloat64
- func (s *JobResultJobResult) GetLog() OptString
- func (s *JobResultJobResult) GetName() OptString
- func (s *JobResultJobResult) GetScheduled() OptDateTime
- func (s *JobResultJobResult) GetStartedBy() OptString
- func (s *JobResultJobResult) GetStatus() OptString
- func (s *JobResultJobResult) MarshalJSON() ([]byte, error)
- func (s *JobResultJobResult) SetDescription(val OptString)
- func (s *JobResultJobResult) SetEnded(val OptDateTime)
- func (s *JobResultJobResult) SetExitCode(val OptFloat64)
- func (s *JobResultJobResult) SetID(val OptFloat64)
- func (s *JobResultJobResult) SetLog(val OptString)
- func (s *JobResultJobResult) SetName(val OptString)
- func (s *JobResultJobResult) SetScheduled(val OptDateTime)
- func (s *JobResultJobResult) SetStartedBy(val OptString)
- func (s *JobResultJobResult) SetStatus(val OptString)
- func (s *JobResultJobResult) UnmarshalJSON(data []byte) error
- func (s *JobResultJobResult) Validate() error
- type JobStatusResponse
- func (s *JobStatusResponse) Decode(d *jx.Decoder) error
- func (s *JobStatusResponse) Encode(e *jx.Encoder)
- func (s *JobStatusResponse) GetStatus() OptJobStatusResponseStatus
- func (s *JobStatusResponse) MarshalJSON() ([]byte, error)
- func (s *JobStatusResponse) SetStatus(val OptJobStatusResponseStatus)
- func (s *JobStatusResponse) UnmarshalJSON(data []byte) error
- type JobStatusResponseStatus
- func (s *JobStatusResponseStatus) Decode(d *jx.Decoder) error
- func (s *JobStatusResponseStatus) Encode(e *jx.Encoder)
- func (s *JobStatusResponseStatus) GetAction() OptString
- func (s *JobStatusResponseStatus) GetExecutionId() OptInt
- func (s *JobStatusResponseStatus) GetMessage() OptString
- func (s *JobStatusResponseStatus) GetName() OptString
- func (s *JobStatusResponseStatus) MarshalJSON() ([]byte, error)
- func (s *JobStatusResponseStatus) SetAction(val OptString)
- func (s *JobStatusResponseStatus) SetExecutionId(val OptInt)
- func (s *JobStatusResponseStatus) SetMessage(val OptString)
- func (s *JobStatusResponseStatus) SetName(val OptString)
- func (s *JobStatusResponseStatus) UnmarshalJSON(data []byte) error
- type JobStore
- func (s *JobStore) Decode(d *jx.Decoder) error
- func (s *JobStore) Encode(e *jx.Encoder)
- func (s *JobStore) GetConfig() OptString
- func (s *JobStore) GetDatabase() OptDatabaseConfig
- func (s *JobStore) MarshalJSON() ([]byte, error)
- func (s *JobStore) SetConfig(val OptString)
- func (s *JobStore) SetDatabase(val OptDatabaseConfig)
- func (s *JobStore) UnmarshalJSON(data []byte) error
- func (s *JobStore) Validate() error
- type JobsList
- func (s *JobsList) Decode(d *jx.Decoder) error
- func (s *JobsList) Encode(e *jx.Encoder)
- func (s *JobsList) GetJobDefinition() []JobDefinition
- func (s *JobsList) MarshalJSON() ([]byte, error)
- func (s *JobsList) SetJobDefinition(val []JobDefinition)
- func (s *JobsList) UnmarshalJSON(data []byte) error
- func (s *JobsList) Validate() error
- type Labeler
- type ListModellingBadRequest
- type ListModellingForbidden
- type ListModellingNotFound
- type ListModellingOKTextCsv
- type ListModellingRes
- type ListModellingUnauthorized
- type ListTablesBadRequest
- type ListTablesForbidden
- type ListTablesNotFound
- type ListTablesOKTextCsv
- type ListTablesRes
- type ListTablesUnauthorized
- type LoginSessionForbidden
- type LoginSessionRes
- type LoginSessionUnauthorized
- type LogoutSessionCompatBadRequest
- type LogoutSessionCompatNotFound
- type LogoutSessionCompatOK
- type LogoutSessionCompatRes
- type Map
- type MapField
- func (s *MapField) Decode(d *jx.Decoder) error
- func (s *MapField) Encode(e *jx.Encoder)
- func (s *MapField) GetCharset() OptMapFieldCharset
- func (s *MapField) GetContentType() OptMapFieldContentType
- func (s *MapField) GetFieldType() OptMapFieldFieldType
- func (s *MapField) GetFile() OptMapFieldFile
- func (s *MapField) GetFormatType() OptMapFieldFormatType
- func (s *MapField) GetLength() OptMapFieldLength
- func (s *MapField) GetName() OptMapFieldName
- func (s *MapField) GetShortName() OptMapFieldShortName
- func (s *MapField) MarshalJSON() ([]byte, error)
- func (s *MapField) SetCharset(val OptMapFieldCharset)
- func (s *MapField) SetContentType(val OptMapFieldContentType)
- func (s *MapField) SetFieldType(val OptMapFieldFieldType)
- func (s *MapField) SetFile(val OptMapFieldFile)
- func (s *MapField) SetFormatType(val OptMapFieldFormatType)
- func (s *MapField) SetLength(val OptMapFieldLength)
- func (s *MapField) SetName(val OptMapFieldName)
- func (s *MapField) SetShortName(val OptMapFieldShortName)
- func (s *MapField) UnmarshalJSON(data []byte) error
- type MapFieldCharset
- func (s *MapFieldCharset) Decode(d *jx.Decoder) error
- func (s *MapFieldCharset) Encode(e *jx.Encoder)
- func (s *MapFieldCharset) GetFormat() OptString
- func (s *MapFieldCharset) MarshalJSON() ([]byte, error)
- func (s *MapFieldCharset) SetFormat(val OptString)
- func (s *MapFieldCharset) UnmarshalJSON(data []byte) error
- type MapFieldContentType
- func (s *MapFieldContentType) Decode(d *jx.Decoder) error
- func (s *MapFieldContentType) Encode(e *jx.Encoder)
- func (s *MapFieldContentType) GetFormat() OptString
- func (s *MapFieldContentType) MarshalJSON() ([]byte, error)
- func (s *MapFieldContentType) SetFormat(val OptString)
- func (s *MapFieldContentType) UnmarshalJSON(data []byte) error
- type MapFieldFieldType
- func (s *MapFieldFieldType) Decode(d *jx.Decoder) error
- func (s *MapFieldFieldType) Encode(e *jx.Encoder)
- func (s *MapFieldFieldType) GetFormat() OptString
- func (s *MapFieldFieldType) MarshalJSON() ([]byte, error)
- func (s *MapFieldFieldType) SetFormat(val OptString)
- func (s *MapFieldFieldType) UnmarshalJSON(data []byte) error
- type MapFieldFile
- type MapFieldFormatType
- func (s *MapFieldFormatType) Decode(d *jx.Decoder) error
- func (s *MapFieldFormatType) Encode(e *jx.Encoder)
- func (s *MapFieldFormatType) GetFormat() OptString
- func (s *MapFieldFormatType) MarshalJSON() ([]byte, error)
- func (s *MapFieldFormatType) SetFormat(val OptString)
- func (s *MapFieldFormatType) UnmarshalJSON(data []byte) error
- type MapFieldLength
- func (s *MapFieldLength) Decode(d *jx.Decoder) error
- func (s *MapFieldLength) Encode(e *jx.Encoder)
- func (s *MapFieldLength) GetFormat() OptInt
- func (s *MapFieldLength) MarshalJSON() ([]byte, error)
- func (s *MapFieldLength) SetFormat(val OptInt)
- func (s *MapFieldLength) UnmarshalJSON(data []byte) error
- type MapFieldName
- type MapFieldShortName
- func (s *MapFieldShortName) Decode(d *jx.Decoder) error
- func (s *MapFieldShortName) Encode(e *jx.Encoder)
- func (s *MapFieldShortName) GetFormat() OptString
- func (s *MapFieldShortName) MarshalJSON() ([]byte, error)
- func (s *MapFieldShortName) SetFormat(val OptString)
- func (s *MapFieldShortName) UnmarshalJSON(data []byte) error
- type Mapping
- func (s *Mapping) Decode(d *jx.Decoder) error
- func (s *Mapping) Encode(e *jx.Encoder)
- func (s *Mapping) GetFormat() *MappingFormat
- func (s *Mapping) GetMap() OptMappingMap
- func (s *Mapping) MarshalJSON() ([]byte, error)
- func (s *Mapping) SetFormat(val *MappingFormat)
- func (s *Mapping) SetMap(val OptMappingMap)
- func (s *Mapping) UnmarshalJSON(data []byte) error
- type MappingFormat
- type MappingHeaders
- type MappingLocation
- func (s *MappingLocation) Decode(d *jx.Decoder) error
- func (s *MappingLocation) Encode(e *jx.Encoder)
- func (s *MappingLocation) GetFile() OptInt
- func (s *MappingLocation) GetTarget() OptString
- func (s *MappingLocation) MarshalJSON() ([]byte, error)
- func (s *MappingLocation) SetFile(val OptInt)
- func (s *MappingLocation) SetTarget(val OptString)
- func (s *MappingLocation) UnmarshalJSON(data []byte) error
- type MappingMap
- func (s *MappingMap) Decode(d *jx.Decoder) error
- func (s *MappingMap) Encode(e *jx.Encoder)
- func (s *MappingMap) GetData() OptMappingLocation
- func (s *MappingMap) GetDefinition() OptMappingLocation
- func (s *MappingMap) GetFields() []MapField
- func (s *MappingMap) GetIsn() OptInt
- func (s *MappingMap) GetLastModified() OptDateTime
- func (s *MappingMap) GetName() OptString
- func (s *MappingMap) MarshalJSON() ([]byte, error)
- func (s *MappingMap) SetData(val OptMappingLocation)
- func (s *MappingMap) SetDefinition(val OptMappingLocation)
- func (s *MappingMap) SetFields(val []MapField)
- func (s *MappingMap) SetIsn(val OptInt)
- func (s *MappingMap) SetLastModified(val OptDateTime)
- func (s *MappingMap) SetName(val OptString)
- func (s *MappingMap) UnmarshalJSON(data []byte) error
- type Maps
- type Middleware
- type OperationName
- type OptBool
- func (o *OptBool) Decode(d *jx.Decoder) error
- func (o OptBool) Encode(e *jx.Encoder)
- func (o OptBool) Get() (v bool, ok bool)
- func (o OptBool) IsSet() bool
- func (s OptBool) MarshalJSON() ([]byte, error)
- func (o OptBool) Or(d bool) bool
- func (o *OptBool) Reset()
- func (o *OptBool) SetTo(v bool)
- func (s *OptBool) UnmarshalJSON(data []byte) error
- type OptClusterConfig
- func (o *OptClusterConfig) Decode(d *jx.Decoder) error
- func (o OptClusterConfig) Encode(e *jx.Encoder)
- func (o OptClusterConfig) Get() (v ClusterConfig, ok bool)
- func (o OptClusterConfig) IsSet() bool
- func (s OptClusterConfig) MarshalJSON() ([]byte, error)
- func (o OptClusterConfig) Or(d ClusterConfig) ClusterConfig
- func (o *OptClusterConfig) Reset()
- func (o *OptClusterConfig) SetTo(v ClusterConfig)
- func (s *OptClusterConfig) UnmarshalJSON(data []byte) error
- type OptConfigDatabaseAccess
- func (o *OptConfigDatabaseAccess) Decode(d *jx.Decoder) error
- func (o OptConfigDatabaseAccess) Encode(e *jx.Encoder)
- func (o OptConfigDatabaseAccess) Get() (v ConfigDatabaseAccess, ok bool)
- func (o OptConfigDatabaseAccess) IsSet() bool
- func (s OptConfigDatabaseAccess) MarshalJSON() ([]byte, error)
- func (o OptConfigDatabaseAccess) Or(d ConfigDatabaseAccess) ConfigDatabaseAccess
- func (o *OptConfigDatabaseAccess) Reset()
- func (o *OptConfigDatabaseAccess) SetTo(v ConfigDatabaseAccess)
- func (s *OptConfigDatabaseAccess) UnmarshalJSON(data []byte) error
- type OptConfigMapping
- func (o *OptConfigMapping) Decode(d *jx.Decoder) error
- func (o OptConfigMapping) Encode(e *jx.Encoder)
- func (o OptConfigMapping) Get() (v ConfigMapping, ok bool)
- func (o OptConfigMapping) IsSet() bool
- func (s OptConfigMapping) MarshalJSON() ([]byte, error)
- func (o OptConfigMapping) Or(d ConfigMapping) ConfigMapping
- func (o *OptConfigMapping) Reset()
- func (o *OptConfigMapping) SetTo(v ConfigMapping)
- func (s *OptConfigMapping) UnmarshalJSON(data []byte) error
- type OptConfigMetrics
- func (o *OptConfigMetrics) Decode(d *jx.Decoder) error
- func (o OptConfigMetrics) Encode(e *jx.Encoder)
- func (o OptConfigMetrics) Get() (v ConfigMetrics, ok bool)
- func (o OptConfigMetrics) IsSet() bool
- func (s OptConfigMetrics) MarshalJSON() ([]byte, error)
- func (o OptConfigMetrics) Or(d ConfigMetrics) ConfigMetrics
- func (o *OptConfigMetrics) Reset()
- func (o *OptConfigMetrics) SetTo(v ConfigMetrics)
- func (s *OptConfigMetrics) UnmarshalJSON(data []byte) error
- type OptConfigModule
- func (o *OptConfigModule) Decode(d *jx.Decoder) error
- func (o OptConfigModule) Encode(e *jx.Encoder)
- func (o OptConfigModule) Get() (v ConfigModule, ok bool)
- func (o OptConfigModule) IsSet() bool
- func (s OptConfigModule) MarshalJSON() ([]byte, error)
- func (o OptConfigModule) Or(d ConfigModule) ConfigModule
- func (o *OptConfigModule) Reset()
- func (o *OptConfigModule) SetTo(v ConfigModule)
- func (s *OptConfigModule) UnmarshalJSON(data []byte) error
- type OptConfigServer
- func (o *OptConfigServer) Decode(d *jx.Decoder) error
- func (o OptConfigServer) Encode(e *jx.Encoder)
- func (o OptConfigServer) Get() (v ConfigServer, ok bool)
- func (o OptConfigServer) IsSet() bool
- func (s OptConfigServer) MarshalJSON() ([]byte, error)
- func (o OptConfigServer) Or(d ConfigServer) ConfigServer
- func (o *OptConfigServer) Reset()
- func (o *OptConfigServer) SetTo(v ConfigServer)
- func (s *OptConfigServer) UnmarshalJSON(data []byte) error
- type OptConfigServerLogLocation
- func (o *OptConfigServerLogLocation) Decode(d *jx.Decoder) error
- func (o OptConfigServerLogLocation) Encode(e *jx.Encoder)
- func (o OptConfigServerLogLocation) Get() (v ConfigServerLogLocation, ok bool)
- func (o OptConfigServerLogLocation) IsSet() bool
- func (s OptConfigServerLogLocation) MarshalJSON() ([]byte, error)
- func (o OptConfigServerLogLocation) Or(d ConfigServerLogLocation) ConfigServerLogLocation
- func (o *OptConfigServerLogLocation) Reset()
- func (o *OptConfigServerLogLocation) SetTo(v ConfigServerLogLocation)
- func (s *OptConfigServerLogLocation) UnmarshalJSON(data []byte) error
- type OptDatabaseConfig
- func (o *OptDatabaseConfig) Decode(d *jx.Decoder) error
- func (o OptDatabaseConfig) Encode(e *jx.Encoder)
- func (o OptDatabaseConfig) Get() (v DatabaseConfig, ok bool)
- func (o OptDatabaseConfig) IsSet() bool
- func (s OptDatabaseConfig) MarshalJSON() ([]byte, error)
- func (o OptDatabaseConfig) Or(d DatabaseConfig) DatabaseConfig
- func (o *OptDatabaseConfig) Reset()
- func (o *OptDatabaseConfig) SetTo(v DatabaseConfig)
- func (s *OptDatabaseConfig) UnmarshalJSON(data []byte) error
- type OptDateTime
- func (o *OptDateTime) Decode(d *jx.Decoder, format func(*jx.Decoder) (time.Time, error)) error
- func (o OptDateTime) Encode(e *jx.Encoder, format func(*jx.Encoder, time.Time))
- func (o OptDateTime) Get() (v time.Time, ok bool)
- func (o OptDateTime) IsSet() bool
- func (s OptDateTime) MarshalJSON() ([]byte, error)
- func (o OptDateTime) Or(d time.Time) time.Time
- func (o *OptDateTime) Reset()
- func (o *OptDateTime) SetTo(v time.Time)
- func (s *OptDateTime) UnmarshalJSON(data []byte) error
- type OptErrorError
- func (o *OptErrorError) Decode(d *jx.Decoder) error
- func (o OptErrorError) Encode(e *jx.Encoder)
- func (o OptErrorError) Get() (v ErrorError, ok bool)
- func (o OptErrorError) IsSet() bool
- func (s OptErrorError) MarshalJSON() ([]byte, error)
- func (o OptErrorError) Or(d ErrorError) ErrorError
- func (o *OptErrorError) Reset()
- func (o *OptErrorError) SetTo(v ErrorError)
- func (s *OptErrorError) UnmarshalJSON(data []byte) error
- type OptFloat64
- func (o *OptFloat64) Decode(d *jx.Decoder) error
- func (o OptFloat64) Encode(e *jx.Encoder)
- func (o OptFloat64) Get() (v float64, ok bool)
- func (o OptFloat64) IsSet() bool
- func (s OptFloat64) MarshalJSON() ([]byte, error)
- func (o OptFloat64) Or(d float64) float64
- func (o *OptFloat64) Reset()
- func (o *OptFloat64) SetTo(v float64)
- func (s *OptFloat64) UnmarshalJSON(data []byte) error
- type OptInsertMapFileRecordsReq
- func (o OptInsertMapFileRecordsReq) Get() (v InsertMapFileRecordsReq, ok bool)
- func (o OptInsertMapFileRecordsReq) IsSet() bool
- func (o OptInsertMapFileRecordsReq) Or(d InsertMapFileRecordsReq) InsertMapFileRecordsReq
- func (o *OptInsertMapFileRecordsReq) Reset()
- func (o *OptInsertMapFileRecordsReq) SetTo(v InsertMapFileRecordsReq)
- type OptInsertRecordReq
- func (o *OptInsertRecordReq) Decode(d *jx.Decoder) error
- func (o OptInsertRecordReq) Encode(e *jx.Encoder)
- func (o OptInsertRecordReq) Get() (v InsertRecordReq, ok bool)
- func (o OptInsertRecordReq) IsSet() bool
- func (s OptInsertRecordReq) MarshalJSON() ([]byte, error)
- func (o OptInsertRecordReq) Or(d InsertRecordReq) InsertRecordReq
- func (o *OptInsertRecordReq) Reset()
- func (o *OptInsertRecordReq) SetTo(v InsertRecordReq)
- func (s *OptInsertRecordReq) UnmarshalJSON(data []byte) error
- type OptInt
- func (o *OptInt) Decode(d *jx.Decoder) error
- func (o OptInt) Encode(e *jx.Encoder)
- func (o OptInt) Get() (v int, ok bool)
- func (o OptInt) IsSet() bool
- func (s OptInt) MarshalJSON() ([]byte, error)
- func (o OptInt) Or(d int) int
- func (o *OptInt) Reset()
- func (o *OptInt) SetTo(v int)
- func (s *OptInt) UnmarshalJSON(data []byte) error
- type OptInt64
- func (o *OptInt64) Decode(d *jx.Decoder) error
- func (o OptInt64) Encode(e *jx.Encoder)
- func (o OptInt64) Get() (v int64, ok bool)
- func (o OptInt64) IsSet() bool
- func (s OptInt64) MarshalJSON() ([]byte, error)
- func (o OptInt64) Or(d int64) int64
- func (o *OptInt64) Reset()
- func (o *OptInt64) SetTo(v int64)
- func (s *OptInt64) UnmarshalJSON(data []byte) error
- type OptJob
- func (o *OptJob) Decode(d *jx.Decoder) error
- func (o OptJob) Encode(e *jx.Encoder)
- func (o OptJob) Get() (v Job, ok bool)
- func (o OptJob) IsSet() bool
- func (s OptJob) MarshalJSON() ([]byte, error)
- func (o OptJob) Or(d Job) Job
- func (o *OptJob) Reset()
- func (o *OptJob) SetTo(v Job)
- func (s *OptJob) UnmarshalJSON(data []byte) error
- type OptJobDefinition
- func (o *OptJobDefinition) Decode(d *jx.Decoder) error
- func (o OptJobDefinition) Encode(e *jx.Encoder)
- func (o OptJobDefinition) Get() (v JobDefinition, ok bool)
- func (o OptJobDefinition) IsSet() bool
- func (s OptJobDefinition) MarshalJSON() ([]byte, error)
- func (o OptJobDefinition) Or(d JobDefinition) JobDefinition
- func (o *OptJobDefinition) Reset()
- func (o *OptJobDefinition) SetTo(v JobDefinition)
- func (s *OptJobDefinition) UnmarshalJSON(data []byte) error
- type OptJobDescription
- func (o *OptJobDescription) Decode(d *jx.Decoder) error
- func (o OptJobDescription) Encode(e *jx.Encoder)
- func (o OptJobDescription) Get() (v JobDescription, ok bool)
- func (o OptJobDescription) IsSet() bool
- func (s OptJobDescription) MarshalJSON() ([]byte, error)
- func (o OptJobDescription) Or(d JobDescription) JobDescription
- func (o *OptJobDescription) Reset()
- func (o *OptJobDescription) SetTo(v JobDescription)
- func (s *OptJobDescription) UnmarshalJSON(data []byte) error
- type OptJobResultJobResult
- func (o *OptJobResultJobResult) Decode(d *jx.Decoder) error
- func (o OptJobResultJobResult) Encode(e *jx.Encoder)
- func (o OptJobResultJobResult) Get() (v JobResultJobResult, ok bool)
- func (o OptJobResultJobResult) IsSet() bool
- func (s OptJobResultJobResult) MarshalJSON() ([]byte, error)
- func (o OptJobResultJobResult) Or(d JobResultJobResult) JobResultJobResult
- func (o *OptJobResultJobResult) Reset()
- func (o *OptJobResultJobResult) SetTo(v JobResultJobResult)
- func (s *OptJobResultJobResult) UnmarshalJSON(data []byte) error
- type OptJobStatusResponseStatus
- func (o *OptJobStatusResponseStatus) Decode(d *jx.Decoder) error
- func (o OptJobStatusResponseStatus) Encode(e *jx.Encoder)
- func (o OptJobStatusResponseStatus) Get() (v JobStatusResponseStatus, ok bool)
- func (o OptJobStatusResponseStatus) IsSet() bool
- func (s OptJobStatusResponseStatus) MarshalJSON() ([]byte, error)
- func (o OptJobStatusResponseStatus) Or(d JobStatusResponseStatus) JobStatusResponseStatus
- func (o *OptJobStatusResponseStatus) Reset()
- func (o *OptJobStatusResponseStatus) SetTo(v JobStatusResponseStatus)
- func (s *OptJobStatusResponseStatus) UnmarshalJSON(data []byte) error
- type OptJobStore
- func (o *OptJobStore) Decode(d *jx.Decoder) error
- func (o OptJobStore) Encode(e *jx.Encoder)
- func (o OptJobStore) Get() (v JobStore, ok bool)
- func (o OptJobStore) IsSet() bool
- func (s OptJobStore) MarshalJSON() ([]byte, error)
- func (o OptJobStore) Or(d JobStore) JobStore
- func (o *OptJobStore) Reset()
- func (o *OptJobStore) SetTo(v JobStore)
- func (s *OptJobStore) UnmarshalJSON(data []byte) error
- type OptMapFieldCharset
- func (o *OptMapFieldCharset) Decode(d *jx.Decoder) error
- func (o OptMapFieldCharset) Encode(e *jx.Encoder)
- func (o OptMapFieldCharset) Get() (v MapFieldCharset, ok bool)
- func (o OptMapFieldCharset) IsSet() bool
- func (s OptMapFieldCharset) MarshalJSON() ([]byte, error)
- func (o OptMapFieldCharset) Or(d MapFieldCharset) MapFieldCharset
- func (o *OptMapFieldCharset) Reset()
- func (o *OptMapFieldCharset) SetTo(v MapFieldCharset)
- func (s *OptMapFieldCharset) UnmarshalJSON(data []byte) error
- type OptMapFieldContentType
- func (o *OptMapFieldContentType) Decode(d *jx.Decoder) error
- func (o OptMapFieldContentType) Encode(e *jx.Encoder)
- func (o OptMapFieldContentType) Get() (v MapFieldContentType, ok bool)
- func (o OptMapFieldContentType) IsSet() bool
- func (s OptMapFieldContentType) MarshalJSON() ([]byte, error)
- func (o OptMapFieldContentType) Or(d MapFieldContentType) MapFieldContentType
- func (o *OptMapFieldContentType) Reset()
- func (o *OptMapFieldContentType) SetTo(v MapFieldContentType)
- func (s *OptMapFieldContentType) UnmarshalJSON(data []byte) error
- type OptMapFieldFieldType
- func (o *OptMapFieldFieldType) Decode(d *jx.Decoder) error
- func (o OptMapFieldFieldType) Encode(e *jx.Encoder)
- func (o OptMapFieldFieldType) Get() (v MapFieldFieldType, ok bool)
- func (o OptMapFieldFieldType) IsSet() bool
- func (s OptMapFieldFieldType) MarshalJSON() ([]byte, error)
- func (o OptMapFieldFieldType) Or(d MapFieldFieldType) MapFieldFieldType
- func (o *OptMapFieldFieldType) Reset()
- func (o *OptMapFieldFieldType) SetTo(v MapFieldFieldType)
- func (s *OptMapFieldFieldType) UnmarshalJSON(data []byte) error
- type OptMapFieldFile
- func (o *OptMapFieldFile) Decode(d *jx.Decoder) error
- func (o OptMapFieldFile) Encode(e *jx.Encoder)
- func (o OptMapFieldFile) Get() (v MapFieldFile, ok bool)
- func (o OptMapFieldFile) IsSet() bool
- func (s OptMapFieldFile) MarshalJSON() ([]byte, error)
- func (o OptMapFieldFile) Or(d MapFieldFile) MapFieldFile
- func (o *OptMapFieldFile) Reset()
- func (o *OptMapFieldFile) SetTo(v MapFieldFile)
- func (s *OptMapFieldFile) UnmarshalJSON(data []byte) error
- type OptMapFieldFormatType
- func (o *OptMapFieldFormatType) Decode(d *jx.Decoder) error
- func (o OptMapFieldFormatType) Encode(e *jx.Encoder)
- func (o OptMapFieldFormatType) Get() (v MapFieldFormatType, ok bool)
- func (o OptMapFieldFormatType) IsSet() bool
- func (s OptMapFieldFormatType) MarshalJSON() ([]byte, error)
- func (o OptMapFieldFormatType) Or(d MapFieldFormatType) MapFieldFormatType
- func (o *OptMapFieldFormatType) Reset()
- func (o *OptMapFieldFormatType) SetTo(v MapFieldFormatType)
- func (s *OptMapFieldFormatType) UnmarshalJSON(data []byte) error
- type OptMapFieldLength
- func (o *OptMapFieldLength) Decode(d *jx.Decoder) error
- func (o OptMapFieldLength) Encode(e *jx.Encoder)
- func (o OptMapFieldLength) Get() (v MapFieldLength, ok bool)
- func (o OptMapFieldLength) IsSet() bool
- func (s OptMapFieldLength) MarshalJSON() ([]byte, error)
- func (o OptMapFieldLength) Or(d MapFieldLength) MapFieldLength
- func (o *OptMapFieldLength) Reset()
- func (o *OptMapFieldLength) SetTo(v MapFieldLength)
- func (s *OptMapFieldLength) UnmarshalJSON(data []byte) error
- type OptMapFieldName
- func (o *OptMapFieldName) Decode(d *jx.Decoder) error
- func (o OptMapFieldName) Encode(e *jx.Encoder)
- func (o OptMapFieldName) Get() (v MapFieldName, ok bool)
- func (o OptMapFieldName) IsSet() bool
- func (s OptMapFieldName) MarshalJSON() ([]byte, error)
- func (o OptMapFieldName) Or(d MapFieldName) MapFieldName
- func (o *OptMapFieldName) Reset()
- func (o *OptMapFieldName) SetTo(v MapFieldName)
- func (s *OptMapFieldName) UnmarshalJSON(data []byte) error
- type OptMapFieldShortName
- func (o *OptMapFieldShortName) Decode(d *jx.Decoder) error
- func (o OptMapFieldShortName) Encode(e *jx.Encoder)
- func (o OptMapFieldShortName) Get() (v MapFieldShortName, ok bool)
- func (o OptMapFieldShortName) IsSet() bool
- func (s OptMapFieldShortName) MarshalJSON() ([]byte, error)
- func (o OptMapFieldShortName) Or(d MapFieldShortName) MapFieldShortName
- func (o *OptMapFieldShortName) Reset()
- func (o *OptMapFieldShortName) SetTo(v MapFieldShortName)
- func (s *OptMapFieldShortName) UnmarshalJSON(data []byte) error
- type OptMappingLocation
- func (o *OptMappingLocation) Decode(d *jx.Decoder) error
- func (o OptMappingLocation) Encode(e *jx.Encoder)
- func (o OptMappingLocation) Get() (v MappingLocation, ok bool)
- func (o OptMappingLocation) IsSet() bool
- func (s OptMappingLocation) MarshalJSON() ([]byte, error)
- func (o OptMappingLocation) Or(d MappingLocation) MappingLocation
- func (o *OptMappingLocation) Reset()
- func (o *OptMappingLocation) SetTo(v MappingLocation)
- func (s *OptMappingLocation) UnmarshalJSON(data []byte) error
- type OptMappingMap
- func (o *OptMappingMap) Decode(d *jx.Decoder) error
- func (o OptMappingMap) Encode(e *jx.Encoder)
- func (o OptMappingMap) Get() (v MappingMap, ok bool)
- func (o OptMappingMap) IsSet() bool
- func (s OptMappingMap) MarshalJSON() ([]byte, error)
- func (o OptMappingMap) Or(d MappingMap) MappingMap
- func (o *OptMappingMap) Reset()
- func (o *OptMappingMap) SetTo(v MappingMap)
- func (s *OptMappingMap) UnmarshalJSON(data []byte) error
- type OptMultipartFile
- type OptSQLQueryBatch
- func (o *OptSQLQueryBatch) Decode(d *jx.Decoder) error
- func (o OptSQLQueryBatch) Encode(e *jx.Encoder)
- func (o OptSQLQueryBatch) Get() (v SQLQueryBatch, ok bool)
- func (o OptSQLQueryBatch) IsSet() bool
- func (s OptSQLQueryBatch) MarshalJSON() ([]byte, error)
- func (o OptSQLQueryBatch) Or(d SQLQueryBatch) SQLQueryBatch
- func (o *OptSQLQueryBatch) Reset()
- func (o *OptSQLQueryBatch) SetTo(v SQLQueryBatch)
- func (s *OptSQLQueryBatch) UnmarshalJSON(data []byte) error
- type OptStatusResponseStatus
- func (o *OptStatusResponseStatus) Decode(d *jx.Decoder) error
- func (o OptStatusResponseStatus) Encode(e *jx.Encoder)
- func (o OptStatusResponseStatus) Get() (v StatusResponseStatus, ok bool)
- func (o OptStatusResponseStatus) IsSet() bool
- func (s OptStatusResponseStatus) MarshalJSON() ([]byte, error)
- func (o OptStatusResponseStatus) Or(d StatusResponseStatus) StatusResponseStatus
- func (o *OptStatusResponseStatus) Reset()
- func (o *OptStatusResponseStatus) SetTo(v StatusResponseStatus)
- func (s *OptStatusResponseStatus) UnmarshalJSON(data []byte) error
- type OptString
- func (o *OptString) Decode(d *jx.Decoder) error
- func (o OptString) Encode(e *jx.Encoder)
- func (o OptString) Get() (v string, ok bool)
- func (o OptString) IsSet() bool
- func (s OptString) MarshalJSON() ([]byte, error)
- func (o OptString) Or(d string) string
- func (o *OptString) Reset()
- func (o *OptString) SetTo(v string)
- func (s *OptString) UnmarshalJSON(data []byte) error
- type OptUUID
- func (o *OptUUID) Decode(d *jx.Decoder) error
- func (o OptUUID) Encode(e *jx.Encoder)
- func (o OptUUID) Get() (v uuid.UUID, ok bool)
- func (o OptUUID) IsSet() bool
- func (s OptUUID) MarshalJSON() ([]byte, error)
- func (o OptUUID) Or(d uuid.UUID) uuid.UUID
- func (o *OptUUID) Reset()
- func (o *OptUUID) SetTo(v uuid.UUID)
- func (s *OptUUID) UnmarshalJSON(data []byte) error
- type OptUpdateRecordsByFieldsReq
- func (o *OptUpdateRecordsByFieldsReq) Decode(d *jx.Decoder) error
- func (o OptUpdateRecordsByFieldsReq) Encode(e *jx.Encoder)
- func (o OptUpdateRecordsByFieldsReq) Get() (v UpdateRecordsByFieldsReq, ok bool)
- func (o OptUpdateRecordsByFieldsReq) IsSet() bool
- func (s OptUpdateRecordsByFieldsReq) MarshalJSON() ([]byte, error)
- func (o OptUpdateRecordsByFieldsReq) Or(d UpdateRecordsByFieldsReq) UpdateRecordsByFieldsReq
- func (o *OptUpdateRecordsByFieldsReq) Reset()
- func (o *OptUpdateRecordsByFieldsReq) SetTo(v UpdateRecordsByFieldsReq)
- func (s *OptUpdateRecordsByFieldsReq) UnmarshalJSON(data []byte) error
- type OptUser
- func (o *OptUser) Decode(d *jx.Decoder) error
- func (o OptUser) Encode(e *jx.Encoder)
- func (o OptUser) Get() (v User, ok bool)
- func (o OptUser) IsSet() bool
- func (s OptUser) MarshalJSON() ([]byte, error)
- func (o OptUser) Or(d User) User
- func (o *OptUser) Reset()
- func (o *OptUser) SetTo(v User)
- func (s *OptUser) UnmarshalJSON(data []byte) error
- type Option
- type PostDatabaseForbidden
- type PostDatabaseRes
- type PostDatabaseUnauthorized
- type PostJobBadRequest
- type PostJobForbidden
- type PostJobNotFound
- type PostJobReq
- type PostJobReqEmptyBody
- type PostJobReqTextPlain
- type PostJobRes
- type PostJobUnauthorized
- type PushLoginSessionForbidden
- type PushLoginSessionRes
- type PushLoginSessionUnauthorized
- type RemoveSessionCompatBadRequest
- type RemoveSessionCompatNotFound
- type RemoveSessionCompatOK
- type RemoveSessionCompatRes
- type Response
- func (s *Response) Decode(d *jx.Decoder) error
- func (s *Response) Encode(e *jx.Encoder)
- func (s *Response) GetFieldNames() []string
- func (s *Response) GetFileRecords() OptInt
- func (s *Response) GetMapName() OptString
- func (s *Response) GetNrRecords() OptInt
- func (s *Response) GetRecords() []ResponseRecordsItem
- func (s *Response) MarshalJSON() ([]byte, error)
- func (s *Response) SetFieldNames(val []string)
- func (s *Response) SetFileRecords(val OptInt)
- func (s *Response) SetMapName(val OptString)
- func (s *Response) SetNrRecords(val OptInt)
- func (s *Response) SetRecords(val []ResponseRecordsItem)
- func (s *Response) UnmarshalJSON(data []byte) error
- type ResponseHeaders
- type ResponseRaw
- type ResponseRecordsItem
- type Route
- type SQLQuery
- type SQLQueryBatch
- type SearchModellingBadRequest
- type SearchModellingForbidden
- type SearchModellingNotFound
- type SearchModellingOKTextCsv
- type SearchModellingParams
- type SearchModellingRes
- type SearchModellingUnauthorized
- type SearchRecordsFieldsForbidden
- type SearchRecordsFieldsOKTextCsv
- type SearchRecordsFieldsOKTextCsvHeaders
- func (s *SearchRecordsFieldsOKTextCsvHeaders) GetResponse() SearchRecordsFieldsOKTextCsv
- func (s *SearchRecordsFieldsOKTextCsvHeaders) GetXToken() OptString
- func (s *SearchRecordsFieldsOKTextCsvHeaders) SetResponse(val SearchRecordsFieldsOKTextCsv)
- func (s *SearchRecordsFieldsOKTextCsvHeaders) SetXToken(val OptString)
- type SearchRecordsFieldsParams
- type SearchRecordsFieldsRes
- type SearchRecordsFieldsUnauthorized
- type SearchTableBadRequest
- type SearchTableForbidden
- type SearchTableNotFound
- type SearchTableOKTextCsv
- type SearchTableParams
- type SearchTableRes
- type SearchTableUnauthorized
- type SecurityHandler
- type SecuritySource
- type Server
- type ServerOption
- func WithErrorHandler(h ErrorHandler) ServerOption
- func WithMaxMultipartMemory(max int64) ServerOption
- func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption
- func WithMiddleware(m ...Middleware) ServerOption
- func WithNotFound(notFound http.HandlerFunc) ServerOption
- func WithPathPrefix(prefix string) ServerOption
- type SetConfigForbidden
- type SetConfigOK
- type SetConfigReq
- type SetConfigReqTextPlain
- type SetConfigRes
- type SetConfigUnauthorized
- type SetJobsConfigForbidden
- type SetJobsConfigOK
- type SetJobsConfigRes
- type SetJobsConfigUnauthorized
- type ShutdownServerForbidden
- type ShutdownServerParams
- type ShutdownServerRes
- type ShutdownServerUnauthorized
- type StatusResponse
- func (s *StatusResponse) Decode(d *jx.Decoder) error
- func (s *StatusResponse) Encode(e *jx.Encoder)
- func (s *StatusResponse) GetStatus() OptStatusResponseStatus
- func (s *StatusResponse) MarshalJSON() ([]byte, error)
- func (s *StatusResponse) SetStatus(val OptStatusResponseStatus)
- func (s *StatusResponse) UnmarshalJSON(data []byte) error
- func (s *StatusResponse) Validate() error
- type StatusResponseStatus
- func (s *StatusResponseStatus) Decode(d *jx.Decoder) error
- func (s *StatusResponseStatus) Encode(e *jx.Encoder)
- func (s *StatusResponseStatus) GetAction() OptString
- func (s *StatusResponseStatus) GetCode() OptString
- func (s *StatusResponseStatus) GetDbid() OptFloat64
- func (s *StatusResponseStatus) GetMessage() OptString
- func (s *StatusResponseStatus) GetTarget() OptString
- func (s *StatusResponseStatus) MarshalJSON() ([]byte, error)
- func (s *StatusResponseStatus) SetAction(val OptString)
- func (s *StatusResponseStatus) SetCode(val OptString)
- func (s *StatusResponseStatus) SetDbid(val OptFloat64)
- func (s *StatusResponseStatus) SetMessage(val OptString)
- func (s *StatusResponseStatus) SetTarget(val OptString)
- func (s *StatusResponseStatus) UnmarshalJSON(data []byte) error
- func (s *StatusResponseStatus) Validate() error
- type StoreConfigForbidden
- type StoreConfigOK
- type StoreConfigRes
- type StoreConfigUnauthorized
- type StoreResponse
- func (s *StoreResponse) Decode(d *jx.Decoder) error
- func (s *StoreResponse) Encode(e *jx.Encoder)
- func (s *StoreResponse) GetNrDeleted() OptInt
- func (s *StoreResponse) GetNrStored() OptInt
- func (s *StoreResponse) GetStored() []int
- func (s *StoreResponse) MarshalJSON() ([]byte, error)
- func (s *StoreResponse) SetNrDeleted(val OptInt)
- func (s *StoreResponse) SetNrStored(val OptInt)
- func (s *StoreResponse) SetStored(val []int)
- func (s *StoreResponse) UnmarshalJSON(data []byte) error
- type StoreResponseHeaders
- type TokenCheck
- type TriggerExtendBadRequest
- type TriggerExtendForbidden
- type TriggerExtendNotFound
- type TriggerExtendOKApplicationOctetStream
- type TriggerExtendParams
- type TriggerExtendRes
- type TriggerExtendUnauthorized
- type TriggerJobBadRequest
- type TriggerJobForbidden
- type TriggerJobNotFound
- type TriggerJobParams
- type TriggerJobRes
- type TriggerJobUnauthorized
- type UnimplementedHandler
- func (UnimplementedHandler) AddView(ctx context.Context, params AddViewParams) (r AddViewRes, _ error)
- func (UnimplementedHandler) BatchParameterQuery(ctx context.Context, params BatchParameterQueryParams) (r BatchParameterQueryRes, _ error)
- func (UnimplementedHandler) BatchQuery(ctx context.Context, req BatchQueryReq, params BatchQueryParams) (r BatchQueryRes, _ error)
- func (UnimplementedHandler) BatchSelect(ctx context.Context, params BatchSelectParams) (r BatchSelectRes, _ error)
- func (UnimplementedHandler) BrowseList(ctx context.Context) (r BrowseListRes, _ error)
- func (UnimplementedHandler) BrowseLocation(ctx context.Context, params BrowseLocationParams) (r BrowseLocationRes, _ error)
- func (UnimplementedHandler) CallExtend(ctx context.Context, params CallExtendParams) (r CallExtendRes, _ error)
- func (UnimplementedHandler) CallPostExtend(ctx context.Context, req *CallPostExtendReq, params CallPostExtendParams) (r CallPostExtendRes, _ error)
- func (UnimplementedHandler) CreateDirectory(ctx context.Context, params CreateDirectoryParams) (r CreateDirectoryRes, _ error)
- func (UnimplementedHandler) DeleteExtend(ctx context.Context, params DeleteExtendParams) (r DeleteExtendRes, _ error)
- func (UnimplementedHandler) DeleteFileLocation(ctx context.Context, params DeleteFileLocationParams) (r DeleteFileLocationRes, _ error)
- func (UnimplementedHandler) DeleteJobResult(ctx context.Context, params DeleteJobResultParams) (r DeleteJobResultRes, _ error)
- func (UnimplementedHandler) DeleteRecordsSearched(ctx context.Context, params DeleteRecordsSearchedParams) (r DeleteRecordsSearchedRes, _ error)
- func (UnimplementedHandler) DeleteView(ctx context.Context, params DeleteViewParams) (r DeleteViewRes, _ error)
- func (UnimplementedHandler) DownloadFile(ctx context.Context, params DownloadFileParams) (r DownloadFileRes, _ error)
- func (UnimplementedHandler) GetConfig(ctx context.Context) (r GetConfigRes, _ error)
- func (UnimplementedHandler) GetDatabases(ctx context.Context) (r GetDatabasesRes, _ error)
- func (UnimplementedHandler) GetFields(ctx context.Context, params GetFieldsParams) (r GetFieldsRes, _ error)
- func (UnimplementedHandler) GetImage(ctx context.Context, params GetImageParams) (r GetImageRes, _ error)
- func (UnimplementedHandler) GetJobExecutionResult(ctx context.Context, params GetJobExecutionResultParams) (r GetJobExecutionResultRes, _ error)
- func (UnimplementedHandler) GetJobFullInfo(ctx context.Context, params GetJobFullInfoParams) (r GetJobFullInfoRes, _ error)
- func (UnimplementedHandler) GetJobResult(ctx context.Context, params GetJobResultParams) (r GetJobResultRes, _ error)
- func (UnimplementedHandler) GetJobs(ctx context.Context, params GetJobsParams) (r GetJobsRes, _ error)
- func (UnimplementedHandler) GetJobsConfig(ctx context.Context) (r GetJobsConfigRes, _ error)
- func (UnimplementedHandler) GetLobByMap(ctx context.Context, params GetLobByMapParams) (r GetLobByMapRes, _ error)
- func (UnimplementedHandler) GetLoginSession(ctx context.Context) (r GetLoginSessionRes, _ error)
- func (UnimplementedHandler) GetMapMetadata(ctx context.Context, params GetMapMetadataParams) (r GetMapMetadataRes, _ error)
- func (UnimplementedHandler) GetMapRecordsFields(ctx context.Context, params GetMapRecordsFieldsParams) (r GetMapRecordsFieldsRes, _ error)
- func (UnimplementedHandler) GetMaps(ctx context.Context) (r GetMapsRes, _ error)
- func (UnimplementedHandler) GetUserInfo(ctx context.Context) (r GetUserInfoRes, _ error)
- func (UnimplementedHandler) GetVersion(ctx context.Context) (r GetVersionRes, _ error)
- func (UnimplementedHandler) GetVideo(ctx context.Context, params GetVideoParams) (r GetVideoRes, _ error)
- func (UnimplementedHandler) GetViews(ctx context.Context) (r GetViewsRes, _ error)
- func (UnimplementedHandler) InsertMapFileRecords(ctx context.Context, req OptInsertMapFileRecordsReq) (r InsertMapFileRecordsRes, _ error)
- func (UnimplementedHandler) InsertRecord(ctx context.Context, req OptInsertRecordReq, params InsertRecordParams) (r InsertRecordRes, _ error)
- func (UnimplementedHandler) ListModelling(ctx context.Context) (r ListModellingRes, _ error)
- func (UnimplementedHandler) ListTables(ctx context.Context) (r ListTablesRes, _ error)
- func (UnimplementedHandler) LoginSession(ctx context.Context) (r LoginSessionRes, _ error)
- func (UnimplementedHandler) LogoutSessionCompat(ctx context.Context) (r LogoutSessionCompatRes, _ error)
- func (UnimplementedHandler) NewError(ctx context.Context, err error) (r *ErrorStatusCode)
- func (UnimplementedHandler) PostDatabase(ctx context.Context, req *Database) (r PostDatabaseRes, _ error)
- func (UnimplementedHandler) PostJob(ctx context.Context, req PostJobReq) (r PostJobRes, _ error)
- func (UnimplementedHandler) PushLoginSession(ctx context.Context) (r PushLoginSessionRes, _ error)
- func (UnimplementedHandler) RemoveSessionCompat(ctx context.Context) (r RemoveSessionCompatRes, _ error)
- func (UnimplementedHandler) SearchModelling(ctx context.Context, params SearchModellingParams) (r SearchModellingRes, _ error)
- func (UnimplementedHandler) SearchRecordsFields(ctx context.Context, params SearchRecordsFieldsParams) (r SearchRecordsFieldsRes, _ error)
- func (UnimplementedHandler) SearchTable(ctx context.Context, params SearchTableParams) (r SearchTableRes, _ error)
- func (UnimplementedHandler) SetConfig(ctx context.Context, req SetConfigReq) (r SetConfigRes, _ error)
- func (UnimplementedHandler) SetJobsConfig(ctx context.Context, req OptJobStore) (r SetJobsConfigRes, _ error)
- func (UnimplementedHandler) ShutdownServer(ctx context.Context, params ShutdownServerParams) (r ShutdownServerRes, _ error)
- func (UnimplementedHandler) StoreConfig(ctx context.Context) (r StoreConfigRes, _ error)
- func (UnimplementedHandler) TriggerExtend(ctx context.Context, params TriggerExtendParams) (r TriggerExtendRes, _ error)
- func (UnimplementedHandler) TriggerJob(ctx context.Context, params TriggerJobParams) (r TriggerJobRes, _ error)
- func (UnimplementedHandler) UpdateLobByMap(ctx context.Context, req UpdateLobByMapReq, params UpdateLobByMapParams) (r UpdateLobByMapRes, _ error)
- func (UnimplementedHandler) UpdateRecordsByFields(ctx context.Context, req OptUpdateRecordsByFieldsReq, ...) (r UpdateRecordsByFieldsRes, _ error)
- func (UnimplementedHandler) UploadFile(ctx context.Context, req *UploadFileReq, params UploadFileParams) (r UploadFileRes, _ error)
- type UpdateLobByMapForbidden
- type UpdateLobByMapParams
- type UpdateLobByMapReq
- type UpdateLobByMapReqApplicationOctetStream
- type UpdateLobByMapReqMultipartFormData
- type UpdateLobByMapRes
- type UpdateLobByMapUnauthorized
- type UpdateRecordsByFieldsForbidden
- type UpdateRecordsByFieldsParams
- type UpdateRecordsByFieldsReq
- func (s *UpdateRecordsByFieldsReq) Decode(d *jx.Decoder) error
- func (s *UpdateRecordsByFieldsReq) Encode(e *jx.Encoder)
- func (s *UpdateRecordsByFieldsReq) GetRecords() []UpdateRecordsByFieldsReqRecordsItem
- func (s *UpdateRecordsByFieldsReq) MarshalJSON() ([]byte, error)
- func (s *UpdateRecordsByFieldsReq) SetRecords(val []UpdateRecordsByFieldsReqRecordsItem)
- func (s *UpdateRecordsByFieldsReq) UnmarshalJSON(data []byte) error
- type UpdateRecordsByFieldsReqRecordsItem
- type UpdateRecordsByFieldsRes
- type UpdateRecordsByFieldsUnauthorized
- type UploadFileBadRequest
- type UploadFileForbidden
- type UploadFileNotFound
- type UploadFileOKTextPlain
- type UploadFileParams
- type UploadFileReq
- type UploadFileRes
- type UploadFileUnauthorized
- type User
- func (s *User) Decode(d *jx.Decoder) error
- func (s *User) Encode(e *jx.Encoder)
- func (s *User) GetCreated() OptDateTime
- func (s *User) GetEmail() OptString
- func (s *User) GetLastLogin() OptDateTime
- func (s *User) GetLongName() OptString
- func (s *User) GetName() OptString
- func (s *User) GetPermission() OptString
- func (s *User) GetPicture() OptString
- func (s *User) GetUUID() OptUUID
- func (s *User) MarshalJSON() ([]byte, error)
- func (s *User) SetCreated(val OptDateTime)
- func (s *User) SetEmail(val OptString)
- func (s *User) SetLastLogin(val OptDateTime)
- func (s *User) SetLongName(val OptString)
- func (s *User) SetName(val OptString)
- func (s *User) SetPermission(val OptString)
- func (s *User) SetPicture(val OptString)
- func (s *User) SetUUID(val OptUUID)
- func (s *User) UnmarshalJSON(data []byte) error
- func (s *User) Validate() error
- type Versions
- func (s *Versions) Decode(d *jx.Decoder) error
- func (s *Versions) Encode(e *jx.Encoder)
- func (s *Versions) GetHandler() []APIHandler
- func (s *Versions) GetProduct() OptString
- func (s *Versions) GetVersion() OptString
- func (s *Versions) MarshalJSON() ([]byte, error)
- func (s *Versions) SetHandler(val []APIHandler)
- func (s *Versions) SetProduct(val OptString)
- func (s *Versions) SetVersion(val OptString)
- func (s *Versions) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIHandler ¶
Ref: #/components/schemas/APIHandler
func (*APIHandler) Decode ¶
func (s *APIHandler) Decode(d *jx.Decoder) error
Decode decodes APIHandler from json.
func (*APIHandler) Encode ¶
func (s *APIHandler) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*APIHandler) GetName ¶
func (s *APIHandler) GetName() OptString
GetName returns the value of Name.
func (*APIHandler) GetVersion ¶
func (s *APIHandler) GetVersion() OptString
GetVersion returns the value of Version.
func (*APIHandler) MarshalJSON ¶
func (s *APIHandler) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*APIHandler) SetName ¶
func (s *APIHandler) SetName(val OptString)
SetName sets the value of Name.
func (*APIHandler) SetVersion ¶
func (s *APIHandler) SetVersion(val OptString)
SetVersion sets the value of Version.
func (*APIHandler) UnmarshalJSON ¶
func (s *APIHandler) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type AddViewForbidden ¶
type AddViewForbidden struct{}
AddViewForbidden is response for AddView operation.
type AddViewParams ¶
AddViewParams is parameters of addView operation.
type AddViewRes ¶
type AddViewRes interface {
// contains filtered or unexported methods
}
type AddViewUnauthorized ¶
type AddViewUnauthorized struct{}
AddViewUnauthorized is response for AddView operation.
type AuthorizationToken ¶
type AuthorizationToken struct {
Token OptString `json:"token"`
AdminRole OptBool `json:"AdminRole"`
User OptUser `json:"User"`
}
Ref: #/components/schemas/AuthorizationToken
func (*AuthorizationToken) Decode ¶
func (s *AuthorizationToken) Decode(d *jx.Decoder) error
Decode decodes AuthorizationToken from json.
func (*AuthorizationToken) Encode ¶
func (s *AuthorizationToken) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*AuthorizationToken) GetAdminRole ¶
func (s *AuthorizationToken) GetAdminRole() OptBool
GetAdminRole returns the value of AdminRole.
func (*AuthorizationToken) GetToken ¶
func (s *AuthorizationToken) GetToken() OptString
GetToken returns the value of Token.
func (*AuthorizationToken) GetUser ¶
func (s *AuthorizationToken) GetUser() OptUser
GetUser returns the value of User.
func (*AuthorizationToken) MarshalJSON ¶
func (s *AuthorizationToken) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*AuthorizationToken) SetAdminRole ¶
func (s *AuthorizationToken) SetAdminRole(val OptBool)
SetAdminRole sets the value of AdminRole.
func (*AuthorizationToken) SetToken ¶
func (s *AuthorizationToken) SetToken(val OptString)
SetToken sets the value of Token.
func (*AuthorizationToken) SetUser ¶
func (s *AuthorizationToken) SetUser(val OptUser)
SetUser sets the value of User.
func (*AuthorizationToken) UnmarshalJSON ¶
func (s *AuthorizationToken) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*AuthorizationToken) Validate ¶
func (s *AuthorizationToken) Validate() error
type AuthorizationTokenHeaders ¶
type AuthorizationTokenHeaders struct {
XToken OptString
Response AuthorizationToken
}
AuthorizationTokenHeaders wraps AuthorizationToken with response headers.
func (*AuthorizationTokenHeaders) GetResponse ¶
func (s *AuthorizationTokenHeaders) GetResponse() AuthorizationToken
GetResponse returns the value of Response.
func (*AuthorizationTokenHeaders) GetXToken ¶
func (s *AuthorizationTokenHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*AuthorizationTokenHeaders) SetResponse ¶
func (s *AuthorizationTokenHeaders) SetResponse(val AuthorizationToken)
SetResponse sets the value of Response.
func (*AuthorizationTokenHeaders) SetXToken ¶
func (s *AuthorizationTokenHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
func (*AuthorizationTokenHeaders) Validate ¶
func (s *AuthorizationTokenHeaders) Validate() error
type BasicAuth ¶
func (*BasicAuth) GetPassword ¶
GetPassword returns the value of Password.
func (*BasicAuth) GetUsername ¶
GetUsername returns the value of Username.
func (*BasicAuth) SetPassword ¶
SetPassword sets the value of Password.
func (*BasicAuth) SetUsername ¶
SetUsername sets the value of Username.
type BatchParameterQueryForbidden ¶
type BatchParameterQueryForbidden struct{}
BatchParameterQueryForbidden is response for BatchParameterQuery operation.
type BatchParameterQueryParams ¶
type BatchParameterQueryParams struct {
// Batch name.
Table string
// SQL statement.
Query string
// Check for validator additional information needed to be given to validator plugin.
Validate OptString `json:",omitempty,omitzero"`
}
BatchParameterQueryParams is parameters of batchParameterQuery operation.
type BatchParameterQueryRes ¶
type BatchParameterQueryRes interface {
// contains filtered or unexported methods
}
type BatchParameterQueryUnauthorized ¶
type BatchParameterQueryUnauthorized struct{}
BatchParameterQueryUnauthorized is response for BatchParameterQuery operation.
type BatchQueryForbidden ¶
type BatchQueryForbidden struct{}
BatchQueryForbidden is response for BatchQuery operation.
type BatchQueryParams ¶
type BatchQueryParams struct {
// Batch name.
Table string
// Check for validator additional information needed to be given to validator plugin.
Validate OptString `json:",omitempty,omitzero"`
}
BatchQueryParams is parameters of batchQuery operation.
type BatchQueryReq ¶
type BatchQueryReq interface {
// contains filtered or unexported methods
}
type BatchQueryReqEmptyBody ¶
type BatchQueryReqEmptyBody struct{}
type BatchQueryReqTextPlain ¶
type BatchQueryRes ¶
type BatchQueryRes interface {
// contains filtered or unexported methods
}
type BatchQueryUnauthorized ¶
type BatchQueryUnauthorized struct{}
BatchQueryUnauthorized is response for BatchQuery operation.
type BatchSelectForbidden ¶
type BatchSelectForbidden struct{}
BatchSelectForbidden is response for BatchSelect operation.
type BatchSelectParams ¶
type BatchSelectParams struct {
// Query parameter.
Param []string `json:",omitempty"`
// Batch name.
Table string
// Check for validator additional information needed to be given to validator plugin.
Validate OptString `json:",omitempty,omitzero"`
}
BatchSelectParams is parameters of batchSelect operation.
type BatchSelectRes ¶
type BatchSelectRes interface {
// contains filtered or unexported methods
}
type BatchSelectUnauthorized ¶
type BatchSelectUnauthorized struct{}
BatchSelectUnauthorized is response for BatchSelect operation.
type BearerAuth ¶
func (*BearerAuth) GetRoles ¶
func (s *BearerAuth) GetRoles() []string
GetRoles returns the value of Roles.
func (*BearerAuth) GetToken ¶
func (s *BearerAuth) GetToken() string
GetToken returns the value of Token.
func (*BearerAuth) SetRoles ¶
func (s *BearerAuth) SetRoles(val []string)
SetRoles sets the value of Roles.
func (*BearerAuth) SetToken ¶
func (s *BearerAuth) SetToken(val string)
SetToken sets the value of Token.
type BrowseListBadRequest ¶
type BrowseListBadRequest Error
func (*BrowseListBadRequest) Decode ¶
func (s *BrowseListBadRequest) Decode(d *jx.Decoder) error
Decode decodes BrowseListBadRequest from json.
func (*BrowseListBadRequest) Encode ¶
func (s *BrowseListBadRequest) Encode(e *jx.Encoder)
Encode encodes BrowseListBadRequest as json.
func (*BrowseListBadRequest) MarshalJSON ¶
func (s *BrowseListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*BrowseListBadRequest) UnmarshalJSON ¶
func (s *BrowseListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type BrowseListForbidden ¶
type BrowseListForbidden struct{}
BrowseListForbidden is response for BrowseList operation.
type BrowseListNotFound ¶
type BrowseListNotFound Error
func (*BrowseListNotFound) Decode ¶
func (s *BrowseListNotFound) Decode(d *jx.Decoder) error
Decode decodes BrowseListNotFound from json.
func (*BrowseListNotFound) Encode ¶
func (s *BrowseListNotFound) Encode(e *jx.Encoder)
Encode encodes BrowseListNotFound as json.
func (*BrowseListNotFound) MarshalJSON ¶
func (s *BrowseListNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*BrowseListNotFound) UnmarshalJSON ¶
func (s *BrowseListNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type BrowseListRes ¶
type BrowseListRes interface {
// contains filtered or unexported methods
}
type BrowseListUnauthorized ¶
type BrowseListUnauthorized struct{}
BrowseListUnauthorized is response for BrowseList operation.
type BrowseLocationBadRequest ¶
type BrowseLocationBadRequest Error
func (*BrowseLocationBadRequest) Decode ¶
func (s *BrowseLocationBadRequest) Decode(d *jx.Decoder) error
Decode decodes BrowseLocationBadRequest from json.
func (*BrowseLocationBadRequest) Encode ¶
func (s *BrowseLocationBadRequest) Encode(e *jx.Encoder)
Encode encodes BrowseLocationBadRequest as json.
func (*BrowseLocationBadRequest) MarshalJSON ¶
func (s *BrowseLocationBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*BrowseLocationBadRequest) UnmarshalJSON ¶
func (s *BrowseLocationBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type BrowseLocationForbidden ¶
type BrowseLocationForbidden struct{}
BrowseLocationForbidden is response for BrowseLocation operation.
type BrowseLocationNotFound ¶
type BrowseLocationNotFound Error
func (*BrowseLocationNotFound) Decode ¶
func (s *BrowseLocationNotFound) Decode(d *jx.Decoder) error
Decode decodes BrowseLocationNotFound from json.
func (*BrowseLocationNotFound) Encode ¶
func (s *BrowseLocationNotFound) Encode(e *jx.Encoder)
Encode encodes BrowseLocationNotFound as json.
func (*BrowseLocationNotFound) MarshalJSON ¶
func (s *BrowseLocationNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*BrowseLocationNotFound) UnmarshalJSON ¶
func (s *BrowseLocationNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type BrowseLocationOK ¶
type BrowseLocationOK struct {
Type BrowseLocationOKType // switch on this field
DirectoryFiles DirectoryFiles
File File
}
BrowseLocationOK represents sum type.
func NewDirectoryFilesBrowseLocationOK ¶
func NewDirectoryFilesBrowseLocationOK(v DirectoryFiles) BrowseLocationOK
NewDirectoryFilesBrowseLocationOK returns new BrowseLocationOK from DirectoryFiles.
func NewFileBrowseLocationOK ¶
func NewFileBrowseLocationOK(v File) BrowseLocationOK
NewFileBrowseLocationOK returns new BrowseLocationOK from File.
func (*BrowseLocationOK) Decode ¶
func (s *BrowseLocationOK) Decode(d *jx.Decoder) error
Decode decodes BrowseLocationOK from json.
func (BrowseLocationOK) Encode ¶
func (s BrowseLocationOK) Encode(e *jx.Encoder)
Encode encodes BrowseLocationOK as json.
func (BrowseLocationOK) GetDirectoryFiles ¶
func (s BrowseLocationOK) GetDirectoryFiles() (v DirectoryFiles, ok bool)
GetDirectoryFiles returns DirectoryFiles and true boolean if BrowseLocationOK is DirectoryFiles.
func (BrowseLocationOK) GetFile ¶
func (s BrowseLocationOK) GetFile() (v File, ok bool)
GetFile returns File and true boolean if BrowseLocationOK is File.
func (BrowseLocationOK) IsDirectoryFiles ¶
func (s BrowseLocationOK) IsDirectoryFiles() bool
IsDirectoryFiles reports whether BrowseLocationOK is DirectoryFiles.
func (BrowseLocationOK) IsFile ¶
func (s BrowseLocationOK) IsFile() bool
IsFile reports whether BrowseLocationOK is File.
func (BrowseLocationOK) MarshalJSON ¶
func (s BrowseLocationOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*BrowseLocationOK) SetDirectoryFiles ¶
func (s *BrowseLocationOK) SetDirectoryFiles(v DirectoryFiles)
SetDirectoryFiles sets BrowseLocationOK to DirectoryFiles.
func (*BrowseLocationOK) SetFile ¶
func (s *BrowseLocationOK) SetFile(v File)
SetFile sets BrowseLocationOK to File.
func (*BrowseLocationOK) UnmarshalJSON ¶
func (s *BrowseLocationOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (BrowseLocationOK) Validate ¶
func (s BrowseLocationOK) Validate() error
type BrowseLocationOKType ¶
type BrowseLocationOKType string
BrowseLocationOKType is oneOf type of BrowseLocationOK.
const ( DirectoryFilesBrowseLocationOK BrowseLocationOKType = "DirectoryFiles" FileBrowseLocationOK BrowseLocationOKType = "File" )
Possible values for BrowseLocationOKType.
type BrowseLocationParams ¶
type BrowseLocationParams struct {
// Identifier of the file location.
Path string
// Filter the result set.
Filter OptString `json:",omitempty,omitzero"`
}
BrowseLocationParams is parameters of browseLocation operation.
type BrowseLocationRes ¶
type BrowseLocationRes interface {
// contains filtered or unexported methods
}
type BrowseLocationUnauthorized ¶
type BrowseLocationUnauthorized struct{}
BrowseLocationUnauthorized is response for BrowseLocation operation.
type CallExtendBadRequest ¶
type CallExtendBadRequest Error
func (*CallExtendBadRequest) Decode ¶
func (s *CallExtendBadRequest) Decode(d *jx.Decoder) error
Decode decodes CallExtendBadRequest from json.
func (*CallExtendBadRequest) Encode ¶
func (s *CallExtendBadRequest) Encode(e *jx.Encoder)
Encode encodes CallExtendBadRequest as json.
func (*CallExtendBadRequest) MarshalJSON ¶
func (s *CallExtendBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CallExtendBadRequest) UnmarshalJSON ¶
func (s *CallExtendBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CallExtendForbidden ¶
type CallExtendForbidden struct{}
CallExtendForbidden is response for CallExtend operation.
type CallExtendNotFound ¶
type CallExtendNotFound Error
func (*CallExtendNotFound) Decode ¶
func (s *CallExtendNotFound) Decode(d *jx.Decoder) error
Decode decodes CallExtendNotFound from json.
func (*CallExtendNotFound) Encode ¶
func (s *CallExtendNotFound) Encode(e *jx.Encoder)
Encode encodes CallExtendNotFound as json.
func (*CallExtendNotFound) MarshalJSON ¶
func (s *CallExtendNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CallExtendNotFound) UnmarshalJSON ¶
func (s *CallExtendNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CallExtendParams ¶
type CallExtendParams struct {
// Identifier of the file location.
Path string
Params *CallExtendParams
}
CallExtendParams is parameters of callExtend operation.
type CallExtendRes ¶
type CallExtendRes interface {
// contains filtered or unexported methods
}
type CallExtendUnauthorized ¶
type CallExtendUnauthorized struct{}
CallExtendUnauthorized is response for CallExtend operation.
type CallPostExtendBadRequest ¶
type CallPostExtendBadRequest Error
func (*CallPostExtendBadRequest) Decode ¶
func (s *CallPostExtendBadRequest) Decode(d *jx.Decoder) error
Decode decodes CallPostExtendBadRequest from json.
func (*CallPostExtendBadRequest) Encode ¶
func (s *CallPostExtendBadRequest) Encode(e *jx.Encoder)
Encode encodes CallPostExtendBadRequest as json.
func (*CallPostExtendBadRequest) MarshalJSON ¶
func (s *CallPostExtendBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CallPostExtendBadRequest) UnmarshalJSON ¶
func (s *CallPostExtendBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CallPostExtendForbidden ¶
type CallPostExtendForbidden struct{}
CallPostExtendForbidden is response for CallPostExtend operation.
type CallPostExtendNotFound ¶
type CallPostExtendNotFound Error
func (*CallPostExtendNotFound) Decode ¶
func (s *CallPostExtendNotFound) Decode(d *jx.Decoder) error
Decode decodes CallPostExtendNotFound from json.
func (*CallPostExtendNotFound) Encode ¶
func (s *CallPostExtendNotFound) Encode(e *jx.Encoder)
Encode encodes CallPostExtendNotFound as json.
func (*CallPostExtendNotFound) MarshalJSON ¶
func (s *CallPostExtendNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CallPostExtendNotFound) UnmarshalJSON ¶
func (s *CallPostExtendNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CallPostExtendParams ¶
type CallPostExtendParams struct {
// Identifier of the file location.
Path string
// Identifier of the file location.
File string
}
CallPostExtendParams is parameters of callPostExtend operation.
type CallPostExtendReq ¶
type CallPostExtendReq struct {
// Upload data.
UploadFile OptMultipartFile `json:"uploadFile"`
}
func (*CallPostExtendReq) GetUploadFile ¶
func (s *CallPostExtendReq) GetUploadFile() OptMultipartFile
GetUploadFile returns the value of UploadFile.
func (*CallPostExtendReq) SetUploadFile ¶
func (s *CallPostExtendReq) SetUploadFile(val OptMultipartFile)
SetUploadFile sets the value of UploadFile.
type CallPostExtendRes ¶
type CallPostExtendRes interface {
// contains filtered or unexported methods
}
type CallPostExtendUnauthorized ¶
type CallPostExtendUnauthorized struct{}
CallPostExtendUnauthorized is response for CallPostExtend operation.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements OAS client.
func NewClient ¶
func NewClient(serverURL string, sec SecuritySource, opts ...ClientOption) (*Client, error)
NewClient initializes new Client defined by OAS.
func (*Client) AddView ¶
func (c *Client) AddView(ctx context.Context, params AddViewParams) (AddViewRes, error)
AddView invokes addView operation.
Add table view in View repositories.
POST /config/views
func (*Client) BatchParameterQuery ¶
func (c *Client) BatchParameterQuery(ctx context.Context, params BatchParameterQueryParams) (BatchParameterQueryRes, error)
BatchParameterQuery invokes batchParameterQuery operation.
Call a SQL query batch command posted in query.
GET /rest/batch/{table}/{query}
func (*Client) BatchQuery ¶
func (c *Client) BatchQuery(ctx context.Context, request BatchQueryReq, params BatchQueryParams) (BatchQueryRes, error)
BatchQuery invokes batchQuery operation.
Call a SQL query batch command using insert or update data in body.
POST /rest/batch/{table}
func (*Client) BatchSelect ¶
func (c *Client) BatchSelect(ctx context.Context, params BatchSelectParams) (BatchSelectRes, error)
BatchSelect invokes batchSelect operation.
Call a SQL query batch command store in batch database table with name.
GET /rest/batch/{table}
func (*Client) BrowseList ¶
func (c *Client) BrowseList(ctx context.Context) (BrowseListRes, error)
BrowseList invokes browseList operation.
Retrieves a list of Browseable locations.
GET /rest/file/browse
func (*Client) BrowseLocation ¶
func (c *Client) BrowseLocation(ctx context.Context, params BrowseLocationParams) (BrowseLocationRes, error)
BrowseLocation invokes browseLocation operation.
Retrieves a list of files in the defined location.
GET /rest/file/browse/{path}
func (*Client) CallExtend ¶
func (c *Client) CallExtend(ctx context.Context, params CallExtendParams) (CallExtendRes, error)
CallExtend invokes callExtend operation.
Call extend plugin, own implementation plugin.
GET /rest/extend/{path}
func (*Client) CallPostExtend ¶
func (c *Client) CallPostExtend(ctx context.Context, request *CallPostExtendReq, params CallPostExtendParams) (CallPostExtendRes, error)
CallPostExtend invokes callPostExtend operation.
Post extend/plugin.
POST /rest/extend/{path}
func (*Client) CreateDirectory ¶
func (c *Client) CreateDirectory(ctx context.Context, params CreateDirectoryParams) (CreateDirectoryRes, error)
CreateDirectory invokes createDirectory operation.
Create a new directory.
PUT /rest/file/{path}
func (*Client) DeleteExtend ¶
func (c *Client) DeleteExtend(ctx context.Context, params DeleteExtendParams) (DeleteExtendRes, error)
DeleteExtend invokes deleteExtend operation.
Delete extend/plugin data.
DELETE /rest/extend/{path}
func (*Client) DeleteFileLocation ¶
func (c *Client) DeleteFileLocation(ctx context.Context, params DeleteFileLocationParams) (DeleteFileLocationRes, error)
DeleteFileLocation invokes deleteFileLocation operation.
Delete the file on the given location.
DELETE /rest/file/{path}
func (*Client) DeleteJobResult ¶
func (c *Client) DeleteJobResult(ctx context.Context, params DeleteJobResultParams) (DeleteJobResultRes, error)
DeleteJobResult invokes deleteJobResult operation.
Delete a specific job result.
DELETE /tasks/{jobName}/{jobId}
func (*Client) DeleteRecordsSearched ¶
func (c *Client) DeleteRecordsSearched(ctx context.Context, params DeleteRecordsSearchedParams) (DeleteRecordsSearchedRes, error)
DeleteRecordsSearched invokes deleteRecordsSearched operation.
Delete a record with a given search.
DELETE /rest/view/{table}/{search}
func (*Client) DeleteView ¶
func (c *Client) DeleteView(ctx context.Context, params DeleteViewParams) (DeleteViewRes, error)
DeleteView invokes deleteView operation.
Delete/disable table view in configuration.
DELETE /config/views
func (*Client) DownloadFile ¶
func (c *Client) DownloadFile(ctx context.Context, params DownloadFileParams) (DownloadFileRes, error)
DownloadFile invokes downloadFile operation.
Download a file out of file location.
GET /rest/file/{path}
func (*Client) GetConfig ¶
func (c *Client) GetConfig(ctx context.Context) (GetConfigRes, error)
GetConfig invokes getConfig operation.
Get current active configuration.
GET /config
func (*Client) GetDatabases ¶
func (c *Client) GetDatabases(ctx context.Context) (GetDatabasesRes, error)
GetDatabases invokes getDatabases operation.
Retrieves a list of databases known by server.
GET /rest/database
func (*Client) GetFields ¶
func (c *Client) GetFields(ctx context.Context, params GetFieldsParams) (GetFieldsRes, error)
GetFields invokes getFields operation.
Retrieves all fields of an file.
GET /rest/tables/{table}/fields
func (*Client) GetImage ¶
func (c *Client) GetImage(ctx context.Context, params GetImageParams) (GetImageRes, error)
GetImage invokes getImage operation.
Retrieves a field of a specific table record of a Map definition.
GET /image/{table}/{field}/{search}
func (*Client) GetJobExecutionResult ¶
func (c *Client) GetJobExecutionResult(ctx context.Context, params GetJobExecutionResultParams) (GetJobExecutionResultRes, error)
GetJobExecutionResult invokes getJobExecutionResult operation.
Retrieves a specific job result.
GET /tasks/results
func (*Client) GetJobFullInfo ¶
func (c *Client) GetJobFullInfo(ctx context.Context, params GetJobFullInfoParams) (GetJobFullInfoRes, error)
GetJobFullInfo invokes getJobFullInfo operation.
Retrieves a full job definition.
GET /tasks/{jobName}
func (*Client) GetJobResult ¶
func (c *Client) GetJobResult(ctx context.Context, params GetJobResultParams) (GetJobResultRes, error)
GetJobResult invokes getJobResult operation.
Delete a specific job result.
GET /tasks/{jobName}/{jobId}
func (*Client) GetJobs ¶
func (c *Client) GetJobs(ctx context.Context, params GetJobsParams) (GetJobsRes, error)
GetJobs invokes getJobs operation.
Retrieves a list of jobs known by the Interface.
GET /tasks
func (*Client) GetJobsConfig ¶
func (c *Client) GetJobsConfig(ctx context.Context) (GetJobsConfigRes, error)
GetJobsConfig invokes getJobsConfig operation.
Read job configuration section.
GET /config/jobs
func (*Client) GetLobByMap ¶
func (c *Client) GetLobByMap(ctx context.Context, params GetLobByMapParams) (GetLobByMapRes, error)
GetLobByMap invokes getLobByMap operation.
Retrieves a lob of a specific table record of an field in a Map.
GET /binary/{table}/{field}/{search}
func (*Client) GetLoginSession ¶
func (c *Client) GetLoginSession(ctx context.Context) (GetLoginSessionRes, error)
GetLoginSession invokes getLoginSession operation.
Login using baseauth or bearer to receive or validate token.
GET /login
func (*Client) GetMapMetadata ¶
func (c *Client) GetMapMetadata(ctx context.Context, params GetMapMetadataParams) (GetMapMetadataRes, error)
GetMapMetadata invokes getMapMetadata operation.
Retrieves metadata of a Map definition.
GET /rest/metadata/view/{table}
func (*Client) GetMapRecordsFields ¶
func (c *Client) GetMapRecordsFields(ctx context.Context, params GetMapRecordsFieldsParams) (GetMapRecordsFieldsRes, error)
GetMapRecordsFields invokes getMapRecordsFields operation.
Retrieves a field of a specific table record of a Map definition.
GET /rest/view/{table}/{fields}/{search}
func (*Client) GetMaps ¶
func (c *Client) GetMaps(ctx context.Context) (GetMapsRes, error)
GetMaps invokes getMaps operation.
Retrieves a list of available views.
GET /rest/view
func (*Client) GetUserInfo ¶
func (c *Client) GetUserInfo(ctx context.Context) (GetUserInfoRes, error)
GetUserInfo invokes getUserInfo operation.
Get the token user information.
GET /rest/user
func (*Client) GetVersion ¶
func (c *Client) GetVersion(ctx context.Context) (GetVersionRes, error)
GetVersion invokes getVersion operation.
Get the current server version.
GET /version
func (*Client) GetVideo ¶
func (c *Client) GetVideo(ctx context.Context, params GetVideoParams) (GetVideoRes, error)
GetVideo invokes getVideo operation.
Retrieves a video stream of a specific table record of a Map definition.
GET /video/{table}/{field}/{search}
func (*Client) GetViews ¶
func (c *Client) GetViews(ctx context.Context) (GetViewsRes, error)
GetViews invokes getViews operation.
Get the available table views of all databases.
GET /config/views
func (*Client) InsertMapFileRecords ¶
func (c *Client) InsertMapFileRecords(ctx context.Context, request OptInsertMapFileRecordsReq) (InsertMapFileRecordsRes, error)
InsertMapFileRecords invokes insertMapFileRecords operation.
Store send records into Map definition.
POST /rest/view
func (*Client) InsertRecord ¶
func (c *Client) InsertRecord(ctx context.Context, request OptInsertRecordReq, params InsertRecordParams) (InsertRecordRes, error)
InsertRecord invokes insertRecord operation.
Insert given record.
POST /rest/view/{table}
func (*Client) ListModelling ¶
func (c *Client) ListModelling(ctx context.Context) (ListModellingRes, error)
ListModelling invokes listModelling operation.
Retrieves all tables, views or data representation objects.
GET /rest/map
func (*Client) ListTables ¶
func (c *Client) ListTables(ctx context.Context) (ListTablesRes, error)
ListTables invokes listTables operation.
Retrieves all tables of databases.
GET /rest/tables
func (*Client) LoginSession ¶
func (c *Client) LoginSession(ctx context.Context) (LoginSessionRes, error)
LoginSession invokes loginSession operation.
Login using baseauth or bearer to receive or validate token.
PUT /login
func (*Client) LogoutSessionCompat ¶
func (c *Client) LogoutSessionCompat(ctx context.Context) (LogoutSessionCompatRes, error)
LogoutSessionCompat invokes logoutSessionCompat operation.
Invalidate given token session.
PUT /logout
func (*Client) PostDatabase ¶
PostDatabase invokes postDatabase operation.
Create a new database, the input need to be JSON. A structure level parameter indicate version to be used.
POST /rest/database
func (*Client) PostJob ¶
func (c *Client) PostJob(ctx context.Context, request PostJobReq) (PostJobRes, error)
PostJob invokes postJob operation.
Create a new Job database.
POST /tasks
func (*Client) PushLoginSession ¶
func (c *Client) PushLoginSession(ctx context.Context) (PushLoginSessionRes, error)
PushLoginSession invokes pushLoginSession operation.
Login using baseauth or bearer to receive or validate token.
POST /login
func (*Client) RemoveSessionCompat ¶
func (c *Client) RemoveSessionCompat(ctx context.Context) (RemoveSessionCompatRes, error)
RemoveSessionCompat invokes removeSessionCompat operation.
Invalidate given token session.
GET /logoff
func (*Client) SearchModelling ¶
func (c *Client) SearchModelling(ctx context.Context, params SearchModellingParams) (SearchModellingRes, error)
SearchModelling invokes searchModelling operation.
Retrieves all columns, fields of a tables, views or data representation.
GET /rest/map/{path}
func (*Client) SearchRecordsFields ¶
func (c *Client) SearchRecordsFields(ctx context.Context, params SearchRecordsFieldsParams) (SearchRecordsFieldsRes, error)
SearchRecordsFields invokes searchRecordsFields operation.
Query a record with a given SQL query.
GET /rest/view/{table}/{search}
func (*Client) SearchTable ¶
func (c *Client) SearchTable(ctx context.Context, params SearchTableParams) (SearchTableRes, error)
SearchTable invokes searchTable operation.
Retrieves all fields of an file.
GET /rest/tables/{table}/{fields}/{search}
func (*Client) SetConfig ¶
func (c *Client) SetConfig(ctx context.Context, request SetConfigReq) (SetConfigRes, error)
SetConfig invokes setConfig operation.
Update current configuration and test.
PUT /config
func (*Client) SetJobsConfig ¶
func (c *Client) SetJobsConfig(ctx context.Context, request OptJobStore) (SetJobsConfigRes, error)
SetJobsConfig invokes setJobsConfig operation.
Set the Job configuration database.
PUT /config/jobs
func (*Client) ShutdownServer ¶
func (c *Client) ShutdownServer(ctx context.Context, params ShutdownServerParams) (ShutdownServerRes, error)
ShutdownServer invokes shutdownServer operation.
Trigger shutdown of server instance.
PUT /rest/shutdown/{hash}
func (*Client) StoreConfig ¶
func (c *Client) StoreConfig(ctx context.Context) (StoreConfigRes, error)
StoreConfig invokes storeConfig operation.
Store current active configuration to configuration file.
POST /config
func (*Client) TriggerExtend ¶
func (c *Client) TriggerExtend(ctx context.Context, params TriggerExtendParams) (TriggerExtendRes, error)
TriggerExtend invokes triggerExtend operation.
Put extend/plugin request.
PUT /rest/extend/{path}
func (*Client) TriggerJob ¶
func (c *Client) TriggerJob(ctx context.Context, params TriggerJobParams) (TriggerJobRes, error)
TriggerJob invokes triggerJob operation.
Trigger a job.
PUT /tasks/{jobName}
func (*Client) UpdateLobByMap ¶
func (c *Client) UpdateLobByMap(ctx context.Context, request UpdateLobByMapReq, params UpdateLobByMapParams) (UpdateLobByMapRes, error)
UpdateLobByMap invokes updateLobByMap operation.
Set a lob at a specific table record of an field in a Map.
PUT /binary/{table}/{field}/{search}
func (*Client) UpdateRecordsByFields ¶
func (c *Client) UpdateRecordsByFields(ctx context.Context, request OptUpdateRecordsByFieldsReq, params UpdateRecordsByFieldsParams) (UpdateRecordsByFieldsRes, error)
UpdateRecordsByFields invokes updateRecordsByFields operation.
Update a record dependent on field(s) of a specific table.
PUT /rest/view/{table}/{search}
func (*Client) UploadFile ¶
func (c *Client) UploadFile(ctx context.Context, request *UploadFileReq, params UploadFileParams) (UploadFileRes, error)
UploadFile invokes uploadFile operation.
Upload a new file to the given location.
POST /rest/file/{path}
type ClientOption ¶
type ClientOption interface {
// contains filtered or unexported methods
}
ClientOption is client config option.
func WithClient ¶
func WithClient(client ht.Client) ClientOption
WithClient specifies http client to use.
type ClusterConfig ¶
type ClusterConfig struct {
Nodes []ClusterConfigNodesItem `json:"Nodes"`
}
Ref: #/components/schemas/ClusterConfig
func (*ClusterConfig) Decode ¶
func (s *ClusterConfig) Decode(d *jx.Decoder) error
Decode decodes ClusterConfig from json.
func (*ClusterConfig) Encode ¶
func (s *ClusterConfig) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ClusterConfig) GetNodes ¶
func (s *ClusterConfig) GetNodes() []ClusterConfigNodesItem
GetNodes returns the value of Nodes.
func (*ClusterConfig) MarshalJSON ¶
func (s *ClusterConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ClusterConfig) SetNodes ¶
func (s *ClusterConfig) SetNodes(val []ClusterConfigNodesItem)
SetNodes sets the value of Nodes.
func (*ClusterConfig) UnmarshalJSON ¶
func (s *ClusterConfig) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ClusterConfigNodesItem ¶
type ClusterConfigNodesItem struct {
Name OptString `json:"Name"`
Web OptString `json:"Web"`
Group OptString `json:"Group"`
}
func (*ClusterConfigNodesItem) Decode ¶
func (s *ClusterConfigNodesItem) Decode(d *jx.Decoder) error
Decode decodes ClusterConfigNodesItem from json.
func (*ClusterConfigNodesItem) Encode ¶
func (s *ClusterConfigNodesItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ClusterConfigNodesItem) GetGroup ¶
func (s *ClusterConfigNodesItem) GetGroup() OptString
GetGroup returns the value of Group.
func (*ClusterConfigNodesItem) GetName ¶
func (s *ClusterConfigNodesItem) GetName() OptString
GetName returns the value of Name.
func (*ClusterConfigNodesItem) GetWeb ¶
func (s *ClusterConfigNodesItem) GetWeb() OptString
GetWeb returns the value of Web.
func (*ClusterConfigNodesItem) MarshalJSON ¶
func (s *ClusterConfigNodesItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ClusterConfigNodesItem) SetGroup ¶
func (s *ClusterConfigNodesItem) SetGroup(val OptString)
SetGroup sets the value of Group.
func (*ClusterConfigNodesItem) SetName ¶
func (s *ClusterConfigNodesItem) SetName(val OptString)
SetName sets the value of Name.
func (*ClusterConfigNodesItem) SetWeb ¶
func (s *ClusterConfigNodesItem) SetWeb(val OptString)
SetWeb sets the value of Web.
func (*ClusterConfigNodesItem) UnmarshalJSON ¶
func (s *ClusterConfigNodesItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Config ¶
type Config struct {
StructureLevel OptInt `json:"StructureLevel"`
Version OptString `json:"Version"`
Server OptConfigServer `json:"Server"`
JobStore OptJobStore `json:"JobStore"`
Cluster OptClusterConfig `json:"Cluster"`
Mapping OptConfigMapping `json:"Mapping"`
DatabaseAccess OptConfigDatabaseAccess `json:"DatabaseAccess"`
Module OptConfigModule `json:"Module"`
Metrics OptConfigMetrics `json:"Metrics"`
}
Ref: #/components/schemas/Config
func (*Config) GetCluster ¶
func (s *Config) GetCluster() OptClusterConfig
GetCluster returns the value of Cluster.
func (*Config) GetDatabaseAccess ¶
func (s *Config) GetDatabaseAccess() OptConfigDatabaseAccess
GetDatabaseAccess returns the value of DatabaseAccess.
func (*Config) GetJobStore ¶
func (s *Config) GetJobStore() OptJobStore
GetJobStore returns the value of JobStore.
func (*Config) GetMapping ¶
func (s *Config) GetMapping() OptConfigMapping
GetMapping returns the value of Mapping.
func (*Config) GetMetrics ¶
func (s *Config) GetMetrics() OptConfigMetrics
GetMetrics returns the value of Metrics.
func (*Config) GetModule ¶
func (s *Config) GetModule() OptConfigModule
GetModule returns the value of Module.
func (*Config) GetServer ¶
func (s *Config) GetServer() OptConfigServer
GetServer returns the value of Server.
func (*Config) GetStructureLevel ¶
GetStructureLevel returns the value of StructureLevel.
func (*Config) GetVersion ¶
GetVersion returns the value of Version.
func (*Config) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Config) SetCluster ¶
func (s *Config) SetCluster(val OptClusterConfig)
SetCluster sets the value of Cluster.
func (*Config) SetDatabaseAccess ¶
func (s *Config) SetDatabaseAccess(val OptConfigDatabaseAccess)
SetDatabaseAccess sets the value of DatabaseAccess.
func (*Config) SetJobStore ¶
func (s *Config) SetJobStore(val OptJobStore)
SetJobStore sets the value of JobStore.
func (*Config) SetMapping ¶
func (s *Config) SetMapping(val OptConfigMapping)
SetMapping sets the value of Mapping.
func (*Config) SetMetrics ¶
func (s *Config) SetMetrics(val OptConfigMetrics)
SetMetrics sets the value of Metrics.
func (*Config) SetModule ¶
func (s *Config) SetModule(val OptConfigModule)
SetModule sets the value of Module.
func (*Config) SetServer ¶
func (s *Config) SetServer(val OptConfigServer)
SetServer sets the value of Server.
func (*Config) SetStructureLevel ¶
SetStructureLevel sets the value of StructureLevel.
func (*Config) SetVersion ¶
SetVersion sets the value of Version.
func (*Config) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigDatabaseAccess ¶
type ConfigDatabaseAccess struct {
Global OptBool `json:"Global"`
Database []DatabaseConfig `json:"Database"`
}
func (*ConfigDatabaseAccess) Decode ¶
func (s *ConfigDatabaseAccess) Decode(d *jx.Decoder) error
Decode decodes ConfigDatabaseAccess from json.
func (*ConfigDatabaseAccess) Encode ¶
func (s *ConfigDatabaseAccess) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigDatabaseAccess) GetDatabase ¶
func (s *ConfigDatabaseAccess) GetDatabase() []DatabaseConfig
GetDatabase returns the value of Database.
func (*ConfigDatabaseAccess) GetGlobal ¶
func (s *ConfigDatabaseAccess) GetGlobal() OptBool
GetGlobal returns the value of Global.
func (*ConfigDatabaseAccess) MarshalJSON ¶
func (s *ConfigDatabaseAccess) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigDatabaseAccess) SetDatabase ¶
func (s *ConfigDatabaseAccess) SetDatabase(val []DatabaseConfig)
SetDatabase sets the value of Database.
func (*ConfigDatabaseAccess) SetGlobal ¶
func (s *ConfigDatabaseAccess) SetGlobal(val OptBool)
SetGlobal sets the value of Global.
func (*ConfigDatabaseAccess) UnmarshalJSON ¶
func (s *ConfigDatabaseAccess) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ConfigDatabaseAccess) Validate ¶
func (s *ConfigDatabaseAccess) Validate() error
type ConfigMapping ¶
type ConfigMapping struct {
Directory OptString `json:"Directory"`
Database []DatabaseConfig `json:"Database"`
}
func (*ConfigMapping) Decode ¶
func (s *ConfigMapping) Decode(d *jx.Decoder) error
Decode decodes ConfigMapping from json.
func (*ConfigMapping) Encode ¶
func (s *ConfigMapping) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigMapping) GetDatabase ¶
func (s *ConfigMapping) GetDatabase() []DatabaseConfig
GetDatabase returns the value of Database.
func (*ConfigMapping) GetDirectory ¶
func (s *ConfigMapping) GetDirectory() OptString
GetDirectory returns the value of Directory.
func (*ConfigMapping) MarshalJSON ¶
func (s *ConfigMapping) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigMapping) SetDatabase ¶
func (s *ConfigMapping) SetDatabase(val []DatabaseConfig)
SetDatabase sets the value of Database.
func (*ConfigMapping) SetDirectory ¶
func (s *ConfigMapping) SetDirectory(val OptString)
SetDirectory sets the value of Directory.
func (*ConfigMapping) UnmarshalJSON ¶
func (s *ConfigMapping) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ConfigMapping) Validate ¶
func (s *ConfigMapping) Validate() error
type ConfigMetrics ¶
type ConfigMetrics struct {
Database []DatabaseConfig `json:"Database"`
}
func (*ConfigMetrics) Decode ¶
func (s *ConfigMetrics) Decode(d *jx.Decoder) error
Decode decodes ConfigMetrics from json.
func (*ConfigMetrics) Encode ¶
func (s *ConfigMetrics) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigMetrics) GetDatabase ¶
func (s *ConfigMetrics) GetDatabase() []DatabaseConfig
GetDatabase returns the value of Database.
func (*ConfigMetrics) MarshalJSON ¶
func (s *ConfigMetrics) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigMetrics) SetDatabase ¶
func (s *ConfigMetrics) SetDatabase(val []DatabaseConfig)
SetDatabase sets the value of Database.
func (*ConfigMetrics) UnmarshalJSON ¶
func (s *ConfigMetrics) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ConfigMetrics) Validate ¶
func (s *ConfigMetrics) Validate() error
type ConfigModule ¶
type ConfigModule struct {
Data OptString `json:"Data"`
Installation []ConfigModuleInstallationItem `json:"Installation"`
Directories []ConfigModuleDirectoriesItem `json:"Directories"`
}
func (*ConfigModule) Decode ¶
func (s *ConfigModule) Decode(d *jx.Decoder) error
Decode decodes ConfigModule from json.
func (*ConfigModule) Encode ¶
func (s *ConfigModule) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigModule) GetData ¶
func (s *ConfigModule) GetData() OptString
GetData returns the value of Data.
func (*ConfigModule) GetDirectories ¶
func (s *ConfigModule) GetDirectories() []ConfigModuleDirectoriesItem
GetDirectories returns the value of Directories.
func (*ConfigModule) GetInstallation ¶
func (s *ConfigModule) GetInstallation() []ConfigModuleInstallationItem
GetInstallation returns the value of Installation.
func (*ConfigModule) MarshalJSON ¶
func (s *ConfigModule) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigModule) SetData ¶
func (s *ConfigModule) SetData(val OptString)
SetData sets the value of Data.
func (*ConfigModule) SetDirectories ¶
func (s *ConfigModule) SetDirectories(val []ConfigModuleDirectoriesItem)
SetDirectories sets the value of Directories.
func (*ConfigModule) SetInstallation ¶
func (s *ConfigModule) SetInstallation(val []ConfigModuleInstallationItem)
SetInstallation sets the value of Installation.
func (*ConfigModule) UnmarshalJSON ¶
func (s *ConfigModule) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigModuleDirectoriesItem ¶
type ConfigModuleDirectoriesItem struct {
Name OptString `json:"name"`
Location OptString `json:"location"`
}
func (*ConfigModuleDirectoriesItem) Decode ¶
func (s *ConfigModuleDirectoriesItem) Decode(d *jx.Decoder) error
Decode decodes ConfigModuleDirectoriesItem from json.
func (*ConfigModuleDirectoriesItem) Encode ¶
func (s *ConfigModuleDirectoriesItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigModuleDirectoriesItem) GetLocation ¶
func (s *ConfigModuleDirectoriesItem) GetLocation() OptString
GetLocation returns the value of Location.
func (*ConfigModuleDirectoriesItem) GetName ¶
func (s *ConfigModuleDirectoriesItem) GetName() OptString
GetName returns the value of Name.
func (*ConfigModuleDirectoriesItem) MarshalJSON ¶
func (s *ConfigModuleDirectoriesItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigModuleDirectoriesItem) SetLocation ¶
func (s *ConfigModuleDirectoriesItem) SetLocation(val OptString)
SetLocation sets the value of Location.
func (*ConfigModuleDirectoriesItem) SetName ¶
func (s *ConfigModuleDirectoriesItem) SetName(val OptString)
SetName sets the value of Name.
func (*ConfigModuleDirectoriesItem) UnmarshalJSON ¶
func (s *ConfigModuleDirectoriesItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigModuleInstallationItem ¶
type ConfigModuleInstallationItem struct {
Location OptString `json:"Location"`
Version OptString `json:"Version"`
StructureLevel OptInt `json:"StructureLevel"`
Active OptBool `json:"Active"`
}
func (*ConfigModuleInstallationItem) Decode ¶
func (s *ConfigModuleInstallationItem) Decode(d *jx.Decoder) error
Decode decodes ConfigModuleInstallationItem from json.
func (*ConfigModuleInstallationItem) Encode ¶
func (s *ConfigModuleInstallationItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigModuleInstallationItem) GetActive ¶
func (s *ConfigModuleInstallationItem) GetActive() OptBool
GetActive returns the value of Active.
func (*ConfigModuleInstallationItem) GetLocation ¶
func (s *ConfigModuleInstallationItem) GetLocation() OptString
GetLocation returns the value of Location.
func (*ConfigModuleInstallationItem) GetStructureLevel ¶
func (s *ConfigModuleInstallationItem) GetStructureLevel() OptInt
GetStructureLevel returns the value of StructureLevel.
func (*ConfigModuleInstallationItem) GetVersion ¶
func (s *ConfigModuleInstallationItem) GetVersion() OptString
GetVersion returns the value of Version.
func (*ConfigModuleInstallationItem) MarshalJSON ¶
func (s *ConfigModuleInstallationItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigModuleInstallationItem) SetActive ¶
func (s *ConfigModuleInstallationItem) SetActive(val OptBool)
SetActive sets the value of Active.
func (*ConfigModuleInstallationItem) SetLocation ¶
func (s *ConfigModuleInstallationItem) SetLocation(val OptString)
SetLocation sets the value of Location.
func (*ConfigModuleInstallationItem) SetStructureLevel ¶
func (s *ConfigModuleInstallationItem) SetStructureLevel(val OptInt)
SetStructureLevel sets the value of StructureLevel.
func (*ConfigModuleInstallationItem) SetVersion ¶
func (s *ConfigModuleInstallationItem) SetVersion(val OptString)
SetVersion sets the value of Version.
func (*ConfigModuleInstallationItem) UnmarshalJSON ¶
func (s *ConfigModuleInstallationItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigServer ¶
type ConfigServer struct {
Service []ConfigServerServiceItem `json:"Service"`
LogLocation OptConfigServerLogLocation `json:"LogLocation"`
Content OptString `json:"Content"`
}
func (*ConfigServer) Decode ¶
func (s *ConfigServer) Decode(d *jx.Decoder) error
Decode decodes ConfigServer from json.
func (*ConfigServer) Encode ¶
func (s *ConfigServer) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigServer) GetContent ¶
func (s *ConfigServer) GetContent() OptString
GetContent returns the value of Content.
func (*ConfigServer) GetLogLocation ¶
func (s *ConfigServer) GetLogLocation() OptConfigServerLogLocation
GetLogLocation returns the value of LogLocation.
func (*ConfigServer) GetService ¶
func (s *ConfigServer) GetService() []ConfigServerServiceItem
GetService returns the value of Service.
func (*ConfigServer) MarshalJSON ¶
func (s *ConfigServer) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigServer) SetContent ¶
func (s *ConfigServer) SetContent(val OptString)
SetContent sets the value of Content.
func (*ConfigServer) SetLogLocation ¶
func (s *ConfigServer) SetLogLocation(val OptConfigServerLogLocation)
SetLogLocation sets the value of LogLocation.
func (*ConfigServer) SetService ¶
func (s *ConfigServer) SetService(val []ConfigServerServiceItem)
SetService sets the value of Service.
func (*ConfigServer) UnmarshalJSON ¶
func (s *ConfigServer) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ConfigServer) Validate ¶
func (s *ConfigServer) Validate() error
type ConfigServerLogLocation ¶
type ConfigServerLogLocation struct {
Directory OptString `json:"directory"`
Level OptString `json:"level"`
}
func (*ConfigServerLogLocation) Decode ¶
func (s *ConfigServerLogLocation) Decode(d *jx.Decoder) error
Decode decodes ConfigServerLogLocation from json.
func (*ConfigServerLogLocation) Encode ¶
func (s *ConfigServerLogLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigServerLogLocation) GetDirectory ¶
func (s *ConfigServerLogLocation) GetDirectory() OptString
GetDirectory returns the value of Directory.
func (*ConfigServerLogLocation) GetLevel ¶
func (s *ConfigServerLogLocation) GetLevel() OptString
GetLevel returns the value of Level.
func (*ConfigServerLogLocation) MarshalJSON ¶
func (s *ConfigServerLogLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigServerLogLocation) SetDirectory ¶
func (s *ConfigServerLogLocation) SetDirectory(val OptString)
SetDirectory sets the value of Directory.
func (*ConfigServerLogLocation) SetLevel ¶
func (s *ConfigServerLogLocation) SetLevel(val OptString)
SetLevel sets the value of Level.
func (*ConfigServerLogLocation) UnmarshalJSON ¶
func (s *ConfigServerLogLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigServerServiceItem ¶
type ConfigServerServiceItem struct {
Port OptFloat64 `json:"port"`
Type OptString `json:"type"`
}
func (*ConfigServerServiceItem) Decode ¶
func (s *ConfigServerServiceItem) Decode(d *jx.Decoder) error
Decode decodes ConfigServerServiceItem from json.
func (*ConfigServerServiceItem) Encode ¶
func (s *ConfigServerServiceItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ConfigServerServiceItem) GetPort ¶
func (s *ConfigServerServiceItem) GetPort() OptFloat64
GetPort returns the value of Port.
func (*ConfigServerServiceItem) GetType ¶
func (s *ConfigServerServiceItem) GetType() OptString
GetType returns the value of Type.
func (*ConfigServerServiceItem) MarshalJSON ¶
func (s *ConfigServerServiceItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigServerServiceItem) SetPort ¶
func (s *ConfigServerServiceItem) SetPort(val OptFloat64)
SetPort sets the value of Port.
func (*ConfigServerServiceItem) SetType ¶
func (s *ConfigServerServiceItem) SetType(val OptString)
SetType sets the value of Type.
func (*ConfigServerServiceItem) UnmarshalJSON ¶
func (s *ConfigServerServiceItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ConfigServerServiceItem) Validate ¶
func (s *ConfigServerServiceItem) Validate() error
type CreateDirectoryBadRequest ¶
type CreateDirectoryBadRequest Error
func (*CreateDirectoryBadRequest) Decode ¶
func (s *CreateDirectoryBadRequest) Decode(d *jx.Decoder) error
Decode decodes CreateDirectoryBadRequest from json.
func (*CreateDirectoryBadRequest) Encode ¶
func (s *CreateDirectoryBadRequest) Encode(e *jx.Encoder)
Encode encodes CreateDirectoryBadRequest as json.
func (*CreateDirectoryBadRequest) MarshalJSON ¶
func (s *CreateDirectoryBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CreateDirectoryBadRequest) UnmarshalJSON ¶
func (s *CreateDirectoryBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CreateDirectoryForbidden ¶
type CreateDirectoryForbidden struct{}
CreateDirectoryForbidden is response for CreateDirectory operation.
type CreateDirectoryNotFound ¶
type CreateDirectoryNotFound Error
func (*CreateDirectoryNotFound) Decode ¶
func (s *CreateDirectoryNotFound) Decode(d *jx.Decoder) error
Decode decodes CreateDirectoryNotFound from json.
func (*CreateDirectoryNotFound) Encode ¶
func (s *CreateDirectoryNotFound) Encode(e *jx.Encoder)
Encode encodes CreateDirectoryNotFound as json.
func (*CreateDirectoryNotFound) MarshalJSON ¶
func (s *CreateDirectoryNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CreateDirectoryNotFound) UnmarshalJSON ¶
func (s *CreateDirectoryNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CreateDirectoryParams ¶
type CreateDirectoryParams struct {
// Identifier of the file location.
Path string
}
CreateDirectoryParams is parameters of createDirectory operation.
type CreateDirectoryRes ¶
type CreateDirectoryRes interface {
// contains filtered or unexported methods
}
type CreateDirectoryUnauthorized ¶
type CreateDirectoryUnauthorized struct{}
CreateDirectoryUnauthorized is response for CreateDirectory operation.
type Database ¶
type Database struct{}
Ref: #/components/schemas/Database
func (*Database) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Database) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type DatabaseConfig ¶
type DatabaseConfig struct {
URL OptString `json:"url"`
File OptFloat64 `json:"file"`
Changed OptBool `json:"changed"`
Deleted OptBool `json:"deleted"`
}
Ref: #/components/schemas/DatabaseConfig
func (*DatabaseConfig) Decode ¶
func (s *DatabaseConfig) Decode(d *jx.Decoder) error
Decode decodes DatabaseConfig from json.
func (*DatabaseConfig) Encode ¶
func (s *DatabaseConfig) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*DatabaseConfig) GetChanged ¶
func (s *DatabaseConfig) GetChanged() OptBool
GetChanged returns the value of Changed.
func (*DatabaseConfig) GetDeleted ¶
func (s *DatabaseConfig) GetDeleted() OptBool
GetDeleted returns the value of Deleted.
func (*DatabaseConfig) GetFile ¶
func (s *DatabaseConfig) GetFile() OptFloat64
GetFile returns the value of File.
func (*DatabaseConfig) GetURL ¶
func (s *DatabaseConfig) GetURL() OptString
GetURL returns the value of URL.
func (*DatabaseConfig) MarshalJSON ¶
func (s *DatabaseConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DatabaseConfig) SetChanged ¶
func (s *DatabaseConfig) SetChanged(val OptBool)
SetChanged sets the value of Changed.
func (*DatabaseConfig) SetDeleted ¶
func (s *DatabaseConfig) SetDeleted(val OptBool)
SetDeleted sets the value of Deleted.
func (*DatabaseConfig) SetFile ¶
func (s *DatabaseConfig) SetFile(val OptFloat64)
SetFile sets the value of File.
func (*DatabaseConfig) SetURL ¶
func (s *DatabaseConfig) SetURL(val OptString)
SetURL sets the value of URL.
func (*DatabaseConfig) UnmarshalJSON ¶
func (s *DatabaseConfig) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*DatabaseConfig) Validate ¶
func (s *DatabaseConfig) Validate() error
type DatabaseInformation ¶
type DatabaseInformation struct {
Active OptBool `json:"Active"`
Dbid OptInt `json:"Dbid"`
Name OptString `json:"Name"`
ServiceVersion OptString `json:"ServiceVersion"`
StructureLevel OptInt `json:"StructureLevel"`
Version OptString `json:"Version"`
Location OptString `json:"Location"`
}
Ref: #/components/schemas/DatabaseInformation
func (*DatabaseInformation) Decode ¶
func (s *DatabaseInformation) Decode(d *jx.Decoder) error
Decode decodes DatabaseInformation from json.
func (*DatabaseInformation) Encode ¶
func (s *DatabaseInformation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*DatabaseInformation) GetActive ¶
func (s *DatabaseInformation) GetActive() OptBool
GetActive returns the value of Active.
func (*DatabaseInformation) GetDbid ¶
func (s *DatabaseInformation) GetDbid() OptInt
GetDbid returns the value of Dbid.
func (*DatabaseInformation) GetLocation ¶
func (s *DatabaseInformation) GetLocation() OptString
GetLocation returns the value of Location.
func (*DatabaseInformation) GetName ¶
func (s *DatabaseInformation) GetName() OptString
GetName returns the value of Name.
func (*DatabaseInformation) GetServiceVersion ¶
func (s *DatabaseInformation) GetServiceVersion() OptString
GetServiceVersion returns the value of ServiceVersion.
func (*DatabaseInformation) GetStructureLevel ¶
func (s *DatabaseInformation) GetStructureLevel() OptInt
GetStructureLevel returns the value of StructureLevel.
func (*DatabaseInformation) GetVersion ¶
func (s *DatabaseInformation) GetVersion() OptString
GetVersion returns the value of Version.
func (*DatabaseInformation) MarshalJSON ¶
func (s *DatabaseInformation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DatabaseInformation) SetActive ¶
func (s *DatabaseInformation) SetActive(val OptBool)
SetActive sets the value of Active.
func (*DatabaseInformation) SetDbid ¶
func (s *DatabaseInformation) SetDbid(val OptInt)
SetDbid sets the value of Dbid.
func (*DatabaseInformation) SetLocation ¶
func (s *DatabaseInformation) SetLocation(val OptString)
SetLocation sets the value of Location.
func (*DatabaseInformation) SetName ¶
func (s *DatabaseInformation) SetName(val OptString)
SetName sets the value of Name.
func (*DatabaseInformation) SetServiceVersion ¶
func (s *DatabaseInformation) SetServiceVersion(val OptString)
SetServiceVersion sets the value of ServiceVersion.
func (*DatabaseInformation) SetStructureLevel ¶
func (s *DatabaseInformation) SetStructureLevel(val OptInt)
SetStructureLevel sets the value of StructureLevel.
func (*DatabaseInformation) SetVersion ¶
func (s *DatabaseInformation) SetVersion(val OptString)
SetVersion sets the value of Version.
func (*DatabaseInformation) UnmarshalJSON ¶
func (s *DatabaseInformation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Databases ¶
type Databases struct {
Database []DatabaseInformation `json:"Database"`
}
Database entry in database list. Ref: #/components/schemas/Databases
func (*Databases) GetDatabase ¶
func (s *Databases) GetDatabase() []DatabaseInformation
GetDatabase returns the value of Database.
func (*Databases) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Databases) SetDatabase ¶
func (s *Databases) SetDatabase(val []DatabaseInformation)
SetDatabase sets the value of Database.
func (*Databases) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteExtendBadRequest ¶
type DeleteExtendBadRequest Error
func (*DeleteExtendBadRequest) Decode ¶
func (s *DeleteExtendBadRequest) Decode(d *jx.Decoder) error
Decode decodes DeleteExtendBadRequest from json.
func (*DeleteExtendBadRequest) Encode ¶
func (s *DeleteExtendBadRequest) Encode(e *jx.Encoder)
Encode encodes DeleteExtendBadRequest as json.
func (*DeleteExtendBadRequest) MarshalJSON ¶
func (s *DeleteExtendBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DeleteExtendBadRequest) UnmarshalJSON ¶
func (s *DeleteExtendBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteExtendForbidden ¶
type DeleteExtendForbidden struct{}
DeleteExtendForbidden is response for DeleteExtend operation.
type DeleteExtendNotFound ¶
type DeleteExtendNotFound Error
func (*DeleteExtendNotFound) Decode ¶
func (s *DeleteExtendNotFound) Decode(d *jx.Decoder) error
Decode decodes DeleteExtendNotFound from json.
func (*DeleteExtendNotFound) Encode ¶
func (s *DeleteExtendNotFound) Encode(e *jx.Encoder)
Encode encodes DeleteExtendNotFound as json.
func (*DeleteExtendNotFound) MarshalJSON ¶
func (s *DeleteExtendNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DeleteExtendNotFound) UnmarshalJSON ¶
func (s *DeleteExtendNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteExtendParams ¶
type DeleteExtendParams struct {
// Identifier of the file location.
Path string
// Identifier of the file location.
File string
}
DeleteExtendParams is parameters of deleteExtend operation.
type DeleteExtendRes ¶
type DeleteExtendRes interface {
// contains filtered or unexported methods
}
type DeleteExtendUnauthorized ¶
type DeleteExtendUnauthorized struct{}
DeleteExtendUnauthorized is response for DeleteExtend operation.
type DeleteFileLocationBadRequest ¶
type DeleteFileLocationBadRequest Error
func (*DeleteFileLocationBadRequest) Decode ¶
func (s *DeleteFileLocationBadRequest) Decode(d *jx.Decoder) error
Decode decodes DeleteFileLocationBadRequest from json.
func (*DeleteFileLocationBadRequest) Encode ¶
func (s *DeleteFileLocationBadRequest) Encode(e *jx.Encoder)
Encode encodes DeleteFileLocationBadRequest as json.
func (*DeleteFileLocationBadRequest) MarshalJSON ¶
func (s *DeleteFileLocationBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DeleteFileLocationBadRequest) UnmarshalJSON ¶
func (s *DeleteFileLocationBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteFileLocationForbidden ¶
type DeleteFileLocationForbidden struct{}
DeleteFileLocationForbidden is response for DeleteFileLocation operation.
type DeleteFileLocationNotFound ¶
type DeleteFileLocationNotFound Error
func (*DeleteFileLocationNotFound) Decode ¶
func (s *DeleteFileLocationNotFound) Decode(d *jx.Decoder) error
Decode decodes DeleteFileLocationNotFound from json.
func (*DeleteFileLocationNotFound) Encode ¶
func (s *DeleteFileLocationNotFound) Encode(e *jx.Encoder)
Encode encodes DeleteFileLocationNotFound as json.
func (*DeleteFileLocationNotFound) MarshalJSON ¶
func (s *DeleteFileLocationNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DeleteFileLocationNotFound) UnmarshalJSON ¶
func (s *DeleteFileLocationNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteFileLocationParams ¶
type DeleteFileLocationParams struct {
// Identifier of the file location.
Path string
// Identifier of the file location.
File OptString `json:",omitempty,omitzero"`
}
DeleteFileLocationParams is parameters of deleteFileLocation operation.
type DeleteFileLocationRes ¶
type DeleteFileLocationRes interface {
// contains filtered or unexported methods
}
type DeleteFileLocationUnauthorized ¶
type DeleteFileLocationUnauthorized struct{}
DeleteFileLocationUnauthorized is response for DeleteFileLocation operation.
type DeleteJobResultBadRequest ¶
type DeleteJobResultBadRequest Error
func (*DeleteJobResultBadRequest) Decode ¶
func (s *DeleteJobResultBadRequest) Decode(d *jx.Decoder) error
Decode decodes DeleteJobResultBadRequest from json.
func (*DeleteJobResultBadRequest) Encode ¶
func (s *DeleteJobResultBadRequest) Encode(e *jx.Encoder)
Encode encodes DeleteJobResultBadRequest as json.
func (*DeleteJobResultBadRequest) MarshalJSON ¶
func (s *DeleteJobResultBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DeleteJobResultBadRequest) UnmarshalJSON ¶
func (s *DeleteJobResultBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteJobResultForbidden ¶
type DeleteJobResultForbidden struct{}
DeleteJobResultForbidden is response for DeleteJobResult operation.
type DeleteJobResultNotFound ¶
type DeleteJobResultNotFound Error
func (*DeleteJobResultNotFound) Decode ¶
func (s *DeleteJobResultNotFound) Decode(d *jx.Decoder) error
Decode decodes DeleteJobResultNotFound from json.
func (*DeleteJobResultNotFound) Encode ¶
func (s *DeleteJobResultNotFound) Encode(e *jx.Encoder)
Encode encodes DeleteJobResultNotFound as json.
func (*DeleteJobResultNotFound) MarshalJSON ¶
func (s *DeleteJobResultNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DeleteJobResultNotFound) UnmarshalJSON ¶
func (s *DeleteJobResultNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DeleteJobResultParams ¶
type DeleteJobResultParams struct {
// Job name to be requested.
JobName string
// Job id of execution result to be requested.
JobId string
}
DeleteJobResultParams is parameters of deleteJobResult operation.
type DeleteJobResultRes ¶
type DeleteJobResultRes interface {
// contains filtered or unexported methods
}
type DeleteJobResultUnauthorized ¶
type DeleteJobResultUnauthorized struct{}
DeleteJobResultUnauthorized is response for DeleteJobResult operation.
type DeleteRecordsSearchedForbidden ¶
type DeleteRecordsSearchedForbidden struct{}
DeleteRecordsSearchedForbidden is response for DeleteRecordsSearched operation.
type DeleteRecordsSearchedParams ¶
type DeleteRecordsSearchedParams struct {
// Start offset where the read will start from.
Start OptFloat64 `json:",omitempty,omitzero"`
// Maximal number of records retrieved.
Limit OptString `json:",omitempty,omitzero"`
// Sort criterium.
SortedBy OptString `json:",omitempty,omitzero"`
// Search criterium.
Sqlsearch OptString `json:",omitempty,omitzero"`
// Return result in compact structure.
Compact OptBool `json:",omitempty,omitzero"`
// Remove database group tree entries in result records.
Flatten OptBool `json:",omitempty,omitzero"`
// Read a descriptor read with the given field entry.
Descriptor OptBool `json:",omitempty,omitzero"`
// Order by criterias.
Orderby OptString `json:",omitempty,omitzero"`
// Use XML notation namespace.
Xmlnotation OptBool `json:",omitempty,omitzero"`
// SQL table.
Table string
// Specific SQL query string.
Search string
}
DeleteRecordsSearchedParams is parameters of deleteRecordsSearched operation.
type DeleteRecordsSearchedRes ¶
type DeleteRecordsSearchedRes interface {
// contains filtered or unexported methods
}
type DeleteRecordsSearchedUnauthorized ¶
type DeleteRecordsSearchedUnauthorized struct{}
DeleteRecordsSearchedUnauthorized is response for DeleteRecordsSearched operation.
type DeleteViewForbidden ¶
type DeleteViewForbidden struct{}
DeleteViewForbidden is response for DeleteView operation.
type DeleteViewParams ¶
DeleteViewParams is parameters of deleteView operation.
type DeleteViewRes ¶
type DeleteViewRes interface {
// contains filtered or unexported methods
}
type DeleteViewUnauthorized ¶
type DeleteViewUnauthorized struct{}
DeleteViewUnauthorized is response for DeleteView operation.
type Directories ¶
type Directories struct {
Directories []Directory `json:"Directories"`
System OptString `json:"system"`
}
Ref: #/components/schemas/Directories
func (*Directories) Decode ¶
func (s *Directories) Decode(d *jx.Decoder) error
Decode decodes Directories from json.
func (*Directories) Encode ¶
func (s *Directories) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*Directories) GetDirectories ¶
func (s *Directories) GetDirectories() []Directory
GetDirectories returns the value of Directories.
func (*Directories) GetSystem ¶
func (s *Directories) GetSystem() OptString
GetSystem returns the value of System.
func (*Directories) MarshalJSON ¶
func (s *Directories) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*Directories) SetDirectories ¶
func (s *Directories) SetDirectories(val []Directory)
SetDirectories sets the value of Directories.
func (*Directories) SetSystem ¶
func (s *Directories) SetSystem(val OptString)
SetSystem sets the value of System.
func (*Directories) UnmarshalJSON ¶
func (s *Directories) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Directory ¶
Ref: #/components/schemas/Directory
func (*Directory) GetLocation ¶
GetLocation returns the value of Location.
func (*Directory) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Directory) SetLocation ¶
SetLocation sets the value of Location.
func (*Directory) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type DirectoryFiles ¶
type DirectoryFiles struct {
Location OptString `json:"Location"`
Path OptString `json:"Path"`
Files []File `json:"Files"`
System OptString `json:"system"`
}
Ref: #/components/schemas/DirectoryFiles
func (*DirectoryFiles) Decode ¶
func (s *DirectoryFiles) Decode(d *jx.Decoder) error
Decode decodes DirectoryFiles from json.
func (*DirectoryFiles) Encode ¶
func (s *DirectoryFiles) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*DirectoryFiles) GetFiles ¶
func (s *DirectoryFiles) GetFiles() []File
GetFiles returns the value of Files.
func (*DirectoryFiles) GetLocation ¶
func (s *DirectoryFiles) GetLocation() OptString
GetLocation returns the value of Location.
func (*DirectoryFiles) GetPath ¶
func (s *DirectoryFiles) GetPath() OptString
GetPath returns the value of Path.
func (*DirectoryFiles) GetSystem ¶
func (s *DirectoryFiles) GetSystem() OptString
GetSystem returns the value of System.
func (*DirectoryFiles) MarshalJSON ¶
func (s *DirectoryFiles) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DirectoryFiles) SetFiles ¶
func (s *DirectoryFiles) SetFiles(val []File)
SetFiles sets the value of Files.
func (*DirectoryFiles) SetLocation ¶
func (s *DirectoryFiles) SetLocation(val OptString)
SetLocation sets the value of Location.
func (*DirectoryFiles) SetPath ¶
func (s *DirectoryFiles) SetPath(val OptString)
SetPath sets the value of Path.
func (*DirectoryFiles) SetSystem ¶
func (s *DirectoryFiles) SetSystem(val OptString)
SetSystem sets the value of System.
func (*DirectoryFiles) UnmarshalJSON ¶
func (s *DirectoryFiles) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*DirectoryFiles) Validate ¶
func (s *DirectoryFiles) Validate() error
type DownloadFileBadRequest ¶
type DownloadFileBadRequest Error
func (*DownloadFileBadRequest) Decode ¶
func (s *DownloadFileBadRequest) Decode(d *jx.Decoder) error
Decode decodes DownloadFileBadRequest from json.
func (*DownloadFileBadRequest) Encode ¶
func (s *DownloadFileBadRequest) Encode(e *jx.Encoder)
Encode encodes DownloadFileBadRequest as json.
func (*DownloadFileBadRequest) MarshalJSON ¶
func (s *DownloadFileBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DownloadFileBadRequest) UnmarshalJSON ¶
func (s *DownloadFileBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DownloadFileForbidden ¶
type DownloadFileForbidden struct{}
DownloadFileForbidden is response for DownloadFile operation.
type DownloadFileNotFound ¶
type DownloadFileNotFound Error
func (*DownloadFileNotFound) Decode ¶
func (s *DownloadFileNotFound) Decode(d *jx.Decoder) error
Decode decodes DownloadFileNotFound from json.
func (*DownloadFileNotFound) Encode ¶
func (s *DownloadFileNotFound) Encode(e *jx.Encoder)
Encode encodes DownloadFileNotFound as json.
func (*DownloadFileNotFound) MarshalJSON ¶
func (s *DownloadFileNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DownloadFileNotFound) UnmarshalJSON ¶
func (s *DownloadFileNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DownloadFileOK ¶
type DownloadFileParams ¶
type DownloadFileParams struct {
// Identifier of the file location.
Path string
}
DownloadFileParams is parameters of downloadFile operation.
type DownloadFileRes ¶
type DownloadFileRes interface {
// contains filtered or unexported methods
}
type DownloadFileUnauthorized ¶
type DownloadFileUnauthorized struct{}
DownloadFileUnauthorized is response for DownloadFile operation.
type Error ¶
type Error struct {
Code OptString `json:"code"`
Message OptString `json:"message"`
Target OptString `json:"target"`
Error OptErrorError `json:"Error"`
}
Ref: #/components/schemas/Error
func (*Error) GetError ¶
func (s *Error) GetError() OptErrorError
GetError returns the value of Error.
func (*Error) GetMessage ¶
GetMessage returns the value of Message.
func (*Error) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Error) SetError ¶
func (s *Error) SetError(val OptErrorError)
SetError sets the value of Error.
func (*Error) SetMessage ¶
SetMessage sets the value of Message.
func (*Error) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type ErrorError ¶
type ErrorError struct {
Code OptString `json:"code"`
Message OptString `json:"message"`
Target OptString `json:"target"`
}
func (*ErrorError) Decode ¶
func (s *ErrorError) Decode(d *jx.Decoder) error
Decode decodes ErrorError from json.
func (*ErrorError) Encode ¶
func (s *ErrorError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ErrorError) GetCode ¶
func (s *ErrorError) GetCode() OptString
GetCode returns the value of Code.
func (*ErrorError) GetMessage ¶
func (s *ErrorError) GetMessage() OptString
GetMessage returns the value of Message.
func (*ErrorError) GetTarget ¶
func (s *ErrorError) GetTarget() OptString
GetTarget returns the value of Target.
func (*ErrorError) MarshalJSON ¶
func (s *ErrorError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ErrorError) SetCode ¶
func (s *ErrorError) SetCode(val OptString)
SetCode sets the value of Code.
func (*ErrorError) SetMessage ¶
func (s *ErrorError) SetMessage(val OptString)
SetMessage sets the value of Message.
func (*ErrorError) SetTarget ¶
func (s *ErrorError) SetTarget(val OptString)
SetTarget sets the value of Target.
func (*ErrorError) UnmarshalJSON ¶
func (s *ErrorError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ErrorStatusCode ¶
ErrorStatusCode wraps Error with StatusCode.
func (*ErrorStatusCode) Error ¶
func (s *ErrorStatusCode) Error() string
func (*ErrorStatusCode) GetResponse ¶
func (s *ErrorStatusCode) GetResponse() Error
GetResponse returns the value of Response.
func (*ErrorStatusCode) GetStatusCode ¶
func (s *ErrorStatusCode) GetStatusCode() int
GetStatusCode returns the value of StatusCode.
func (*ErrorStatusCode) SetResponse ¶
func (s *ErrorStatusCode) SetResponse(val Error)
SetResponse sets the value of Response.
func (*ErrorStatusCode) SetStatusCode ¶
func (s *ErrorStatusCode) SetStatusCode(val int)
SetStatusCode sets the value of StatusCode.
type Executions ¶
type Executions struct {
Database OptInt `json:"Database"`
Ended OptDateTime `json:"Ended"`
ExitCode OptFloat64 `json:"ExitCode"`
ID OptInt `json:"Id"`
Log OptString `json:"Log"`
StartedBy OptString `json:"StartedBy"`
Scheduled OptDateTime `json:"Scheduled"`
}
Ref: #/components/schemas/Executions
func (*Executions) Decode ¶
func (s *Executions) Decode(d *jx.Decoder) error
Decode decodes Executions from json.
func (*Executions) Encode ¶
func (s *Executions) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*Executions) GetDatabase ¶
func (s *Executions) GetDatabase() OptInt
GetDatabase returns the value of Database.
func (*Executions) GetEnded ¶
func (s *Executions) GetEnded() OptDateTime
GetEnded returns the value of Ended.
func (*Executions) GetExitCode ¶
func (s *Executions) GetExitCode() OptFloat64
GetExitCode returns the value of ExitCode.
func (*Executions) GetLog ¶
func (s *Executions) GetLog() OptString
GetLog returns the value of Log.
func (*Executions) GetScheduled ¶
func (s *Executions) GetScheduled() OptDateTime
GetScheduled returns the value of Scheduled.
func (*Executions) GetStartedBy ¶
func (s *Executions) GetStartedBy() OptString
GetStartedBy returns the value of StartedBy.
func (*Executions) MarshalJSON ¶
func (s *Executions) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*Executions) SetDatabase ¶
func (s *Executions) SetDatabase(val OptInt)
SetDatabase sets the value of Database.
func (*Executions) SetEnded ¶
func (s *Executions) SetEnded(val OptDateTime)
SetEnded sets the value of Ended.
func (*Executions) SetExitCode ¶
func (s *Executions) SetExitCode(val OptFloat64)
SetExitCode sets the value of ExitCode.
func (*Executions) SetLog ¶
func (s *Executions) SetLog(val OptString)
SetLog sets the value of Log.
func (*Executions) SetScheduled ¶
func (s *Executions) SetScheduled(val OptDateTime)
SetScheduled sets the value of Scheduled.
func (*Executions) SetStartedBy ¶
func (s *Executions) SetStartedBy(val OptString)
SetStartedBy sets the value of StartedBy.
func (*Executions) UnmarshalJSON ¶
func (s *Executions) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*Executions) Validate ¶
func (s *Executions) Validate() error
type FieldItem ¶
type FieldItem struct {
Level OptInt `json:"level"`
Value OptString `json:"value"`
Format OptString `json:"format"`
Length OptInt `json:"length"`
Options OptString `json:"options"`
Identifier OptString `json:"identifier"`
Label OptString `json:"label"`
}
Ref: #/components/schemas/FieldItem
func (*FieldItem) GetIdentifier ¶
GetIdentifier returns the value of Identifier.
func (*FieldItem) GetOptions ¶
GetOptions returns the value of Options.
func (*FieldItem) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*FieldItem) SetIdentifier ¶
SetIdentifier sets the value of Identifier.
func (*FieldItem) SetOptions ¶
SetOptions sets the value of Options.
func (*FieldItem) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type Fields ¶
type Fields []FieldItem
func (Fields) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Fields) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type FieldsHeaders ¶
FieldsHeaders wraps Fields with response headers.
func (*FieldsHeaders) GetResponse ¶
func (s *FieldsHeaders) GetResponse() Fields
GetResponse returns the value of Response.
func (*FieldsHeaders) GetXToken ¶
func (s *FieldsHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*FieldsHeaders) SetResponse ¶
func (s *FieldsHeaders) SetResponse(val Fields)
SetResponse sets the value of Response.
func (*FieldsHeaders) SetXToken ¶
func (s *FieldsHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
func (*FieldsHeaders) Validate ¶
func (s *FieldsHeaders) Validate() error
type File ¶
type File struct {
Name OptString `json:"Name"`
Type OptString `json:"Type"`
Modified OptDateTime `json:"Modified"`
Size OptInt64 `json:"Size"`
}
Ref: #/components/schemas/File
func (*File) GetModified ¶
func (s *File) GetModified() OptDateTime
GetModified returns the value of Modified.
func (*File) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*File) SetModified ¶
func (s *File) SetModified(val OptDateTime)
SetModified sets the value of Modified.
func (*File) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type GetConfigForbidden ¶
type GetConfigForbidden struct{}
GetConfigForbidden is response for GetConfig operation.
type GetConfigRes ¶
type GetConfigRes interface {
// contains filtered or unexported methods
}
type GetConfigUnauthorized ¶
type GetConfigUnauthorized struct{}
GetConfigUnauthorized is response for GetConfig operation.
type GetDatabasesForbidden ¶
type GetDatabasesForbidden struct{}
GetDatabasesForbidden is response for GetDatabases operation.
type GetDatabasesRes ¶
type GetDatabasesRes interface {
// contains filtered or unexported methods
}
type GetDatabasesUnauthorized ¶
type GetDatabasesUnauthorized struct{}
GetDatabasesUnauthorized is response for GetDatabases operation.
type GetFieldsBadRequest ¶
type GetFieldsBadRequest Error
func (*GetFieldsBadRequest) Decode ¶
func (s *GetFieldsBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetFieldsBadRequest from json.
func (*GetFieldsBadRequest) Encode ¶
func (s *GetFieldsBadRequest) Encode(e *jx.Encoder)
Encode encodes GetFieldsBadRequest as json.
func (*GetFieldsBadRequest) MarshalJSON ¶
func (s *GetFieldsBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetFieldsBadRequest) UnmarshalJSON ¶
func (s *GetFieldsBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetFieldsForbidden ¶
type GetFieldsForbidden struct{}
GetFieldsForbidden is response for GetFields operation.
type GetFieldsNotFound ¶
type GetFieldsNotFound Error
func (*GetFieldsNotFound) Decode ¶
func (s *GetFieldsNotFound) Decode(d *jx.Decoder) error
Decode decodes GetFieldsNotFound from json.
func (*GetFieldsNotFound) Encode ¶
func (s *GetFieldsNotFound) Encode(e *jx.Encoder)
Encode encodes GetFieldsNotFound as json.
func (*GetFieldsNotFound) MarshalJSON ¶
func (s *GetFieldsNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetFieldsNotFound) UnmarshalJSON ¶
func (s *GetFieldsNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetFieldsOKTextCsv ¶
type GetFieldsOKTextCsvHeaders ¶
type GetFieldsOKTextCsvHeaders struct {
XToken OptString
Response GetFieldsOKTextCsv
}
GetFieldsOKTextCsvHeaders wraps GetFieldsOKTextCsv with response headers.
func (*GetFieldsOKTextCsvHeaders) GetResponse ¶
func (s *GetFieldsOKTextCsvHeaders) GetResponse() GetFieldsOKTextCsv
GetResponse returns the value of Response.
func (*GetFieldsOKTextCsvHeaders) GetXToken ¶
func (s *GetFieldsOKTextCsvHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*GetFieldsOKTextCsvHeaders) SetResponse ¶
func (s *GetFieldsOKTextCsvHeaders) SetResponse(val GetFieldsOKTextCsv)
SetResponse sets the value of Response.
func (*GetFieldsOKTextCsvHeaders) SetXToken ¶
func (s *GetFieldsOKTextCsvHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
type GetFieldsParams ¶
type GetFieldsParams struct {
// SQL table.
Table string
}
GetFieldsParams is parameters of getFields operation.
type GetFieldsRes ¶
type GetFieldsRes interface {
// contains filtered or unexported methods
}
type GetFieldsUnauthorized ¶
type GetFieldsUnauthorized struct{}
GetFieldsUnauthorized is response for GetFields operation.
type GetImageForbidden ¶
type GetImageForbidden struct{}
GetImageForbidden is response for GetImage operation.
type GetImageOK ¶
type GetImageOKHeaders ¶
type GetImageOKHeaders struct {
ContentType string
Response GetImageOK
}
GetImageOKHeaders wraps GetImageOK with response headers.
func (*GetImageOKHeaders) GetContentType ¶
func (s *GetImageOKHeaders) GetContentType() string
GetContentType returns the value of ContentType.
func (*GetImageOKHeaders) GetResponse ¶
func (s *GetImageOKHeaders) GetResponse() GetImageOK
GetResponse returns the value of Response.
func (*GetImageOKHeaders) SetContentType ¶
func (s *GetImageOKHeaders) SetContentType(val string)
SetContentType sets the value of ContentType.
func (*GetImageOKHeaders) SetResponse ¶
func (s *GetImageOKHeaders) SetResponse(val GetImageOK)
SetResponse sets the value of Response.
type GetImageParams ¶
type GetImageParams struct {
// SQL table.
Table string
// Remote node reference.
Reference OptString `json:",omitempty,omitzero"`
// Specific search.
Search string
// Specific the data MIME type.
Mimetype OptString `json:",omitempty,omitzero"`
// Specific the field containing the mimetype.
MimetypeField string
// Specific the field to be.
Field string
// Search criterium.
Sqlsearch OptString `json:",omitempty,omitzero"`
}
GetImageParams is parameters of getImage operation.
type GetImageRes ¶
type GetImageRes interface {
// contains filtered or unexported methods
}
type GetImageUnauthorized ¶
type GetImageUnauthorized struct {
}
GetImageUnauthorized is response for GetImage operation.
func (*GetImageUnauthorized) GetWwwAuthenticate ¶
func (s *GetImageUnauthorized) GetWwwAuthenticate() OptString
GetWwwAuthenticate returns the value of WwwAuthenticate.
func (*GetImageUnauthorized) SetWwwAuthenticate ¶
func (s *GetImageUnauthorized) SetWwwAuthenticate(val OptString)
SetWwwAuthenticate sets the value of WwwAuthenticate.
type GetJobExecutionResultBadRequest ¶
type GetJobExecutionResultBadRequest Error
func (*GetJobExecutionResultBadRequest) Decode ¶
func (s *GetJobExecutionResultBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetJobExecutionResultBadRequest from json.
func (*GetJobExecutionResultBadRequest) Encode ¶
func (s *GetJobExecutionResultBadRequest) Encode(e *jx.Encoder)
Encode encodes GetJobExecutionResultBadRequest as json.
func (*GetJobExecutionResultBadRequest) MarshalJSON ¶
func (s *GetJobExecutionResultBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetJobExecutionResultBadRequest) UnmarshalJSON ¶
func (s *GetJobExecutionResultBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetJobExecutionResultForbidden ¶
type GetJobExecutionResultForbidden struct{}
GetJobExecutionResultForbidden is response for GetJobExecutionResult operation.
type GetJobExecutionResultNotFound ¶
type GetJobExecutionResultNotFound Error
func (*GetJobExecutionResultNotFound) Decode ¶
func (s *GetJobExecutionResultNotFound) Decode(d *jx.Decoder) error
Decode decodes GetJobExecutionResultNotFound from json.
func (*GetJobExecutionResultNotFound) Encode ¶
func (s *GetJobExecutionResultNotFound) Encode(e *jx.Encoder)
Encode encodes GetJobExecutionResultNotFound as json.
func (*GetJobExecutionResultNotFound) MarshalJSON ¶
func (s *GetJobExecutionResultNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetJobExecutionResultNotFound) UnmarshalJSON ¶
func (s *GetJobExecutionResultNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetJobExecutionResultParams ¶
type GetJobExecutionResultParams struct {
// Start time from.
From OptString `json:",omitempty,omitzero"`
// End time to.
To OptString `json:",omitempty,omitzero"`
}
GetJobExecutionResultParams is parameters of getJobExecutionResult operation.
type GetJobExecutionResultRes ¶
type GetJobExecutionResultRes interface {
// contains filtered or unexported methods
}
type GetJobExecutionResultUnauthorized ¶
type GetJobExecutionResultUnauthorized struct{}
GetJobExecutionResultUnauthorized is response for GetJobExecutionResult operation.
type GetJobFullInfoBadRequest ¶
type GetJobFullInfoBadRequest Error
func (*GetJobFullInfoBadRequest) Decode ¶
func (s *GetJobFullInfoBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetJobFullInfoBadRequest from json.
func (*GetJobFullInfoBadRequest) Encode ¶
func (s *GetJobFullInfoBadRequest) Encode(e *jx.Encoder)
Encode encodes GetJobFullInfoBadRequest as json.
func (*GetJobFullInfoBadRequest) MarshalJSON ¶
func (s *GetJobFullInfoBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetJobFullInfoBadRequest) UnmarshalJSON ¶
func (s *GetJobFullInfoBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetJobFullInfoForbidden ¶
type GetJobFullInfoForbidden struct{}
GetJobFullInfoForbidden is response for GetJobFullInfo operation.
type GetJobFullInfoNotFound ¶
type GetJobFullInfoNotFound Error
func (*GetJobFullInfoNotFound) Decode ¶
func (s *GetJobFullInfoNotFound) Decode(d *jx.Decoder) error
Decode decodes GetJobFullInfoNotFound from json.
func (*GetJobFullInfoNotFound) Encode ¶
func (s *GetJobFullInfoNotFound) Encode(e *jx.Encoder)
Encode encodes GetJobFullInfoNotFound as json.
func (*GetJobFullInfoNotFound) MarshalJSON ¶
func (s *GetJobFullInfoNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetJobFullInfoNotFound) UnmarshalJSON ¶
func (s *GetJobFullInfoNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetJobFullInfoParams ¶
type GetJobFullInfoParams struct {
// Job Name to be requested.
JobName string
}
GetJobFullInfoParams is parameters of getJobFullInfo operation.
type GetJobFullInfoRes ¶
type GetJobFullInfoRes interface {
// contains filtered or unexported methods
}
type GetJobFullInfoUnauthorized ¶
type GetJobFullInfoUnauthorized struct{}
GetJobFullInfoUnauthorized is response for GetJobFullInfo operation.
type GetJobResultBadRequest ¶
type GetJobResultBadRequest Error
func (*GetJobResultBadRequest) Decode ¶
func (s *GetJobResultBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetJobResultBadRequest from json.
func (*GetJobResultBadRequest) Encode ¶
func (s *GetJobResultBadRequest) Encode(e *jx.Encoder)
Encode encodes GetJobResultBadRequest as json.
func (*GetJobResultBadRequest) MarshalJSON ¶
func (s *GetJobResultBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetJobResultBadRequest) UnmarshalJSON ¶
func (s *GetJobResultBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetJobResultForbidden ¶
type GetJobResultForbidden struct{}
GetJobResultForbidden is response for GetJobResult operation.
type GetJobResultNotFound ¶
type GetJobResultNotFound Error
func (*GetJobResultNotFound) Decode ¶
func (s *GetJobResultNotFound) Decode(d *jx.Decoder) error
Decode decodes GetJobResultNotFound from json.
func (*GetJobResultNotFound) Encode ¶
func (s *GetJobResultNotFound) Encode(e *jx.Encoder)
Encode encodes GetJobResultNotFound as json.
func (*GetJobResultNotFound) MarshalJSON ¶
func (s *GetJobResultNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetJobResultNotFound) UnmarshalJSON ¶
func (s *GetJobResultNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetJobResultParams ¶
type GetJobResultParams struct {
// Job name to be requested.
JobName string
// Job id of execution result to be requested.
JobId string
}
GetJobResultParams is parameters of getJobResult operation.
type GetJobResultRes ¶
type GetJobResultRes interface {
// contains filtered or unexported methods
}
type GetJobResultUnauthorized ¶
type GetJobResultUnauthorized struct{}
GetJobResultUnauthorized is response for GetJobResult operation.
type GetJobsConfigForbidden ¶
type GetJobsConfigForbidden struct{}
GetJobsConfigForbidden is response for GetJobsConfig operation.
type GetJobsConfigRes ¶
type GetJobsConfigRes interface {
// contains filtered or unexported methods
}
type GetJobsConfigUnauthorized ¶
type GetJobsConfigUnauthorized struct{}
GetJobsConfigUnauthorized is response for GetJobsConfig operation.
type GetJobsForbidden ¶
type GetJobsForbidden struct{}
GetJobsForbidden is response for GetJobs operation.
type GetJobsNotFound ¶
type GetJobsNotFound struct{}
GetJobsNotFound is response for GetJobs operation.
type GetJobsParams ¶
type GetJobsParams struct {
// Timestamp of first job entry.
StartTime OptString `json:",omitempty,omitzero"`
// Timestamp of last job entry.
EndTime OptString `json:",omitempty,omitzero"`
}
GetJobsParams is parameters of getJobs operation.
type GetJobsRes ¶
type GetJobsRes interface {
// contains filtered or unexported methods
}
type GetJobsUnauthorized ¶
type GetJobsUnauthorized struct{}
GetJobsUnauthorized is response for GetJobs operation.
type GetLobByMapForbidden ¶
type GetLobByMapForbidden struct{}
GetLobByMapForbidden is response for GetLobByMap operation.
type GetLobByMapOK ¶
type GetLobByMapParams ¶
type GetLobByMapParams struct {
// Specific the field containing the mimetype.
MimetypeField OptString `json:",omitempty,omitzero"`
// Specific the data MIME type.
Mimetype OptString `json:",omitempty,omitzero"`
// Search criterium.
Sqlsearch OptString `json:",omitempty,omitzero"`
// SQL table.
Table string
// Specific table record.
Search string
// Specific the field to be.
Field string
}
GetLobByMapParams is parameters of getLobByMap operation.
type GetLobByMapRes ¶
type GetLobByMapRes interface {
// contains filtered or unexported methods
}
type GetLobByMapUnauthorized ¶
type GetLobByMapUnauthorized struct{}
GetLobByMapUnauthorized is response for GetLobByMap operation.
type GetLoginSessionForbidden ¶
type GetLoginSessionForbidden struct{}
GetLoginSessionForbidden is response for GetLoginSession operation.
type GetLoginSessionRes ¶
type GetLoginSessionRes interface {
// contains filtered or unexported methods
}
type GetLoginSessionUnauthorized ¶
type GetLoginSessionUnauthorized struct{}
GetLoginSessionUnauthorized is response for GetLoginSession operation.
type GetMapMetadataForbidden ¶
type GetMapMetadataForbidden struct{}
GetMapMetadataForbidden is response for GetMapMetadata operation.
type GetMapMetadataParams ¶
type GetMapMetadataParams struct {
// SQL table.
Table string
}
GetMapMetadataParams is parameters of getMapMetadata operation.
type GetMapMetadataRes ¶
type GetMapMetadataRes interface {
// contains filtered or unexported methods
}
type GetMapMetadataUnauthorized ¶
type GetMapMetadataUnauthorized struct{}
GetMapMetadataUnauthorized is response for GetMapMetadata operation.
type GetMapRecordsFieldsForbidden ¶
type GetMapRecordsFieldsForbidden struct{}
GetMapRecordsFieldsForbidden is response for GetMapRecordsFields operation.
type GetMapRecordsFieldsOKTextCsvHeaders ¶
type GetMapRecordsFieldsOKTextCsvHeaders struct {
XToken OptString
Response GetMapRecordsFieldsOKTextCsv
}
GetMapRecordsFieldsOKTextCsvHeaders wraps GetMapRecordsFieldsOKTextCsv with response headers.
func (*GetMapRecordsFieldsOKTextCsvHeaders) GetResponse ¶
func (s *GetMapRecordsFieldsOKTextCsvHeaders) GetResponse() GetMapRecordsFieldsOKTextCsv
GetResponse returns the value of Response.
func (*GetMapRecordsFieldsOKTextCsvHeaders) GetXToken ¶
func (s *GetMapRecordsFieldsOKTextCsvHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*GetMapRecordsFieldsOKTextCsvHeaders) SetResponse ¶
func (s *GetMapRecordsFieldsOKTextCsvHeaders) SetResponse(val GetMapRecordsFieldsOKTextCsv)
SetResponse sets the value of Response.
func (*GetMapRecordsFieldsOKTextCsvHeaders) SetXToken ¶
func (s *GetMapRecordsFieldsOKTextCsvHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
type GetMapRecordsFieldsParams ¶
type GetMapRecordsFieldsParams struct {
// SQL table.
Table string
// Search.
Search string
// Specific a comma separated list of fields to be part of the result record.
Fields string
// Start offset where the read will start from.
Start OptFloat64 `json:",omitempty,omitzero"`
// Maximal number of records retrieved.
Limit OptString `json:",omitempty,omitzero"`
// Sort criterium.
SortedBy OptString `json:",omitempty,omitzero"`
// Search criterium.
Sqlsearch OptString `json:",omitempty,omitzero"`
// Return result in compact structure.
Compact OptBool `json:",omitempty,omitzero"`
// Remove database group tree entries in result records.
Flatten OptBool `json:",omitempty,omitzero"`
// Read a descriptor read with the given field entry.
Descriptor OptBool `json:",omitempty,omitzero"`
// Order by criterias.
Orderby OptString `json:",omitempty,omitzero"`
// Use XML notation namespace.
Xmlnotation OptBool `json:",omitempty,omitzero"`
}
GetMapRecordsFieldsParams is parameters of getMapRecordsFields operation.
type GetMapRecordsFieldsRes ¶
type GetMapRecordsFieldsRes interface {
// contains filtered or unexported methods
}
type GetMapRecordsFieldsUnauthorized ¶
type GetMapRecordsFieldsUnauthorized struct{}
GetMapRecordsFieldsUnauthorized is response for GetMapRecordsFields operation.
type GetMapsForbidden ¶
type GetMapsForbidden struct{}
GetMapsForbidden is response for GetMaps operation.
type GetMapsRes ¶
type GetMapsRes interface {
// contains filtered or unexported methods
}
type GetMapsUnauthorized ¶
type GetMapsUnauthorized struct{}
GetMapsUnauthorized is response for GetMaps operation.
type GetUserInfoForbidden ¶
type GetUserInfoForbidden struct{}
GetUserInfoForbidden is response for GetUserInfo operation.
type GetUserInfoRes ¶
type GetUserInfoRes interface {
// contains filtered or unexported methods
}
type GetUserInfoUnauthorized ¶
type GetUserInfoUnauthorized struct{}
GetUserInfoUnauthorized is response for GetUserInfo operation.
type GetVersionRes ¶
type GetVersionRes interface {
// contains filtered or unexported methods
}
type GetVideoForbidden ¶
type GetVideoForbidden struct{}
GetVideoForbidden is response for GetVideo operation.
type GetVideoOK ¶
type GetVideoOKHeaders ¶
type GetVideoOKHeaders struct {
ContentType string
Response GetVideoOK
}
GetVideoOKHeaders wraps GetVideoOK with response headers.
func (*GetVideoOKHeaders) GetContentType ¶
func (s *GetVideoOKHeaders) GetContentType() string
GetContentType returns the value of ContentType.
func (*GetVideoOKHeaders) GetResponse ¶
func (s *GetVideoOKHeaders) GetResponse() GetVideoOK
GetResponse returns the value of Response.
func (*GetVideoOKHeaders) SetContentType ¶
func (s *GetVideoOKHeaders) SetContentType(val string)
SetContentType sets the value of ContentType.
func (*GetVideoOKHeaders) SetResponse ¶
func (s *GetVideoOKHeaders) SetResponse(val GetVideoOK)
SetResponse sets the value of Response.
type GetVideoParams ¶
type GetVideoParams struct {
// SQL table.
Table string
// Specific table record number.
Search string
// Remote node reference.
Reference OptString `json:",omitempty,omitzero"`
// Specific the field to be streamed.
Field string
// Specific the field containing the mimetype.
MimetypeField string
// MIMEType the result should be of (preferred for some image formats only).
Mimetype OptString `json:",omitempty,omitzero"`
// Search criterium.
Sqlsearch OptString `json:",omitempty,omitzero"`
}
GetVideoParams is parameters of getVideo operation.
type GetVideoRes ¶
type GetVideoRes interface {
// contains filtered or unexported methods
}
type GetVideoUnauthorized ¶
type GetVideoUnauthorized struct {
}
GetVideoUnauthorized is response for GetVideo operation.
func (*GetVideoUnauthorized) GetWwwAuthenticate ¶
func (s *GetVideoUnauthorized) GetWwwAuthenticate() OptString
GetWwwAuthenticate returns the value of WwwAuthenticate.
func (*GetVideoUnauthorized) SetWwwAuthenticate ¶
func (s *GetVideoUnauthorized) SetWwwAuthenticate(val OptString)
SetWwwAuthenticate sets the value of WwwAuthenticate.
type GetViewsForbidden ¶
type GetViewsForbidden struct{}
GetViewsForbidden is response for GetViews operation.
type GetViewsOK ¶
type GetViewsOK struct {
XToken OptString
}
GetViewsOK is response for GetViews operation.
func (*GetViewsOK) GetXToken ¶
func (s *GetViewsOK) GetXToken() OptString
GetXToken returns the value of XToken.
func (*GetViewsOK) SetXToken ¶
func (s *GetViewsOK) SetXToken(val OptString)
SetXToken sets the value of XToken.
type GetViewsRes ¶
type GetViewsRes interface {
// contains filtered or unexported methods
}
type GetViewsUnauthorized ¶
type GetViewsUnauthorized struct{}
GetViewsUnauthorized is response for GetViews operation.
type Handler ¶
type Handler interface {
// AddView implements addView operation.
//
// Add table view in View repositories.
//
// POST /config/views
AddView(ctx context.Context, params AddViewParams) (AddViewRes, error)
// BatchParameterQuery implements batchParameterQuery operation.
//
// Call a SQL query batch command posted in query.
//
// GET /rest/batch/{table}/{query}
BatchParameterQuery(ctx context.Context, params BatchParameterQueryParams) (BatchParameterQueryRes, error)
// BatchQuery implements batchQuery operation.
//
// Call a SQL query batch command using insert or update data in body.
//
// POST /rest/batch/{table}
BatchQuery(ctx context.Context, req BatchQueryReq, params BatchQueryParams) (BatchQueryRes, error)
// BatchSelect implements batchSelect operation.
//
// Call a SQL query batch command store in batch database table with name.
//
// GET /rest/batch/{table}
BatchSelect(ctx context.Context, params BatchSelectParams) (BatchSelectRes, error)
// BrowseList implements browseList operation.
//
// Retrieves a list of Browseable locations.
//
// GET /rest/file/browse
BrowseList(ctx context.Context) (BrowseListRes, error)
// BrowseLocation implements browseLocation operation.
//
// Retrieves a list of files in the defined location.
//
// GET /rest/file/browse/{path}
BrowseLocation(ctx context.Context, params BrowseLocationParams) (BrowseLocationRes, error)
// CallExtend implements callExtend operation.
//
// Call extend plugin, own implementation plugin.
//
// GET /rest/extend/{path}
CallExtend(ctx context.Context, params CallExtendParams) (CallExtendRes, error)
// CallPostExtend implements callPostExtend operation.
//
// Post extend/plugin.
//
// POST /rest/extend/{path}
CallPostExtend(ctx context.Context, req *CallPostExtendReq, params CallPostExtendParams) (CallPostExtendRes, error)
// CreateDirectory implements createDirectory operation.
//
// Create a new directory.
//
// PUT /rest/file/{path}
CreateDirectory(ctx context.Context, params CreateDirectoryParams) (CreateDirectoryRes, error)
// DeleteExtend implements deleteExtend operation.
//
// Delete extend/plugin data.
//
// DELETE /rest/extend/{path}
DeleteExtend(ctx context.Context, params DeleteExtendParams) (DeleteExtendRes, error)
// DeleteFileLocation implements deleteFileLocation operation.
//
// Delete the file on the given location.
//
// DELETE /rest/file/{path}
DeleteFileLocation(ctx context.Context, params DeleteFileLocationParams) (DeleteFileLocationRes, error)
// DeleteJobResult implements deleteJobResult operation.
//
// Delete a specific job result.
//
// DELETE /tasks/{jobName}/{jobId}
DeleteJobResult(ctx context.Context, params DeleteJobResultParams) (DeleteJobResultRes, error)
// DeleteRecordsSearched implements deleteRecordsSearched operation.
//
// Delete a record with a given search.
//
// DELETE /rest/view/{table}/{search}
DeleteRecordsSearched(ctx context.Context, params DeleteRecordsSearchedParams) (DeleteRecordsSearchedRes, error)
// DeleteView implements deleteView operation.
//
// Delete/disable table view in configuration.
//
// DELETE /config/views
DeleteView(ctx context.Context, params DeleteViewParams) (DeleteViewRes, error)
// DownloadFile implements downloadFile operation.
//
// Download a file out of file location.
//
// GET /rest/file/{path}
DownloadFile(ctx context.Context, params DownloadFileParams) (DownloadFileRes, error)
// GetConfig implements getConfig operation.
//
// Get current active configuration.
//
// GET /config
GetConfig(ctx context.Context) (GetConfigRes, error)
// GetDatabases implements getDatabases operation.
//
// Retrieves a list of databases known by server.
//
// GET /rest/database
GetDatabases(ctx context.Context) (GetDatabasesRes, error)
// GetFields implements getFields operation.
//
// Retrieves all fields of an file.
//
// GET /rest/tables/{table}/fields
GetFields(ctx context.Context, params GetFieldsParams) (GetFieldsRes, error)
// GetImage implements getImage operation.
//
// Retrieves a field of a specific table record of a Map definition.
//
// GET /image/{table}/{field}/{search}
GetImage(ctx context.Context, params GetImageParams) (GetImageRes, error)
// GetJobExecutionResult implements getJobExecutionResult operation.
//
// Retrieves a specific job result.
//
// GET /tasks/results
GetJobExecutionResult(ctx context.Context, params GetJobExecutionResultParams) (GetJobExecutionResultRes, error)
// GetJobFullInfo implements getJobFullInfo operation.
//
// Retrieves a full job definition.
//
// GET /tasks/{jobName}
GetJobFullInfo(ctx context.Context, params GetJobFullInfoParams) (GetJobFullInfoRes, error)
// GetJobResult implements getJobResult operation.
//
// Delete a specific job result.
//
// GET /tasks/{jobName}/{jobId}
GetJobResult(ctx context.Context, params GetJobResultParams) (GetJobResultRes, error)
// GetJobs implements getJobs operation.
//
// Retrieves a list of jobs known by the Interface.
//
// GET /tasks
GetJobs(ctx context.Context, params GetJobsParams) (GetJobsRes, error)
// GetJobsConfig implements getJobsConfig operation.
//
// Read job configuration section.
//
// GET /config/jobs
GetJobsConfig(ctx context.Context) (GetJobsConfigRes, error)
// GetLobByMap implements getLobByMap operation.
//
// Retrieves a lob of a specific table record of an field in a Map.
//
// GET /binary/{table}/{field}/{search}
GetLobByMap(ctx context.Context, params GetLobByMapParams) (GetLobByMapRes, error)
// GetLoginSession implements getLoginSession operation.
//
// Login using baseauth or bearer to receive or validate token.
//
// GET /login
GetLoginSession(ctx context.Context) (GetLoginSessionRes, error)
// GetMapMetadata implements getMapMetadata operation.
//
// Retrieves metadata of a Map definition.
//
// GET /rest/metadata/view/{table}
GetMapMetadata(ctx context.Context, params GetMapMetadataParams) (GetMapMetadataRes, error)
// GetMapRecordsFields implements getMapRecordsFields operation.
//
// Retrieves a field of a specific table record of a Map definition.
//
// GET /rest/view/{table}/{fields}/{search}
GetMapRecordsFields(ctx context.Context, params GetMapRecordsFieldsParams) (GetMapRecordsFieldsRes, error)
// GetMaps implements getMaps operation.
//
// Retrieves a list of available views.
//
// GET /rest/view
GetMaps(ctx context.Context) (GetMapsRes, error)
// GetUserInfo implements getUserInfo operation.
//
// Get the token user information.
//
// GET /rest/user
GetUserInfo(ctx context.Context) (GetUserInfoRes, error)
// GetVersion implements getVersion operation.
//
// Get the current server version.
//
// GET /version
GetVersion(ctx context.Context) (GetVersionRes, error)
// GetVideo implements getVideo operation.
//
// Retrieves a video stream of a specific table record of a Map definition.
//
// GET /video/{table}/{field}/{search}
GetVideo(ctx context.Context, params GetVideoParams) (GetVideoRes, error)
// GetViews implements getViews operation.
//
// Get the available table views of all databases.
//
// GET /config/views
GetViews(ctx context.Context) (GetViewsRes, error)
// InsertMapFileRecords implements insertMapFileRecords operation.
//
// Store send records into Map definition.
//
// POST /rest/view
InsertMapFileRecords(ctx context.Context, req OptInsertMapFileRecordsReq) (InsertMapFileRecordsRes, error)
// InsertRecord implements insertRecord operation.
//
// Insert given record.
//
// POST /rest/view/{table}
InsertRecord(ctx context.Context, req OptInsertRecordReq, params InsertRecordParams) (InsertRecordRes, error)
// ListModelling implements listModelling operation.
//
// Retrieves all tables, views or data representation objects.
//
// GET /rest/map
ListModelling(ctx context.Context) (ListModellingRes, error)
// ListTables implements listTables operation.
//
// Retrieves all tables of databases.
//
// GET /rest/tables
ListTables(ctx context.Context) (ListTablesRes, error)
// LoginSession implements loginSession operation.
//
// Login using baseauth or bearer to receive or validate token.
//
// PUT /login
LoginSession(ctx context.Context) (LoginSessionRes, error)
// LogoutSessionCompat implements logoutSessionCompat operation.
//
// Invalidate given token session.
//
// PUT /logout
LogoutSessionCompat(ctx context.Context) (LogoutSessionCompatRes, error)
// PostDatabase implements postDatabase operation.
//
// Create a new database, the input need to be JSON. A structure level parameter indicate version to
// be used.
//
// POST /rest/database
PostDatabase(ctx context.Context, req *Database) (PostDatabaseRes, error)
// PostJob implements postJob operation.
//
// Create a new Job database.
//
// POST /tasks
PostJob(ctx context.Context, req PostJobReq) (PostJobRes, error)
// PushLoginSession implements pushLoginSession operation.
//
// Login using baseauth or bearer to receive or validate token.
//
// POST /login
PushLoginSession(ctx context.Context) (PushLoginSessionRes, error)
// RemoveSessionCompat implements removeSessionCompat operation.
//
// Invalidate given token session.
//
// GET /logoff
RemoveSessionCompat(ctx context.Context) (RemoveSessionCompatRes, error)
// SearchModelling implements searchModelling operation.
//
// Retrieves all columns, fields of a tables, views or data representation.
//
// GET /rest/map/{path}
SearchModelling(ctx context.Context, params SearchModellingParams) (SearchModellingRes, error)
// SearchRecordsFields implements searchRecordsFields operation.
//
// Query a record with a given SQL query.
//
// GET /rest/view/{table}/{search}
SearchRecordsFields(ctx context.Context, params SearchRecordsFieldsParams) (SearchRecordsFieldsRes, error)
// SearchTable implements searchTable operation.
//
// Retrieves all fields of an file.
//
// GET /rest/tables/{table}/{fields}/{search}
SearchTable(ctx context.Context, params SearchTableParams) (SearchTableRes, error)
// SetConfig implements setConfig operation.
//
// Update current configuration and test.
//
// PUT /config
SetConfig(ctx context.Context, req SetConfigReq) (SetConfigRes, error)
// SetJobsConfig implements setJobsConfig operation.
//
// Set the Job configuration database.
//
// PUT /config/jobs
SetJobsConfig(ctx context.Context, req OptJobStore) (SetJobsConfigRes, error)
// ShutdownServer implements shutdownServer operation.
//
// Trigger shutdown of server instance.
//
// PUT /rest/shutdown/{hash}
ShutdownServer(ctx context.Context, params ShutdownServerParams) (ShutdownServerRes, error)
// StoreConfig implements storeConfig operation.
//
// Store current active configuration to configuration file.
//
// POST /config
StoreConfig(ctx context.Context) (StoreConfigRes, error)
// TriggerExtend implements triggerExtend operation.
//
// Put extend/plugin request.
//
// PUT /rest/extend/{path}
TriggerExtend(ctx context.Context, params TriggerExtendParams) (TriggerExtendRes, error)
// TriggerJob implements triggerJob operation.
//
// Trigger a job.
//
// PUT /tasks/{jobName}
TriggerJob(ctx context.Context, params TriggerJobParams) (TriggerJobRes, error)
// UpdateLobByMap implements updateLobByMap operation.
//
// Set a lob at a specific table record of an field in a Map.
//
// PUT /binary/{table}/{field}/{search}
UpdateLobByMap(ctx context.Context, req UpdateLobByMapReq, params UpdateLobByMapParams) (UpdateLobByMapRes, error)
// UpdateRecordsByFields implements updateRecordsByFields operation.
//
// Update a record dependent on field(s) of a specific table.
//
// PUT /rest/view/{table}/{search}
UpdateRecordsByFields(ctx context.Context, req OptUpdateRecordsByFieldsReq, params UpdateRecordsByFieldsParams) (UpdateRecordsByFieldsRes, error)
// UploadFile implements uploadFile operation.
//
// Upload a new file to the given location.
//
// POST /rest/file/{path}
UploadFile(ctx context.Context, req *UploadFileReq, params UploadFileParams) (UploadFileRes, error)
// NewError creates *ErrorStatusCode from error returned by handler.
//
// Used for common default response.
NewError(ctx context.Context, err error) *ErrorStatusCode
}
Handler handles operations described by OpenAPI v3 specification.
type InsertMapFileRecordsBadRequest ¶
type InsertMapFileRecordsBadRequest Error
func (*InsertMapFileRecordsBadRequest) Decode ¶
func (s *InsertMapFileRecordsBadRequest) Decode(d *jx.Decoder) error
Decode decodes InsertMapFileRecordsBadRequest from json.
func (*InsertMapFileRecordsBadRequest) Encode ¶
func (s *InsertMapFileRecordsBadRequest) Encode(e *jx.Encoder)
Encode encodes InsertMapFileRecordsBadRequest as json.
func (*InsertMapFileRecordsBadRequest) MarshalJSON ¶
func (s *InsertMapFileRecordsBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*InsertMapFileRecordsBadRequest) UnmarshalJSON ¶
func (s *InsertMapFileRecordsBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type InsertMapFileRecordsForbidden ¶
type InsertMapFileRecordsForbidden struct{}
InsertMapFileRecordsForbidden is response for InsertMapFileRecords operation.
type InsertMapFileRecordsNotFound ¶
type InsertMapFileRecordsNotFound Error
func (*InsertMapFileRecordsNotFound) Decode ¶
func (s *InsertMapFileRecordsNotFound) Decode(d *jx.Decoder) error
Decode decodes InsertMapFileRecordsNotFound from json.
func (*InsertMapFileRecordsNotFound) Encode ¶
func (s *InsertMapFileRecordsNotFound) Encode(e *jx.Encoder)
Encode encodes InsertMapFileRecordsNotFound as json.
func (*InsertMapFileRecordsNotFound) MarshalJSON ¶
func (s *InsertMapFileRecordsNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*InsertMapFileRecordsNotFound) UnmarshalJSON ¶
func (s *InsertMapFileRecordsNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type InsertMapFileRecordsReq ¶
type InsertMapFileRecordsReq struct {
// The file to upload.
Data OptMultipartFile `json:"data"`
}
func (*InsertMapFileRecordsReq) GetData ¶
func (s *InsertMapFileRecordsReq) GetData() OptMultipartFile
GetData returns the value of Data.
func (*InsertMapFileRecordsReq) SetData ¶
func (s *InsertMapFileRecordsReq) SetData(val OptMultipartFile)
SetData sets the value of Data.
type InsertMapFileRecordsRes ¶
type InsertMapFileRecordsRes interface {
// contains filtered or unexported methods
}
type InsertMapFileRecordsUnauthorized ¶
type InsertMapFileRecordsUnauthorized struct{}
InsertMapFileRecordsUnauthorized is response for InsertMapFileRecords operation.
type InsertRecordBadRequest ¶
type InsertRecordBadRequest struct{}
InsertRecordBadRequest is response for InsertRecord operation.
type InsertRecordForbidden ¶
type InsertRecordForbidden struct{}
InsertRecordForbidden is response for InsertRecord operation.
type InsertRecordParams ¶
type InsertRecordParams struct {
// SQL table.
Table string
// Return field result.
Returning OptString `json:",omitempty,omitzero"`
}
InsertRecordParams is parameters of insertRecord operation.
type InsertRecordReq ¶
type InsertRecordReq struct {
Records []InsertRecordReqRecordsItem `json:"Records"`
}
func (*InsertRecordReq) Decode ¶
func (s *InsertRecordReq) Decode(d *jx.Decoder) error
Decode decodes InsertRecordReq from json.
func (*InsertRecordReq) Encode ¶
func (s *InsertRecordReq) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*InsertRecordReq) GetRecords ¶
func (s *InsertRecordReq) GetRecords() []InsertRecordReqRecordsItem
GetRecords returns the value of Records.
func (*InsertRecordReq) MarshalJSON ¶
func (s *InsertRecordReq) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*InsertRecordReq) SetRecords ¶
func (s *InsertRecordReq) SetRecords(val []InsertRecordReqRecordsItem)
SetRecords sets the value of Records.
func (*InsertRecordReq) UnmarshalJSON ¶
func (s *InsertRecordReq) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type InsertRecordReqRecordsItem ¶
func (*InsertRecordReqRecordsItem) Decode ¶
func (s *InsertRecordReqRecordsItem) Decode(d *jx.Decoder) error
Decode decodes InsertRecordReqRecordsItem from json.
func (InsertRecordReqRecordsItem) Encode ¶
func (s InsertRecordReqRecordsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (InsertRecordReqRecordsItem) MarshalJSON ¶
func (s InsertRecordReqRecordsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*InsertRecordReqRecordsItem) UnmarshalJSON ¶
func (s *InsertRecordReqRecordsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type InsertRecordRes ¶
type InsertRecordRes interface {
// contains filtered or unexported methods
}
type InsertRecordUnauthorized ¶
type InsertRecordUnauthorized struct{}
InsertRecordUnauthorized is response for InsertRecord operation.
type Invoker ¶
type Invoker interface {
// AddView invokes addView operation.
//
// Add table view in View repositories.
//
// POST /config/views
AddView(ctx context.Context, params AddViewParams) (AddViewRes, error)
// BatchParameterQuery invokes batchParameterQuery operation.
//
// Call a SQL query batch command posted in query.
//
// GET /rest/batch/{table}/{query}
BatchParameterQuery(ctx context.Context, params BatchParameterQueryParams) (BatchParameterQueryRes, error)
// BatchQuery invokes batchQuery operation.
//
// Call a SQL query batch command using insert or update data in body.
//
// POST /rest/batch/{table}
BatchQuery(ctx context.Context, request BatchQueryReq, params BatchQueryParams) (BatchQueryRes, error)
// BatchSelect invokes batchSelect operation.
//
// Call a SQL query batch command store in batch database table with name.
//
// GET /rest/batch/{table}
BatchSelect(ctx context.Context, params BatchSelectParams) (BatchSelectRes, error)
// BrowseList invokes browseList operation.
//
// Retrieves a list of Browseable locations.
//
// GET /rest/file/browse
BrowseList(ctx context.Context) (BrowseListRes, error)
// BrowseLocation invokes browseLocation operation.
//
// Retrieves a list of files in the defined location.
//
// GET /rest/file/browse/{path}
BrowseLocation(ctx context.Context, params BrowseLocationParams) (BrowseLocationRes, error)
// CallExtend invokes callExtend operation.
//
// Call extend plugin, own implementation plugin.
//
// GET /rest/extend/{path}
CallExtend(ctx context.Context, params CallExtendParams) (CallExtendRes, error)
// CallPostExtend invokes callPostExtend operation.
//
// Post extend/plugin.
//
// POST /rest/extend/{path}
CallPostExtend(ctx context.Context, request *CallPostExtendReq, params CallPostExtendParams) (CallPostExtendRes, error)
// CreateDirectory invokes createDirectory operation.
//
// Create a new directory.
//
// PUT /rest/file/{path}
CreateDirectory(ctx context.Context, params CreateDirectoryParams) (CreateDirectoryRes, error)
// DeleteExtend invokes deleteExtend operation.
//
// Delete extend/plugin data.
//
// DELETE /rest/extend/{path}
DeleteExtend(ctx context.Context, params DeleteExtendParams) (DeleteExtendRes, error)
// DeleteFileLocation invokes deleteFileLocation operation.
//
// Delete the file on the given location.
//
// DELETE /rest/file/{path}
DeleteFileLocation(ctx context.Context, params DeleteFileLocationParams) (DeleteFileLocationRes, error)
// DeleteJobResult invokes deleteJobResult operation.
//
// Delete a specific job result.
//
// DELETE /tasks/{jobName}/{jobId}
DeleteJobResult(ctx context.Context, params DeleteJobResultParams) (DeleteJobResultRes, error)
// DeleteRecordsSearched invokes deleteRecordsSearched operation.
//
// Delete a record with a given search.
//
// DELETE /rest/view/{table}/{search}
DeleteRecordsSearched(ctx context.Context, params DeleteRecordsSearchedParams) (DeleteRecordsSearchedRes, error)
// DeleteView invokes deleteView operation.
//
// Delete/disable table view in configuration.
//
// DELETE /config/views
DeleteView(ctx context.Context, params DeleteViewParams) (DeleteViewRes, error)
// DownloadFile invokes downloadFile operation.
//
// Download a file out of file location.
//
// GET /rest/file/{path}
DownloadFile(ctx context.Context, params DownloadFileParams) (DownloadFileRes, error)
// GetConfig invokes getConfig operation.
//
// Get current active configuration.
//
// GET /config
GetConfig(ctx context.Context) (GetConfigRes, error)
// GetDatabases invokes getDatabases operation.
//
// Retrieves a list of databases known by server.
//
// GET /rest/database
GetDatabases(ctx context.Context) (GetDatabasesRes, error)
// GetFields invokes getFields operation.
//
// Retrieves all fields of an file.
//
// GET /rest/tables/{table}/fields
GetFields(ctx context.Context, params GetFieldsParams) (GetFieldsRes, error)
// GetImage invokes getImage operation.
//
// Retrieves a field of a specific table record of a Map definition.
//
// GET /image/{table}/{field}/{search}
GetImage(ctx context.Context, params GetImageParams) (GetImageRes, error)
// GetJobExecutionResult invokes getJobExecutionResult operation.
//
// Retrieves a specific job result.
//
// GET /tasks/results
GetJobExecutionResult(ctx context.Context, params GetJobExecutionResultParams) (GetJobExecutionResultRes, error)
// GetJobFullInfo invokes getJobFullInfo operation.
//
// Retrieves a full job definition.
//
// GET /tasks/{jobName}
GetJobFullInfo(ctx context.Context, params GetJobFullInfoParams) (GetJobFullInfoRes, error)
// GetJobResult invokes getJobResult operation.
//
// Delete a specific job result.
//
// GET /tasks/{jobName}/{jobId}
GetJobResult(ctx context.Context, params GetJobResultParams) (GetJobResultRes, error)
// GetJobs invokes getJobs operation.
//
// Retrieves a list of jobs known by the Interface.
//
// GET /tasks
GetJobs(ctx context.Context, params GetJobsParams) (GetJobsRes, error)
// GetJobsConfig invokes getJobsConfig operation.
//
// Read job configuration section.
//
// GET /config/jobs
GetJobsConfig(ctx context.Context) (GetJobsConfigRes, error)
// GetLobByMap invokes getLobByMap operation.
//
// Retrieves a lob of a specific table record of an field in a Map.
//
// GET /binary/{table}/{field}/{search}
GetLobByMap(ctx context.Context, params GetLobByMapParams) (GetLobByMapRes, error)
// GetLoginSession invokes getLoginSession operation.
//
// Login using baseauth or bearer to receive or validate token.
//
// GET /login
GetLoginSession(ctx context.Context) (GetLoginSessionRes, error)
// GetMapMetadata invokes getMapMetadata operation.
//
// Retrieves metadata of a Map definition.
//
// GET /rest/metadata/view/{table}
GetMapMetadata(ctx context.Context, params GetMapMetadataParams) (GetMapMetadataRes, error)
// GetMapRecordsFields invokes getMapRecordsFields operation.
//
// Retrieves a field of a specific table record of a Map definition.
//
// GET /rest/view/{table}/{fields}/{search}
GetMapRecordsFields(ctx context.Context, params GetMapRecordsFieldsParams) (GetMapRecordsFieldsRes, error)
// GetMaps invokes getMaps operation.
//
// Retrieves a list of available views.
//
// GET /rest/view
GetMaps(ctx context.Context) (GetMapsRes, error)
// GetUserInfo invokes getUserInfo operation.
//
// Get the token user information.
//
// GET /rest/user
GetUserInfo(ctx context.Context) (GetUserInfoRes, error)
// GetVersion invokes getVersion operation.
//
// Get the current server version.
//
// GET /version
GetVersion(ctx context.Context) (GetVersionRes, error)
// GetVideo invokes getVideo operation.
//
// Retrieves a video stream of a specific table record of a Map definition.
//
// GET /video/{table}/{field}/{search}
GetVideo(ctx context.Context, params GetVideoParams) (GetVideoRes, error)
// GetViews invokes getViews operation.
//
// Get the available table views of all databases.
//
// GET /config/views
GetViews(ctx context.Context) (GetViewsRes, error)
// InsertMapFileRecords invokes insertMapFileRecords operation.
//
// Store send records into Map definition.
//
// POST /rest/view
InsertMapFileRecords(ctx context.Context, request OptInsertMapFileRecordsReq) (InsertMapFileRecordsRes, error)
// InsertRecord invokes insertRecord operation.
//
// Insert given record.
//
// POST /rest/view/{table}
InsertRecord(ctx context.Context, request OptInsertRecordReq, params InsertRecordParams) (InsertRecordRes, error)
// ListModelling invokes listModelling operation.
//
// Retrieves all tables, views or data representation objects.
//
// GET /rest/map
ListModelling(ctx context.Context) (ListModellingRes, error)
// ListTables invokes listTables operation.
//
// Retrieves all tables of databases.
//
// GET /rest/tables
ListTables(ctx context.Context) (ListTablesRes, error)
// LoginSession invokes loginSession operation.
//
// Login using baseauth or bearer to receive or validate token.
//
// PUT /login
LoginSession(ctx context.Context) (LoginSessionRes, error)
// LogoutSessionCompat invokes logoutSessionCompat operation.
//
// Invalidate given token session.
//
// PUT /logout
LogoutSessionCompat(ctx context.Context) (LogoutSessionCompatRes, error)
// PostDatabase invokes postDatabase operation.
//
// Create a new database, the input need to be JSON. A structure level parameter indicate version to
// be used.
//
// POST /rest/database
PostDatabase(ctx context.Context, request *Database) (PostDatabaseRes, error)
// PostJob invokes postJob operation.
//
// Create a new Job database.
//
// POST /tasks
PostJob(ctx context.Context, request PostJobReq) (PostJobRes, error)
// PushLoginSession invokes pushLoginSession operation.
//
// Login using baseauth or bearer to receive or validate token.
//
// POST /login
PushLoginSession(ctx context.Context) (PushLoginSessionRes, error)
// RemoveSessionCompat invokes removeSessionCompat operation.
//
// Invalidate given token session.
//
// GET /logoff
RemoveSessionCompat(ctx context.Context) (RemoveSessionCompatRes, error)
// SearchModelling invokes searchModelling operation.
//
// Retrieves all columns, fields of a tables, views or data representation.
//
// GET /rest/map/{path}
SearchModelling(ctx context.Context, params SearchModellingParams) (SearchModellingRes, error)
// SearchRecordsFields invokes searchRecordsFields operation.
//
// Query a record with a given SQL query.
//
// GET /rest/view/{table}/{search}
SearchRecordsFields(ctx context.Context, params SearchRecordsFieldsParams) (SearchRecordsFieldsRes, error)
// SearchTable invokes searchTable operation.
//
// Retrieves all fields of an file.
//
// GET /rest/tables/{table}/{fields}/{search}
SearchTable(ctx context.Context, params SearchTableParams) (SearchTableRes, error)
// SetConfig invokes setConfig operation.
//
// Update current configuration and test.
//
// PUT /config
SetConfig(ctx context.Context, request SetConfigReq) (SetConfigRes, error)
// SetJobsConfig invokes setJobsConfig operation.
//
// Set the Job configuration database.
//
// PUT /config/jobs
SetJobsConfig(ctx context.Context, request OptJobStore) (SetJobsConfigRes, error)
// ShutdownServer invokes shutdownServer operation.
//
// Trigger shutdown of server instance.
//
// PUT /rest/shutdown/{hash}
ShutdownServer(ctx context.Context, params ShutdownServerParams) (ShutdownServerRes, error)
// StoreConfig invokes storeConfig operation.
//
// Store current active configuration to configuration file.
//
// POST /config
StoreConfig(ctx context.Context) (StoreConfigRes, error)
// TriggerExtend invokes triggerExtend operation.
//
// Put extend/plugin request.
//
// PUT /rest/extend/{path}
TriggerExtend(ctx context.Context, params TriggerExtendParams) (TriggerExtendRes, error)
// TriggerJob invokes triggerJob operation.
//
// Trigger a job.
//
// PUT /tasks/{jobName}
TriggerJob(ctx context.Context, params TriggerJobParams) (TriggerJobRes, error)
// UpdateLobByMap invokes updateLobByMap operation.
//
// Set a lob at a specific table record of an field in a Map.
//
// PUT /binary/{table}/{field}/{search}
UpdateLobByMap(ctx context.Context, request UpdateLobByMapReq, params UpdateLobByMapParams) (UpdateLobByMapRes, error)
// UpdateRecordsByFields invokes updateRecordsByFields operation.
//
// Update a record dependent on field(s) of a specific table.
//
// PUT /rest/view/{table}/{search}
UpdateRecordsByFields(ctx context.Context, request OptUpdateRecordsByFieldsReq, params UpdateRecordsByFieldsParams) (UpdateRecordsByFieldsRes, error)
// UploadFile invokes uploadFile operation.
//
// Upload a new file to the given location.
//
// POST /rest/file/{path}
UploadFile(ctx context.Context, request *UploadFileReq, params UploadFileParams) (UploadFileRes, error)
}
Invoker invokes operations described by OpenAPI v3 specification.
type Job ¶
type Job struct {
Description OptString `json:"Description"`
Environments []JobEnvironmentsItem `json:"Environments"`
Name OptString `json:"Name"`
Parameters []JobParametersItem `json:"Parameters"`
Script OptString `json:"Script"`
User OptString `json:"User"`
Utility OptString `json:"Utility"`
CronSchedule OptString `json:"CronSchedule"`
}
Ref: #/components/schemas/Job
func (*Job) GetCronSchedule ¶
GetCronSchedule returns the value of CronSchedule.
func (*Job) GetDescription ¶
GetDescription returns the value of Description.
func (*Job) GetEnvironments ¶
func (s *Job) GetEnvironments() []JobEnvironmentsItem
GetEnvironments returns the value of Environments.
func (*Job) GetParameters ¶
func (s *Job) GetParameters() []JobParametersItem
GetParameters returns the value of Parameters.
func (*Job) GetUtility ¶
GetUtility returns the value of Utility.
func (*Job) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Job) SetCronSchedule ¶
SetCronSchedule sets the value of CronSchedule.
func (*Job) SetDescription ¶
SetDescription sets the value of Description.
func (*Job) SetEnvironments ¶
func (s *Job) SetEnvironments(val []JobEnvironmentsItem)
SetEnvironments sets the value of Environments.
func (*Job) SetParameters ¶
func (s *Job) SetParameters(val []JobParametersItem)
SetParameters sets the value of Parameters.
func (*Job) SetUtility ¶
SetUtility sets the value of Utility.
func (*Job) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type JobDefinition ¶
type JobDefinition struct {
Executions []Executions `json:"Executions"`
Job OptJob `json:"Job"`
Status OptString `json:"Status"`
}
Ref: #/components/schemas/JobDefinition
func (*JobDefinition) Decode ¶
func (s *JobDefinition) Decode(d *jx.Decoder) error
Decode decodes JobDefinition from json.
func (*JobDefinition) Encode ¶
func (s *JobDefinition) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobDefinition) GetExecutions ¶
func (s *JobDefinition) GetExecutions() []Executions
GetExecutions returns the value of Executions.
func (*JobDefinition) GetJob ¶
func (s *JobDefinition) GetJob() OptJob
GetJob returns the value of Job.
func (*JobDefinition) GetStatus ¶
func (s *JobDefinition) GetStatus() OptString
GetStatus returns the value of Status.
func (*JobDefinition) MarshalJSON ¶
func (s *JobDefinition) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobDefinition) SetExecutions ¶
func (s *JobDefinition) SetExecutions(val []Executions)
SetExecutions sets the value of Executions.
func (*JobDefinition) SetJob ¶
func (s *JobDefinition) SetJob(val OptJob)
SetJob sets the value of Job.
func (*JobDefinition) SetStatus ¶
func (s *JobDefinition) SetStatus(val OptString)
SetStatus sets the value of Status.
func (*JobDefinition) UnmarshalJSON ¶
func (s *JobDefinition) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*JobDefinition) Validate ¶
func (s *JobDefinition) Validate() error
type JobDescription ¶
type JobDescription struct {
CronSchedule OptString `json:"CronSchedule"`
Description OptString `json:"Description"`
Environments []JobDescriptionEnvironmentsItem `json:"Environments"`
Name OptString `json:"Name"`
Parameters []JobDescriptionParametersItem `json:"Parameters"`
Script OptString `json:"Script"`
User OptString `json:"User"`
Utility OptString `json:"Utility"`
}
Ref: #/components/schemas/JobDescription
func (*JobDescription) Decode ¶
func (s *JobDescription) Decode(d *jx.Decoder) error
Decode decodes JobDescription from json.
func (*JobDescription) Encode ¶
func (s *JobDescription) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobDescription) GetCronSchedule ¶
func (s *JobDescription) GetCronSchedule() OptString
GetCronSchedule returns the value of CronSchedule.
func (*JobDescription) GetDescription ¶
func (s *JobDescription) GetDescription() OptString
GetDescription returns the value of Description.
func (*JobDescription) GetEnvironments ¶
func (s *JobDescription) GetEnvironments() []JobDescriptionEnvironmentsItem
GetEnvironments returns the value of Environments.
func (*JobDescription) GetName ¶
func (s *JobDescription) GetName() OptString
GetName returns the value of Name.
func (*JobDescription) GetParameters ¶
func (s *JobDescription) GetParameters() []JobDescriptionParametersItem
GetParameters returns the value of Parameters.
func (*JobDescription) GetScript ¶
func (s *JobDescription) GetScript() OptString
GetScript returns the value of Script.
func (*JobDescription) GetUser ¶
func (s *JobDescription) GetUser() OptString
GetUser returns the value of User.
func (*JobDescription) GetUtility ¶
func (s *JobDescription) GetUtility() OptString
GetUtility returns the value of Utility.
func (*JobDescription) MarshalJSON ¶
func (s *JobDescription) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobDescription) SetCronSchedule ¶
func (s *JobDescription) SetCronSchedule(val OptString)
SetCronSchedule sets the value of CronSchedule.
func (*JobDescription) SetDescription ¶
func (s *JobDescription) SetDescription(val OptString)
SetDescription sets the value of Description.
func (*JobDescription) SetEnvironments ¶
func (s *JobDescription) SetEnvironments(val []JobDescriptionEnvironmentsItem)
SetEnvironments sets the value of Environments.
func (*JobDescription) SetName ¶
func (s *JobDescription) SetName(val OptString)
SetName sets the value of Name.
func (*JobDescription) SetParameters ¶
func (s *JobDescription) SetParameters(val []JobDescriptionParametersItem)
SetParameters sets the value of Parameters.
func (*JobDescription) SetScript ¶
func (s *JobDescription) SetScript(val OptString)
SetScript sets the value of Script.
func (*JobDescription) SetUser ¶
func (s *JobDescription) SetUser(val OptString)
SetUser sets the value of User.
func (*JobDescription) SetUtility ¶
func (s *JobDescription) SetUtility(val OptString)
SetUtility sets the value of Utility.
func (*JobDescription) UnmarshalJSON ¶
func (s *JobDescription) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobDescriptionEnvironmentsItem ¶
type JobDescriptionEnvironmentsItem struct {
Parameter OptString `json:"Parameter"`
}
func (*JobDescriptionEnvironmentsItem) Decode ¶
func (s *JobDescriptionEnvironmentsItem) Decode(d *jx.Decoder) error
Decode decodes JobDescriptionEnvironmentsItem from json.
func (*JobDescriptionEnvironmentsItem) Encode ¶
func (s *JobDescriptionEnvironmentsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobDescriptionEnvironmentsItem) GetParameter ¶
func (s *JobDescriptionEnvironmentsItem) GetParameter() OptString
GetParameter returns the value of Parameter.
func (*JobDescriptionEnvironmentsItem) MarshalJSON ¶
func (s *JobDescriptionEnvironmentsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobDescriptionEnvironmentsItem) SetParameter ¶
func (s *JobDescriptionEnvironmentsItem) SetParameter(val OptString)
SetParameter sets the value of Parameter.
func (*JobDescriptionEnvironmentsItem) UnmarshalJSON ¶
func (s *JobDescriptionEnvironmentsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobDescriptionParametersItem ¶
type JobDescriptionParametersItem struct {
Parameter OptString `json:"Parameter"`
}
func (*JobDescriptionParametersItem) Decode ¶
func (s *JobDescriptionParametersItem) Decode(d *jx.Decoder) error
Decode decodes JobDescriptionParametersItem from json.
func (*JobDescriptionParametersItem) Encode ¶
func (s *JobDescriptionParametersItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobDescriptionParametersItem) GetParameter ¶
func (s *JobDescriptionParametersItem) GetParameter() OptString
GetParameter returns the value of Parameter.
func (*JobDescriptionParametersItem) MarshalJSON ¶
func (s *JobDescriptionParametersItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobDescriptionParametersItem) SetParameter ¶
func (s *JobDescriptionParametersItem) SetParameter(val OptString)
SetParameter sets the value of Parameter.
func (*JobDescriptionParametersItem) UnmarshalJSON ¶
func (s *JobDescriptionParametersItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobEnvironmentsItem ¶
type JobEnvironmentsItem struct {
Parameter OptString `json:"Parameter"`
}
func (*JobEnvironmentsItem) Decode ¶
func (s *JobEnvironmentsItem) Decode(d *jx.Decoder) error
Decode decodes JobEnvironmentsItem from json.
func (*JobEnvironmentsItem) Encode ¶
func (s *JobEnvironmentsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobEnvironmentsItem) GetParameter ¶
func (s *JobEnvironmentsItem) GetParameter() OptString
GetParameter returns the value of Parameter.
func (*JobEnvironmentsItem) MarshalJSON ¶
func (s *JobEnvironmentsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobEnvironmentsItem) SetParameter ¶
func (s *JobEnvironmentsItem) SetParameter(val OptString)
SetParameter sets the value of Parameter.
func (*JobEnvironmentsItem) UnmarshalJSON ¶
func (s *JobEnvironmentsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobFull ¶
type JobFull struct {
Job OptJobDefinition `json:"Job"`
}
Ref: #/components/schemas/JobFull
func (*JobFull) GetJob ¶
func (s *JobFull) GetJob() OptJobDefinition
GetJob returns the value of Job.
func (*JobFull) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*JobFull) SetJob ¶
func (s *JobFull) SetJob(val OptJobDefinition)
SetJob sets the value of Job.
func (*JobFull) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type JobParameter ¶
type JobParameter struct {
Job OptJobDescription `json:"Job"`
}
Ref: #/components/schemas/JobParameter
func (*JobParameter) Decode ¶
func (s *JobParameter) Decode(d *jx.Decoder) error
Decode decodes JobParameter from json.
func (*JobParameter) Encode ¶
func (s *JobParameter) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobParameter) GetJob ¶
func (s *JobParameter) GetJob() OptJobDescription
GetJob returns the value of Job.
func (*JobParameter) MarshalJSON ¶
func (s *JobParameter) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobParameter) SetJob ¶
func (s *JobParameter) SetJob(val OptJobDescription)
SetJob sets the value of Job.
func (*JobParameter) UnmarshalJSON ¶
func (s *JobParameter) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobParametersItem ¶
type JobParametersItem struct {
Parameter OptString `json:"Parameter"`
}
func (*JobParametersItem) Decode ¶
func (s *JobParametersItem) Decode(d *jx.Decoder) error
Decode decodes JobParametersItem from json.
func (*JobParametersItem) Encode ¶
func (s *JobParametersItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobParametersItem) GetParameter ¶
func (s *JobParametersItem) GetParameter() OptString
GetParameter returns the value of Parameter.
func (*JobParametersItem) MarshalJSON ¶
func (s *JobParametersItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobParametersItem) SetParameter ¶
func (s *JobParametersItem) SetParameter(val OptString)
SetParameter sets the value of Parameter.
func (*JobParametersItem) UnmarshalJSON ¶
func (s *JobParametersItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobResult ¶
type JobResult struct {
JobResult OptJobResultJobResult `json:"JobResult"`
}
Ref: #/components/schemas/JobResult
func (*JobResult) GetJobResult ¶
func (s *JobResult) GetJobResult() OptJobResultJobResult
GetJobResult returns the value of JobResult.
func (*JobResult) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*JobResult) SetJobResult ¶
func (s *JobResult) SetJobResult(val OptJobResultJobResult)
SetJobResult sets the value of JobResult.
func (*JobResult) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type JobResultJobResult ¶
type JobResultJobResult struct {
Description OptString `json:"Description"`
Ended OptDateTime `json:"Ended"`
ExitCode OptFloat64 `json:"ExitCode"`
ID OptFloat64 `json:"Id"`
Log OptString `json:"Log"`
Name OptString `json:"Name"`
Scheduled OptDateTime `json:"Scheduled"`
StartedBy OptString `json:"StartedBy"`
Status OptString `json:"Status"`
}
func (*JobResultJobResult) Decode ¶
func (s *JobResultJobResult) Decode(d *jx.Decoder) error
Decode decodes JobResultJobResult from json.
func (*JobResultJobResult) Encode ¶
func (s *JobResultJobResult) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobResultJobResult) GetDescription ¶
func (s *JobResultJobResult) GetDescription() OptString
GetDescription returns the value of Description.
func (*JobResultJobResult) GetEnded ¶
func (s *JobResultJobResult) GetEnded() OptDateTime
GetEnded returns the value of Ended.
func (*JobResultJobResult) GetExitCode ¶
func (s *JobResultJobResult) GetExitCode() OptFloat64
GetExitCode returns the value of ExitCode.
func (*JobResultJobResult) GetID ¶
func (s *JobResultJobResult) GetID() OptFloat64
GetID returns the value of ID.
func (*JobResultJobResult) GetLog ¶
func (s *JobResultJobResult) GetLog() OptString
GetLog returns the value of Log.
func (*JobResultJobResult) GetName ¶
func (s *JobResultJobResult) GetName() OptString
GetName returns the value of Name.
func (*JobResultJobResult) GetScheduled ¶
func (s *JobResultJobResult) GetScheduled() OptDateTime
GetScheduled returns the value of Scheduled.
func (*JobResultJobResult) GetStartedBy ¶
func (s *JobResultJobResult) GetStartedBy() OptString
GetStartedBy returns the value of StartedBy.
func (*JobResultJobResult) GetStatus ¶
func (s *JobResultJobResult) GetStatus() OptString
GetStatus returns the value of Status.
func (*JobResultJobResult) MarshalJSON ¶
func (s *JobResultJobResult) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobResultJobResult) SetDescription ¶
func (s *JobResultJobResult) SetDescription(val OptString)
SetDescription sets the value of Description.
func (*JobResultJobResult) SetEnded ¶
func (s *JobResultJobResult) SetEnded(val OptDateTime)
SetEnded sets the value of Ended.
func (*JobResultJobResult) SetExitCode ¶
func (s *JobResultJobResult) SetExitCode(val OptFloat64)
SetExitCode sets the value of ExitCode.
func (*JobResultJobResult) SetID ¶
func (s *JobResultJobResult) SetID(val OptFloat64)
SetID sets the value of ID.
func (*JobResultJobResult) SetLog ¶
func (s *JobResultJobResult) SetLog(val OptString)
SetLog sets the value of Log.
func (*JobResultJobResult) SetName ¶
func (s *JobResultJobResult) SetName(val OptString)
SetName sets the value of Name.
func (*JobResultJobResult) SetScheduled ¶
func (s *JobResultJobResult) SetScheduled(val OptDateTime)
SetScheduled sets the value of Scheduled.
func (*JobResultJobResult) SetStartedBy ¶
func (s *JobResultJobResult) SetStartedBy(val OptString)
SetStartedBy sets the value of StartedBy.
func (*JobResultJobResult) SetStatus ¶
func (s *JobResultJobResult) SetStatus(val OptString)
SetStatus sets the value of Status.
func (*JobResultJobResult) UnmarshalJSON ¶
func (s *JobResultJobResult) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*JobResultJobResult) Validate ¶
func (s *JobResultJobResult) Validate() error
type JobStatusResponse ¶
type JobStatusResponse struct {
Status OptJobStatusResponseStatus `json:"Status"`
}
Ref: #/components/schemas/JobStatusResponse
func (*JobStatusResponse) Decode ¶
func (s *JobStatusResponse) Decode(d *jx.Decoder) error
Decode decodes JobStatusResponse from json.
func (*JobStatusResponse) Encode ¶
func (s *JobStatusResponse) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobStatusResponse) GetStatus ¶
func (s *JobStatusResponse) GetStatus() OptJobStatusResponseStatus
GetStatus returns the value of Status.
func (*JobStatusResponse) MarshalJSON ¶
func (s *JobStatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobStatusResponse) SetStatus ¶
func (s *JobStatusResponse) SetStatus(val OptJobStatusResponseStatus)
SetStatus sets the value of Status.
func (*JobStatusResponse) UnmarshalJSON ¶
func (s *JobStatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobStatusResponseStatus ¶
type JobStatusResponseStatus struct {
Action OptString `json:"Action"`
ExecutionId OptInt `json:"ExecutionId"`
Message OptString `json:"Message"`
Name OptString `json:"Name"`
}
func (*JobStatusResponseStatus) Decode ¶
func (s *JobStatusResponseStatus) Decode(d *jx.Decoder) error
Decode decodes JobStatusResponseStatus from json.
func (*JobStatusResponseStatus) Encode ¶
func (s *JobStatusResponseStatus) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*JobStatusResponseStatus) GetAction ¶
func (s *JobStatusResponseStatus) GetAction() OptString
GetAction returns the value of Action.
func (*JobStatusResponseStatus) GetExecutionId ¶
func (s *JobStatusResponseStatus) GetExecutionId() OptInt
GetExecutionId returns the value of ExecutionId.
func (*JobStatusResponseStatus) GetMessage ¶
func (s *JobStatusResponseStatus) GetMessage() OptString
GetMessage returns the value of Message.
func (*JobStatusResponseStatus) GetName ¶
func (s *JobStatusResponseStatus) GetName() OptString
GetName returns the value of Name.
func (*JobStatusResponseStatus) MarshalJSON ¶
func (s *JobStatusResponseStatus) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*JobStatusResponseStatus) SetAction ¶
func (s *JobStatusResponseStatus) SetAction(val OptString)
SetAction sets the value of Action.
func (*JobStatusResponseStatus) SetExecutionId ¶
func (s *JobStatusResponseStatus) SetExecutionId(val OptInt)
SetExecutionId sets the value of ExecutionId.
func (*JobStatusResponseStatus) SetMessage ¶
func (s *JobStatusResponseStatus) SetMessage(val OptString)
SetMessage sets the value of Message.
func (*JobStatusResponseStatus) SetName ¶
func (s *JobStatusResponseStatus) SetName(val OptString)
SetName sets the value of Name.
func (*JobStatusResponseStatus) UnmarshalJSON ¶
func (s *JobStatusResponseStatus) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type JobStore ¶
type JobStore struct {
Config OptString `json:"config"`
Database OptDatabaseConfig `json:"Database"`
}
Ref: #/components/schemas/JobStore
func (*JobStore) GetDatabase ¶
func (s *JobStore) GetDatabase() OptDatabaseConfig
GetDatabase returns the value of Database.
func (*JobStore) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*JobStore) SetDatabase ¶
func (s *JobStore) SetDatabase(val OptDatabaseConfig)
SetDatabase sets the value of Database.
func (*JobStore) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type JobsList ¶
type JobsList struct {
JobDefinition []JobDefinition `json:"JobDefinition"`
}
Ref: #/components/schemas/JobsList
func (*JobsList) GetJobDefinition ¶
func (s *JobsList) GetJobDefinition() []JobDefinition
GetJobDefinition returns the value of JobDefinition.
func (*JobsList) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*JobsList) SetJobDefinition ¶
func (s *JobsList) SetJobDefinition(val []JobDefinition)
SetJobDefinition sets the value of JobDefinition.
func (*JobsList) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type Labeler ¶
type Labeler struct {
// contains filtered or unexported fields
}
Labeler is used to allow adding custom attributes to the server request metrics.
func LabelerFromContext ¶
LabelerFromContext retrieves the Labeler from the provided context, if present.
If no Labeler was found in the provided context a new, empty Labeler is returned and the second return value is false. In this case it is safe to use the Labeler but any attributes added to it will not be used.
func (*Labeler) AttributeSet ¶
AttributeSet returns the attributes added to the Labeler as an attribute.Set.
type ListModellingBadRequest ¶
type ListModellingBadRequest Error
func (*ListModellingBadRequest) Decode ¶
func (s *ListModellingBadRequest) Decode(d *jx.Decoder) error
Decode decodes ListModellingBadRequest from json.
func (*ListModellingBadRequest) Encode ¶
func (s *ListModellingBadRequest) Encode(e *jx.Encoder)
Encode encodes ListModellingBadRequest as json.
func (*ListModellingBadRequest) MarshalJSON ¶
func (s *ListModellingBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ListModellingBadRequest) UnmarshalJSON ¶
func (s *ListModellingBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ListModellingForbidden ¶
type ListModellingForbidden struct{}
ListModellingForbidden is response for ListModelling operation.
type ListModellingNotFound ¶
type ListModellingNotFound Error
func (*ListModellingNotFound) Decode ¶
func (s *ListModellingNotFound) Decode(d *jx.Decoder) error
Decode decodes ListModellingNotFound from json.
func (*ListModellingNotFound) Encode ¶
func (s *ListModellingNotFound) Encode(e *jx.Encoder)
Encode encodes ListModellingNotFound as json.
func (*ListModellingNotFound) MarshalJSON ¶
func (s *ListModellingNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ListModellingNotFound) UnmarshalJSON ¶
func (s *ListModellingNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ListModellingOKTextCsv ¶
type ListModellingRes ¶
type ListModellingRes interface {
// contains filtered or unexported methods
}
type ListModellingUnauthorized ¶
type ListModellingUnauthorized struct{}
ListModellingUnauthorized is response for ListModelling operation.
type ListTablesBadRequest ¶
type ListTablesBadRequest Error
func (*ListTablesBadRequest) Decode ¶
func (s *ListTablesBadRequest) Decode(d *jx.Decoder) error
Decode decodes ListTablesBadRequest from json.
func (*ListTablesBadRequest) Encode ¶
func (s *ListTablesBadRequest) Encode(e *jx.Encoder)
Encode encodes ListTablesBadRequest as json.
func (*ListTablesBadRequest) MarshalJSON ¶
func (s *ListTablesBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ListTablesBadRequest) UnmarshalJSON ¶
func (s *ListTablesBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ListTablesForbidden ¶
type ListTablesForbidden struct{}
ListTablesForbidden is response for ListTables operation.
type ListTablesNotFound ¶
type ListTablesNotFound Error
func (*ListTablesNotFound) Decode ¶
func (s *ListTablesNotFound) Decode(d *jx.Decoder) error
Decode decodes ListTablesNotFound from json.
func (*ListTablesNotFound) Encode ¶
func (s *ListTablesNotFound) Encode(e *jx.Encoder)
Encode encodes ListTablesNotFound as json.
func (*ListTablesNotFound) MarshalJSON ¶
func (s *ListTablesNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ListTablesNotFound) UnmarshalJSON ¶
func (s *ListTablesNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ListTablesOKTextCsv ¶
type ListTablesRes ¶
type ListTablesRes interface {
// contains filtered or unexported methods
}
type ListTablesUnauthorized ¶
type ListTablesUnauthorized struct{}
ListTablesUnauthorized is response for ListTables operation.
type LoginSessionForbidden ¶
type LoginSessionForbidden struct{}
LoginSessionForbidden is response for LoginSession operation.
type LoginSessionRes ¶
type LoginSessionRes interface {
// contains filtered or unexported methods
}
type LoginSessionUnauthorized ¶
type LoginSessionUnauthorized struct{}
LoginSessionUnauthorized is response for LoginSession operation.
type LogoutSessionCompatBadRequest ¶
type LogoutSessionCompatBadRequest Error
func (*LogoutSessionCompatBadRequest) Decode ¶
func (s *LogoutSessionCompatBadRequest) Decode(d *jx.Decoder) error
Decode decodes LogoutSessionCompatBadRequest from json.
func (*LogoutSessionCompatBadRequest) Encode ¶
func (s *LogoutSessionCompatBadRequest) Encode(e *jx.Encoder)
Encode encodes LogoutSessionCompatBadRequest as json.
func (*LogoutSessionCompatBadRequest) MarshalJSON ¶
func (s *LogoutSessionCompatBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*LogoutSessionCompatBadRequest) UnmarshalJSON ¶
func (s *LogoutSessionCompatBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type LogoutSessionCompatNotFound ¶
type LogoutSessionCompatNotFound Error
func (*LogoutSessionCompatNotFound) Decode ¶
func (s *LogoutSessionCompatNotFound) Decode(d *jx.Decoder) error
Decode decodes LogoutSessionCompatNotFound from json.
func (*LogoutSessionCompatNotFound) Encode ¶
func (s *LogoutSessionCompatNotFound) Encode(e *jx.Encoder)
Encode encodes LogoutSessionCompatNotFound as json.
func (*LogoutSessionCompatNotFound) MarshalJSON ¶
func (s *LogoutSessionCompatNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*LogoutSessionCompatNotFound) UnmarshalJSON ¶
func (s *LogoutSessionCompatNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type LogoutSessionCompatOK ¶
type LogoutSessionCompatOK struct{}
LogoutSessionCompatOK is response for LogoutSessionCompat operation.
type LogoutSessionCompatRes ¶
type LogoutSessionCompatRes interface {
// contains filtered or unexported methods
}
type Map ¶
type Map string
func (Map) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Map) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type MapField ¶
type MapField struct {
Name OptMapFieldName `json:"name"`
ShortName OptMapFieldShortName `json:"shortName"`
ContentType OptMapFieldContentType `json:"contentType"`
Charset OptMapFieldCharset `json:"charset"`
File OptMapFieldFile `json:"file"`
FormatType OptMapFieldFormatType `json:"formatType"`
Length OptMapFieldLength `json:"length"`
FieldType OptMapFieldFieldType `json:"fieldType"`
}
Ref: #/components/schemas/MapField
func (*MapField) GetCharset ¶
func (s *MapField) GetCharset() OptMapFieldCharset
GetCharset returns the value of Charset.
func (*MapField) GetContentType ¶
func (s *MapField) GetContentType() OptMapFieldContentType
GetContentType returns the value of ContentType.
func (*MapField) GetFieldType ¶
func (s *MapField) GetFieldType() OptMapFieldFieldType
GetFieldType returns the value of FieldType.
func (*MapField) GetFile ¶
func (s *MapField) GetFile() OptMapFieldFile
GetFile returns the value of File.
func (*MapField) GetFormatType ¶
func (s *MapField) GetFormatType() OptMapFieldFormatType
GetFormatType returns the value of FormatType.
func (*MapField) GetLength ¶
func (s *MapField) GetLength() OptMapFieldLength
GetLength returns the value of Length.
func (*MapField) GetName ¶
func (s *MapField) GetName() OptMapFieldName
GetName returns the value of Name.
func (*MapField) GetShortName ¶
func (s *MapField) GetShortName() OptMapFieldShortName
GetShortName returns the value of ShortName.
func (*MapField) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*MapField) SetCharset ¶
func (s *MapField) SetCharset(val OptMapFieldCharset)
SetCharset sets the value of Charset.
func (*MapField) SetContentType ¶
func (s *MapField) SetContentType(val OptMapFieldContentType)
SetContentType sets the value of ContentType.
func (*MapField) SetFieldType ¶
func (s *MapField) SetFieldType(val OptMapFieldFieldType)
SetFieldType sets the value of FieldType.
func (*MapField) SetFile ¶
func (s *MapField) SetFile(val OptMapFieldFile)
SetFile sets the value of File.
func (*MapField) SetFormatType ¶
func (s *MapField) SetFormatType(val OptMapFieldFormatType)
SetFormatType sets the value of FormatType.
func (*MapField) SetLength ¶
func (s *MapField) SetLength(val OptMapFieldLength)
SetLength sets the value of Length.
func (*MapField) SetName ¶
func (s *MapField) SetName(val OptMapFieldName)
SetName sets the value of Name.
func (*MapField) SetShortName ¶
func (s *MapField) SetShortName(val OptMapFieldShortName)
SetShortName sets the value of ShortName.
func (*MapField) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldCharset ¶
type MapFieldCharset struct {
Format OptString `json:"format"`
}
func (*MapFieldCharset) Decode ¶
func (s *MapFieldCharset) Decode(d *jx.Decoder) error
Decode decodes MapFieldCharset from json.
func (*MapFieldCharset) Encode ¶
func (s *MapFieldCharset) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldCharset) GetFormat ¶
func (s *MapFieldCharset) GetFormat() OptString
GetFormat returns the value of Format.
func (*MapFieldCharset) MarshalJSON ¶
func (s *MapFieldCharset) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldCharset) SetFormat ¶
func (s *MapFieldCharset) SetFormat(val OptString)
SetFormat sets the value of Format.
func (*MapFieldCharset) UnmarshalJSON ¶
func (s *MapFieldCharset) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldContentType ¶
type MapFieldContentType struct {
Format OptString `json:"format"`
}
func (*MapFieldContentType) Decode ¶
func (s *MapFieldContentType) Decode(d *jx.Decoder) error
Decode decodes MapFieldContentType from json.
func (*MapFieldContentType) Encode ¶
func (s *MapFieldContentType) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldContentType) GetFormat ¶
func (s *MapFieldContentType) GetFormat() OptString
GetFormat returns the value of Format.
func (*MapFieldContentType) MarshalJSON ¶
func (s *MapFieldContentType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldContentType) SetFormat ¶
func (s *MapFieldContentType) SetFormat(val OptString)
SetFormat sets the value of Format.
func (*MapFieldContentType) UnmarshalJSON ¶
func (s *MapFieldContentType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldFieldType ¶
type MapFieldFieldType struct {
Format OptString `json:"format"`
}
func (*MapFieldFieldType) Decode ¶
func (s *MapFieldFieldType) Decode(d *jx.Decoder) error
Decode decodes MapFieldFieldType from json.
func (*MapFieldFieldType) Encode ¶
func (s *MapFieldFieldType) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldFieldType) GetFormat ¶
func (s *MapFieldFieldType) GetFormat() OptString
GetFormat returns the value of Format.
func (*MapFieldFieldType) MarshalJSON ¶
func (s *MapFieldFieldType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldFieldType) SetFormat ¶
func (s *MapFieldFieldType) SetFormat(val OptString)
SetFormat sets the value of Format.
func (*MapFieldFieldType) UnmarshalJSON ¶
func (s *MapFieldFieldType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldFile ¶
type MapFieldFile struct {
Format OptInt `json:"format"`
}
func (*MapFieldFile) Decode ¶
func (s *MapFieldFile) Decode(d *jx.Decoder) error
Decode decodes MapFieldFile from json.
func (*MapFieldFile) Encode ¶
func (s *MapFieldFile) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldFile) GetFormat ¶
func (s *MapFieldFile) GetFormat() OptInt
GetFormat returns the value of Format.
func (*MapFieldFile) MarshalJSON ¶
func (s *MapFieldFile) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldFile) SetFormat ¶
func (s *MapFieldFile) SetFormat(val OptInt)
SetFormat sets the value of Format.
func (*MapFieldFile) UnmarshalJSON ¶
func (s *MapFieldFile) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldFormatType ¶
type MapFieldFormatType struct {
Format OptString `json:"format"`
}
func (*MapFieldFormatType) Decode ¶
func (s *MapFieldFormatType) Decode(d *jx.Decoder) error
Decode decodes MapFieldFormatType from json.
func (*MapFieldFormatType) Encode ¶
func (s *MapFieldFormatType) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldFormatType) GetFormat ¶
func (s *MapFieldFormatType) GetFormat() OptString
GetFormat returns the value of Format.
func (*MapFieldFormatType) MarshalJSON ¶
func (s *MapFieldFormatType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldFormatType) SetFormat ¶
func (s *MapFieldFormatType) SetFormat(val OptString)
SetFormat sets the value of Format.
func (*MapFieldFormatType) UnmarshalJSON ¶
func (s *MapFieldFormatType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldLength ¶
type MapFieldLength struct {
Format OptInt `json:"format"`
}
func (*MapFieldLength) Decode ¶
func (s *MapFieldLength) Decode(d *jx.Decoder) error
Decode decodes MapFieldLength from json.
func (*MapFieldLength) Encode ¶
func (s *MapFieldLength) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldLength) GetFormat ¶
func (s *MapFieldLength) GetFormat() OptInt
GetFormat returns the value of Format.
func (*MapFieldLength) MarshalJSON ¶
func (s *MapFieldLength) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldLength) SetFormat ¶
func (s *MapFieldLength) SetFormat(val OptInt)
SetFormat sets the value of Format.
func (*MapFieldLength) UnmarshalJSON ¶
func (s *MapFieldLength) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldName ¶
type MapFieldName struct {
Format OptString `json:"format"`
}
func (*MapFieldName) Decode ¶
func (s *MapFieldName) Decode(d *jx.Decoder) error
Decode decodes MapFieldName from json.
func (*MapFieldName) Encode ¶
func (s *MapFieldName) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldName) GetFormat ¶
func (s *MapFieldName) GetFormat() OptString
GetFormat returns the value of Format.
func (*MapFieldName) MarshalJSON ¶
func (s *MapFieldName) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldName) SetFormat ¶
func (s *MapFieldName) SetFormat(val OptString)
SetFormat sets the value of Format.
func (*MapFieldName) UnmarshalJSON ¶
func (s *MapFieldName) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MapFieldShortName ¶
type MapFieldShortName struct {
Format OptString `json:"format"`
}
func (*MapFieldShortName) Decode ¶
func (s *MapFieldShortName) Decode(d *jx.Decoder) error
Decode decodes MapFieldShortName from json.
func (*MapFieldShortName) Encode ¶
func (s *MapFieldShortName) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MapFieldShortName) GetFormat ¶
func (s *MapFieldShortName) GetFormat() OptString
GetFormat returns the value of Format.
func (*MapFieldShortName) MarshalJSON ¶
func (s *MapFieldShortName) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MapFieldShortName) SetFormat ¶
func (s *MapFieldShortName) SetFormat(val OptString)
SetFormat sets the value of Format.
func (*MapFieldShortName) UnmarshalJSON ¶
func (s *MapFieldShortName) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Mapping ¶
type Mapping struct {
Map OptMappingMap `json:"Map"`
Format *MappingFormat `json:"format"`
}
Ref: #/components/schemas/mapping
func (*Mapping) GetFormat ¶
func (s *Mapping) GetFormat() *MappingFormat
GetFormat returns the value of Format.
func (*Mapping) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Mapping) SetFormat ¶
func (s *Mapping) SetFormat(val *MappingFormat)
SetFormat sets the value of Format.
func (*Mapping) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type MappingFormat ¶
type MappingFormat struct{}
func (*MappingFormat) Decode ¶
func (s *MappingFormat) Decode(d *jx.Decoder) error
Decode decodes MappingFormat from json.
func (*MappingFormat) Encode ¶
func (s *MappingFormat) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MappingFormat) MarshalJSON ¶
func (s *MappingFormat) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MappingFormat) UnmarshalJSON ¶
func (s *MappingFormat) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MappingHeaders ¶
MappingHeaders wraps Mapping with response headers.
func (*MappingHeaders) GetResponse ¶
func (s *MappingHeaders) GetResponse() Mapping
GetResponse returns the value of Response.
func (*MappingHeaders) GetXToken ¶
func (s *MappingHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*MappingHeaders) SetResponse ¶
func (s *MappingHeaders) SetResponse(val Mapping)
SetResponse sets the value of Response.
func (*MappingHeaders) SetXToken ¶
func (s *MappingHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
type MappingLocation ¶
Ref: #/components/schemas/mappingLocation
func (*MappingLocation) Decode ¶
func (s *MappingLocation) Decode(d *jx.Decoder) error
Decode decodes MappingLocation from json.
func (*MappingLocation) Encode ¶
func (s *MappingLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MappingLocation) GetFile ¶
func (s *MappingLocation) GetFile() OptInt
GetFile returns the value of File.
func (*MappingLocation) GetTarget ¶
func (s *MappingLocation) GetTarget() OptString
GetTarget returns the value of Target.
func (*MappingLocation) MarshalJSON ¶
func (s *MappingLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MappingLocation) SetFile ¶
func (s *MappingLocation) SetFile(val OptInt)
SetFile sets the value of File.
func (*MappingLocation) SetTarget ¶
func (s *MappingLocation) SetTarget(val OptString)
SetTarget sets the value of Target.
func (*MappingLocation) UnmarshalJSON ¶
func (s *MappingLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type MappingMap ¶
type MappingMap struct {
Name OptString `json:"name"`
LastModified OptDateTime `json:"lastModified"`
Isn OptInt `json:"isn"`
Definition OptMappingLocation `json:"definition"`
Data OptMappingLocation `json:"data"`
Fields []MapField `json:"fields"`
}
func (*MappingMap) Decode ¶
func (s *MappingMap) Decode(d *jx.Decoder) error
Decode decodes MappingMap from json.
func (*MappingMap) Encode ¶
func (s *MappingMap) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*MappingMap) GetData ¶
func (s *MappingMap) GetData() OptMappingLocation
GetData returns the value of Data.
func (*MappingMap) GetDefinition ¶
func (s *MappingMap) GetDefinition() OptMappingLocation
GetDefinition returns the value of Definition.
func (*MappingMap) GetFields ¶
func (s *MappingMap) GetFields() []MapField
GetFields returns the value of Fields.
func (*MappingMap) GetLastModified ¶
func (s *MappingMap) GetLastModified() OptDateTime
GetLastModified returns the value of LastModified.
func (*MappingMap) GetName ¶
func (s *MappingMap) GetName() OptString
GetName returns the value of Name.
func (*MappingMap) MarshalJSON ¶
func (s *MappingMap) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*MappingMap) SetData ¶
func (s *MappingMap) SetData(val OptMappingLocation)
SetData sets the value of Data.
func (*MappingMap) SetDefinition ¶
func (s *MappingMap) SetDefinition(val OptMappingLocation)
SetDefinition sets the value of Definition.
func (*MappingMap) SetFields ¶
func (s *MappingMap) SetFields(val []MapField)
SetFields sets the value of Fields.
func (*MappingMap) SetLastModified ¶
func (s *MappingMap) SetLastModified(val OptDateTime)
SetLastModified sets the value of LastModified.
func (*MappingMap) SetName ¶
func (s *MappingMap) SetName(val OptString)
SetName sets the value of Name.
func (*MappingMap) UnmarshalJSON ¶
func (s *MappingMap) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Maps ¶
type Maps struct {
Maps []Map `json:"Maps"`
}
Maps definition. Ref: #/components/schemas/Maps
func (*Maps) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Maps) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OperationName ¶
type OperationName = string
OperationName is the ogen operation name
const ( AddViewOperation OperationName = "AddView" BatchParameterQueryOperation OperationName = "BatchParameterQuery" BatchQueryOperation OperationName = "BatchQuery" BatchSelectOperation OperationName = "BatchSelect" BrowseListOperation OperationName = "BrowseList" BrowseLocationOperation OperationName = "BrowseLocation" CallExtendOperation OperationName = "CallExtend" CallPostExtendOperation OperationName = "CallPostExtend" CreateDirectoryOperation OperationName = "CreateDirectory" DeleteExtendOperation OperationName = "DeleteExtend" DeleteFileLocationOperation OperationName = "DeleteFileLocation" DeleteJobResultOperation OperationName = "DeleteJobResult" DeleteRecordsSearchedOperation OperationName = "DeleteRecordsSearched" DeleteViewOperation OperationName = "DeleteView" DownloadFileOperation OperationName = "DownloadFile" GetConfigOperation OperationName = "GetConfig" GetDatabasesOperation OperationName = "GetDatabases" GetFieldsOperation OperationName = "GetFields" GetImageOperation OperationName = "GetImage" GetJobExecutionResultOperation OperationName = "GetJobExecutionResult" GetJobFullInfoOperation OperationName = "GetJobFullInfo" GetJobResultOperation OperationName = "GetJobResult" GetJobsOperation OperationName = "GetJobs" GetJobsConfigOperation OperationName = "GetJobsConfig" GetLobByMapOperation OperationName = "GetLobByMap" GetLoginSessionOperation OperationName = "GetLoginSession" GetMapMetadataOperation OperationName = "GetMapMetadata" GetMapRecordsFieldsOperation OperationName = "GetMapRecordsFields" GetMapsOperation OperationName = "GetMaps" GetUserInfoOperation OperationName = "GetUserInfo" GetVersionOperation OperationName = "GetVersion" GetVideoOperation OperationName = "GetVideo" GetViewsOperation OperationName = "GetViews" InsertMapFileRecordsOperation OperationName = "InsertMapFileRecords" InsertRecordOperation OperationName = "InsertRecord" ListModellingOperation OperationName = "ListModelling" ListTablesOperation OperationName = "ListTables" LoginSessionOperation OperationName = "LoginSession" LogoutSessionCompatOperation OperationName = "LogoutSessionCompat" PostDatabaseOperation OperationName = "PostDatabase" PostJobOperation OperationName = "PostJob" PushLoginSessionOperation OperationName = "PushLoginSession" RemoveSessionCompatOperation OperationName = "RemoveSessionCompat" SearchModellingOperation OperationName = "SearchModelling" SearchRecordsFieldsOperation OperationName = "SearchRecordsFields" SearchTableOperation OperationName = "SearchTable" SetConfigOperation OperationName = "SetConfig" SetJobsConfigOperation OperationName = "SetJobsConfig" ShutdownServerOperation OperationName = "ShutdownServer" StoreConfigOperation OperationName = "StoreConfig" TriggerExtendOperation OperationName = "TriggerExtend" TriggerJobOperation OperationName = "TriggerJob" UpdateLobByMapOperation OperationName = "UpdateLobByMap" UpdateRecordsByFieldsOperation OperationName = "UpdateRecordsByFields" UploadFileOperation OperationName = "UploadFile" )
type OptBool ¶
OptBool is optional bool.
func NewOptBool ¶
NewOptBool returns new OptBool with value set to v.
func (OptBool) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptBool) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptClusterConfig ¶
type OptClusterConfig struct {
Value ClusterConfig
Set bool
}
OptClusterConfig is optional ClusterConfig.
func NewOptClusterConfig ¶
func NewOptClusterConfig(v ClusterConfig) OptClusterConfig
NewOptClusterConfig returns new OptClusterConfig with value set to v.
func (*OptClusterConfig) Decode ¶
func (o *OptClusterConfig) Decode(d *jx.Decoder) error
Decode decodes ClusterConfig from json.
func (OptClusterConfig) Encode ¶
func (o OptClusterConfig) Encode(e *jx.Encoder)
Encode encodes ClusterConfig as json.
func (OptClusterConfig) Get ¶
func (o OptClusterConfig) Get() (v ClusterConfig, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptClusterConfig) IsSet ¶
func (o OptClusterConfig) IsSet() bool
IsSet returns true if OptClusterConfig was set.
func (OptClusterConfig) MarshalJSON ¶
func (s OptClusterConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptClusterConfig) Or ¶
func (o OptClusterConfig) Or(d ClusterConfig) ClusterConfig
Or returns value if set, or given parameter if does not.
func (*OptClusterConfig) SetTo ¶
func (o *OptClusterConfig) SetTo(v ClusterConfig)
SetTo sets value to v.
func (*OptClusterConfig) UnmarshalJSON ¶
func (s *OptClusterConfig) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptConfigDatabaseAccess ¶
type OptConfigDatabaseAccess struct {
Value ConfigDatabaseAccess
Set bool
}
OptConfigDatabaseAccess is optional ConfigDatabaseAccess.
func NewOptConfigDatabaseAccess ¶
func NewOptConfigDatabaseAccess(v ConfigDatabaseAccess) OptConfigDatabaseAccess
NewOptConfigDatabaseAccess returns new OptConfigDatabaseAccess with value set to v.
func (*OptConfigDatabaseAccess) Decode ¶
func (o *OptConfigDatabaseAccess) Decode(d *jx.Decoder) error
Decode decodes ConfigDatabaseAccess from json.
func (OptConfigDatabaseAccess) Encode ¶
func (o OptConfigDatabaseAccess) Encode(e *jx.Encoder)
Encode encodes ConfigDatabaseAccess as json.
func (OptConfigDatabaseAccess) Get ¶
func (o OptConfigDatabaseAccess) Get() (v ConfigDatabaseAccess, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptConfigDatabaseAccess) IsSet ¶
func (o OptConfigDatabaseAccess) IsSet() bool
IsSet returns true if OptConfigDatabaseAccess was set.
func (OptConfigDatabaseAccess) MarshalJSON ¶
func (s OptConfigDatabaseAccess) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptConfigDatabaseAccess) Or ¶
func (o OptConfigDatabaseAccess) Or(d ConfigDatabaseAccess) ConfigDatabaseAccess
Or returns value if set, or given parameter if does not.
func (*OptConfigDatabaseAccess) Reset ¶
func (o *OptConfigDatabaseAccess) Reset()
Reset unsets value.
func (*OptConfigDatabaseAccess) SetTo ¶
func (o *OptConfigDatabaseAccess) SetTo(v ConfigDatabaseAccess)
SetTo sets value to v.
func (*OptConfigDatabaseAccess) UnmarshalJSON ¶
func (s *OptConfigDatabaseAccess) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptConfigMapping ¶
type OptConfigMapping struct {
Value ConfigMapping
Set bool
}
OptConfigMapping is optional ConfigMapping.
func NewOptConfigMapping ¶
func NewOptConfigMapping(v ConfigMapping) OptConfigMapping
NewOptConfigMapping returns new OptConfigMapping with value set to v.
func (*OptConfigMapping) Decode ¶
func (o *OptConfigMapping) Decode(d *jx.Decoder) error
Decode decodes ConfigMapping from json.
func (OptConfigMapping) Encode ¶
func (o OptConfigMapping) Encode(e *jx.Encoder)
Encode encodes ConfigMapping as json.
func (OptConfigMapping) Get ¶
func (o OptConfigMapping) Get() (v ConfigMapping, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptConfigMapping) IsSet ¶
func (o OptConfigMapping) IsSet() bool
IsSet returns true if OptConfigMapping was set.
func (OptConfigMapping) MarshalJSON ¶
func (s OptConfigMapping) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptConfigMapping) Or ¶
func (o OptConfigMapping) Or(d ConfigMapping) ConfigMapping
Or returns value if set, or given parameter if does not.
func (*OptConfigMapping) SetTo ¶
func (o *OptConfigMapping) SetTo(v ConfigMapping)
SetTo sets value to v.
func (*OptConfigMapping) UnmarshalJSON ¶
func (s *OptConfigMapping) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptConfigMetrics ¶
type OptConfigMetrics struct {
Value ConfigMetrics
Set bool
}
OptConfigMetrics is optional ConfigMetrics.
func NewOptConfigMetrics ¶
func NewOptConfigMetrics(v ConfigMetrics) OptConfigMetrics
NewOptConfigMetrics returns new OptConfigMetrics with value set to v.
func (*OptConfigMetrics) Decode ¶
func (o *OptConfigMetrics) Decode(d *jx.Decoder) error
Decode decodes ConfigMetrics from json.
func (OptConfigMetrics) Encode ¶
func (o OptConfigMetrics) Encode(e *jx.Encoder)
Encode encodes ConfigMetrics as json.
func (OptConfigMetrics) Get ¶
func (o OptConfigMetrics) Get() (v ConfigMetrics, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptConfigMetrics) IsSet ¶
func (o OptConfigMetrics) IsSet() bool
IsSet returns true if OptConfigMetrics was set.
func (OptConfigMetrics) MarshalJSON ¶
func (s OptConfigMetrics) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptConfigMetrics) Or ¶
func (o OptConfigMetrics) Or(d ConfigMetrics) ConfigMetrics
Or returns value if set, or given parameter if does not.
func (*OptConfigMetrics) SetTo ¶
func (o *OptConfigMetrics) SetTo(v ConfigMetrics)
SetTo sets value to v.
func (*OptConfigMetrics) UnmarshalJSON ¶
func (s *OptConfigMetrics) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptConfigModule ¶
type OptConfigModule struct {
Value ConfigModule
Set bool
}
OptConfigModule is optional ConfigModule.
func NewOptConfigModule ¶
func NewOptConfigModule(v ConfigModule) OptConfigModule
NewOptConfigModule returns new OptConfigModule with value set to v.
func (*OptConfigModule) Decode ¶
func (o *OptConfigModule) Decode(d *jx.Decoder) error
Decode decodes ConfigModule from json.
func (OptConfigModule) Encode ¶
func (o OptConfigModule) Encode(e *jx.Encoder)
Encode encodes ConfigModule as json.
func (OptConfigModule) Get ¶
func (o OptConfigModule) Get() (v ConfigModule, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptConfigModule) IsSet ¶
func (o OptConfigModule) IsSet() bool
IsSet returns true if OptConfigModule was set.
func (OptConfigModule) MarshalJSON ¶
func (s OptConfigModule) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptConfigModule) Or ¶
func (o OptConfigModule) Or(d ConfigModule) ConfigModule
Or returns value if set, or given parameter if does not.
func (*OptConfigModule) SetTo ¶
func (o *OptConfigModule) SetTo(v ConfigModule)
SetTo sets value to v.
func (*OptConfigModule) UnmarshalJSON ¶
func (s *OptConfigModule) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptConfigServer ¶
type OptConfigServer struct {
Value ConfigServer
Set bool
}
OptConfigServer is optional ConfigServer.
func NewOptConfigServer ¶
func NewOptConfigServer(v ConfigServer) OptConfigServer
NewOptConfigServer returns new OptConfigServer with value set to v.
func (*OptConfigServer) Decode ¶
func (o *OptConfigServer) Decode(d *jx.Decoder) error
Decode decodes ConfigServer from json.
func (OptConfigServer) Encode ¶
func (o OptConfigServer) Encode(e *jx.Encoder)
Encode encodes ConfigServer as json.
func (OptConfigServer) Get ¶
func (o OptConfigServer) Get() (v ConfigServer, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptConfigServer) IsSet ¶
func (o OptConfigServer) IsSet() bool
IsSet returns true if OptConfigServer was set.
func (OptConfigServer) MarshalJSON ¶
func (s OptConfigServer) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptConfigServer) Or ¶
func (o OptConfigServer) Or(d ConfigServer) ConfigServer
Or returns value if set, or given parameter if does not.
func (*OptConfigServer) SetTo ¶
func (o *OptConfigServer) SetTo(v ConfigServer)
SetTo sets value to v.
func (*OptConfigServer) UnmarshalJSON ¶
func (s *OptConfigServer) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptConfigServerLogLocation ¶
type OptConfigServerLogLocation struct {
Value ConfigServerLogLocation
Set bool
}
OptConfigServerLogLocation is optional ConfigServerLogLocation.
func NewOptConfigServerLogLocation ¶
func NewOptConfigServerLogLocation(v ConfigServerLogLocation) OptConfigServerLogLocation
NewOptConfigServerLogLocation returns new OptConfigServerLogLocation with value set to v.
func (*OptConfigServerLogLocation) Decode ¶
func (o *OptConfigServerLogLocation) Decode(d *jx.Decoder) error
Decode decodes ConfigServerLogLocation from json.
func (OptConfigServerLogLocation) Encode ¶
func (o OptConfigServerLogLocation) Encode(e *jx.Encoder)
Encode encodes ConfigServerLogLocation as json.
func (OptConfigServerLogLocation) Get ¶
func (o OptConfigServerLogLocation) Get() (v ConfigServerLogLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptConfigServerLogLocation) IsSet ¶
func (o OptConfigServerLogLocation) IsSet() bool
IsSet returns true if OptConfigServerLogLocation was set.
func (OptConfigServerLogLocation) MarshalJSON ¶
func (s OptConfigServerLogLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OptConfigServerLogLocation) Reset ¶
func (o *OptConfigServerLogLocation) Reset()
Reset unsets value.
func (*OptConfigServerLogLocation) SetTo ¶
func (o *OptConfigServerLogLocation) SetTo(v ConfigServerLogLocation)
SetTo sets value to v.
func (*OptConfigServerLogLocation) UnmarshalJSON ¶
func (s *OptConfigServerLogLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptDatabaseConfig ¶
type OptDatabaseConfig struct {
Value DatabaseConfig
Set bool
}
OptDatabaseConfig is optional DatabaseConfig.
func NewOptDatabaseConfig ¶
func NewOptDatabaseConfig(v DatabaseConfig) OptDatabaseConfig
NewOptDatabaseConfig returns new OptDatabaseConfig with value set to v.
func (*OptDatabaseConfig) Decode ¶
func (o *OptDatabaseConfig) Decode(d *jx.Decoder) error
Decode decodes DatabaseConfig from json.
func (OptDatabaseConfig) Encode ¶
func (o OptDatabaseConfig) Encode(e *jx.Encoder)
Encode encodes DatabaseConfig as json.
func (OptDatabaseConfig) Get ¶
func (o OptDatabaseConfig) Get() (v DatabaseConfig, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptDatabaseConfig) IsSet ¶
func (o OptDatabaseConfig) IsSet() bool
IsSet returns true if OptDatabaseConfig was set.
func (OptDatabaseConfig) MarshalJSON ¶
func (s OptDatabaseConfig) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptDatabaseConfig) Or ¶
func (o OptDatabaseConfig) Or(d DatabaseConfig) DatabaseConfig
Or returns value if set, or given parameter if does not.
func (*OptDatabaseConfig) SetTo ¶
func (o *OptDatabaseConfig) SetTo(v DatabaseConfig)
SetTo sets value to v.
func (*OptDatabaseConfig) UnmarshalJSON ¶
func (s *OptDatabaseConfig) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptDateTime ¶
OptDateTime is optional time.Time.
func NewOptDateTime ¶
func NewOptDateTime(v time.Time) OptDateTime
NewOptDateTime returns new OptDateTime with value set to v.
func (OptDateTime) Get ¶
func (o OptDateTime) Get() (v time.Time, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptDateTime) IsSet ¶
func (o OptDateTime) IsSet() bool
IsSet returns true if OptDateTime was set.
func (OptDateTime) MarshalJSON ¶
func (s OptDateTime) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptDateTime) Or ¶
func (o OptDateTime) Or(d time.Time) time.Time
Or returns value if set, or given parameter if does not.
func (*OptDateTime) UnmarshalJSON ¶
func (s *OptDateTime) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptErrorError ¶
type OptErrorError struct {
Value ErrorError
Set bool
}
OptErrorError is optional ErrorError.
func NewOptErrorError ¶
func NewOptErrorError(v ErrorError) OptErrorError
NewOptErrorError returns new OptErrorError with value set to v.
func (*OptErrorError) Decode ¶
func (o *OptErrorError) Decode(d *jx.Decoder) error
Decode decodes ErrorError from json.
func (OptErrorError) Encode ¶
func (o OptErrorError) Encode(e *jx.Encoder)
Encode encodes ErrorError as json.
func (OptErrorError) Get ¶
func (o OptErrorError) Get() (v ErrorError, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptErrorError) IsSet ¶
func (o OptErrorError) IsSet() bool
IsSet returns true if OptErrorError was set.
func (OptErrorError) MarshalJSON ¶
func (s OptErrorError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptErrorError) Or ¶
func (o OptErrorError) Or(d ErrorError) ErrorError
Or returns value if set, or given parameter if does not.
func (*OptErrorError) UnmarshalJSON ¶
func (s *OptErrorError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptFloat64 ¶
OptFloat64 is optional float64.
func NewOptFloat64 ¶
func NewOptFloat64(v float64) OptFloat64
NewOptFloat64 returns new OptFloat64 with value set to v.
func (*OptFloat64) Decode ¶
func (o *OptFloat64) Decode(d *jx.Decoder) error
Decode decodes float64 from json.
func (OptFloat64) Encode ¶
func (o OptFloat64) Encode(e *jx.Encoder)
Encode encodes float64 as json.
func (OptFloat64) Get ¶
func (o OptFloat64) Get() (v float64, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptFloat64) IsSet ¶
func (o OptFloat64) IsSet() bool
IsSet returns true if OptFloat64 was set.
func (OptFloat64) MarshalJSON ¶
func (s OptFloat64) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptFloat64) Or ¶
func (o OptFloat64) Or(d float64) float64
Or returns value if set, or given parameter if does not.
func (*OptFloat64) UnmarshalJSON ¶
func (s *OptFloat64) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptInsertMapFileRecordsReq ¶
type OptInsertMapFileRecordsReq struct {
Value InsertMapFileRecordsReq
Set bool
}
OptInsertMapFileRecordsReq is optional InsertMapFileRecordsReq.
func NewOptInsertMapFileRecordsReq ¶
func NewOptInsertMapFileRecordsReq(v InsertMapFileRecordsReq) OptInsertMapFileRecordsReq
NewOptInsertMapFileRecordsReq returns new OptInsertMapFileRecordsReq with value set to v.
func (OptInsertMapFileRecordsReq) Get ¶
func (o OptInsertMapFileRecordsReq) Get() (v InsertMapFileRecordsReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptInsertMapFileRecordsReq) IsSet ¶
func (o OptInsertMapFileRecordsReq) IsSet() bool
IsSet returns true if OptInsertMapFileRecordsReq was set.
func (*OptInsertMapFileRecordsReq) Reset ¶
func (o *OptInsertMapFileRecordsReq) Reset()
Reset unsets value.
func (*OptInsertMapFileRecordsReq) SetTo ¶
func (o *OptInsertMapFileRecordsReq) SetTo(v InsertMapFileRecordsReq)
SetTo sets value to v.
type OptInsertRecordReq ¶
type OptInsertRecordReq struct {
Value InsertRecordReq
Set bool
}
OptInsertRecordReq is optional InsertRecordReq.
func NewOptInsertRecordReq ¶
func NewOptInsertRecordReq(v InsertRecordReq) OptInsertRecordReq
NewOptInsertRecordReq returns new OptInsertRecordReq with value set to v.
func (*OptInsertRecordReq) Decode ¶
func (o *OptInsertRecordReq) Decode(d *jx.Decoder) error
Decode decodes InsertRecordReq from json.
func (OptInsertRecordReq) Encode ¶
func (o OptInsertRecordReq) Encode(e *jx.Encoder)
Encode encodes InsertRecordReq as json.
func (OptInsertRecordReq) Get ¶
func (o OptInsertRecordReq) Get() (v InsertRecordReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptInsertRecordReq) IsSet ¶
func (o OptInsertRecordReq) IsSet() bool
IsSet returns true if OptInsertRecordReq was set.
func (OptInsertRecordReq) MarshalJSON ¶
func (s OptInsertRecordReq) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptInsertRecordReq) Or ¶
func (o OptInsertRecordReq) Or(d InsertRecordReq) InsertRecordReq
Or returns value if set, or given parameter if does not.
func (*OptInsertRecordReq) SetTo ¶
func (o *OptInsertRecordReq) SetTo(v InsertRecordReq)
SetTo sets value to v.
func (*OptInsertRecordReq) UnmarshalJSON ¶
func (s *OptInsertRecordReq) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptInt ¶
OptInt is optional int.
func (OptInt) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptInt) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptInt64 ¶
OptInt64 is optional int64.
func NewOptInt64 ¶
NewOptInt64 returns new OptInt64 with value set to v.
func (OptInt64) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptInt64) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptJob ¶
OptJob is optional Job.
func (OptJob) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptJob) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptJobDefinition ¶
type OptJobDefinition struct {
Value JobDefinition
Set bool
}
OptJobDefinition is optional JobDefinition.
func NewOptJobDefinition ¶
func NewOptJobDefinition(v JobDefinition) OptJobDefinition
NewOptJobDefinition returns new OptJobDefinition with value set to v.
func (*OptJobDefinition) Decode ¶
func (o *OptJobDefinition) Decode(d *jx.Decoder) error
Decode decodes JobDefinition from json.
func (OptJobDefinition) Encode ¶
func (o OptJobDefinition) Encode(e *jx.Encoder)
Encode encodes JobDefinition as json.
func (OptJobDefinition) Get ¶
func (o OptJobDefinition) Get() (v JobDefinition, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptJobDefinition) IsSet ¶
func (o OptJobDefinition) IsSet() bool
IsSet returns true if OptJobDefinition was set.
func (OptJobDefinition) MarshalJSON ¶
func (s OptJobDefinition) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptJobDefinition) Or ¶
func (o OptJobDefinition) Or(d JobDefinition) JobDefinition
Or returns value if set, or given parameter if does not.
func (*OptJobDefinition) SetTo ¶
func (o *OptJobDefinition) SetTo(v JobDefinition)
SetTo sets value to v.
func (*OptJobDefinition) UnmarshalJSON ¶
func (s *OptJobDefinition) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptJobDescription ¶
type OptJobDescription struct {
Value JobDescription
Set bool
}
OptJobDescription is optional JobDescription.
func NewOptJobDescription ¶
func NewOptJobDescription(v JobDescription) OptJobDescription
NewOptJobDescription returns new OptJobDescription with value set to v.
func (*OptJobDescription) Decode ¶
func (o *OptJobDescription) Decode(d *jx.Decoder) error
Decode decodes JobDescription from json.
func (OptJobDescription) Encode ¶
func (o OptJobDescription) Encode(e *jx.Encoder)
Encode encodes JobDescription as json.
func (OptJobDescription) Get ¶
func (o OptJobDescription) Get() (v JobDescription, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptJobDescription) IsSet ¶
func (o OptJobDescription) IsSet() bool
IsSet returns true if OptJobDescription was set.
func (OptJobDescription) MarshalJSON ¶
func (s OptJobDescription) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptJobDescription) Or ¶
func (o OptJobDescription) Or(d JobDescription) JobDescription
Or returns value if set, or given parameter if does not.
func (*OptJobDescription) SetTo ¶
func (o *OptJobDescription) SetTo(v JobDescription)
SetTo sets value to v.
func (*OptJobDescription) UnmarshalJSON ¶
func (s *OptJobDescription) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptJobResultJobResult ¶
type OptJobResultJobResult struct {
Value JobResultJobResult
Set bool
}
OptJobResultJobResult is optional JobResultJobResult.
func NewOptJobResultJobResult ¶
func NewOptJobResultJobResult(v JobResultJobResult) OptJobResultJobResult
NewOptJobResultJobResult returns new OptJobResultJobResult with value set to v.
func (*OptJobResultJobResult) Decode ¶
func (o *OptJobResultJobResult) Decode(d *jx.Decoder) error
Decode decodes JobResultJobResult from json.
func (OptJobResultJobResult) Encode ¶
func (o OptJobResultJobResult) Encode(e *jx.Encoder)
Encode encodes JobResultJobResult as json.
func (OptJobResultJobResult) Get ¶
func (o OptJobResultJobResult) Get() (v JobResultJobResult, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptJobResultJobResult) IsSet ¶
func (o OptJobResultJobResult) IsSet() bool
IsSet returns true if OptJobResultJobResult was set.
func (OptJobResultJobResult) MarshalJSON ¶
func (s OptJobResultJobResult) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptJobResultJobResult) Or ¶
func (o OptJobResultJobResult) Or(d JobResultJobResult) JobResultJobResult
Or returns value if set, or given parameter if does not.
func (*OptJobResultJobResult) SetTo ¶
func (o *OptJobResultJobResult) SetTo(v JobResultJobResult)
SetTo sets value to v.
func (*OptJobResultJobResult) UnmarshalJSON ¶
func (s *OptJobResultJobResult) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptJobStatusResponseStatus ¶
type OptJobStatusResponseStatus struct {
Value JobStatusResponseStatus
Set bool
}
OptJobStatusResponseStatus is optional JobStatusResponseStatus.
func NewOptJobStatusResponseStatus ¶
func NewOptJobStatusResponseStatus(v JobStatusResponseStatus) OptJobStatusResponseStatus
NewOptJobStatusResponseStatus returns new OptJobStatusResponseStatus with value set to v.
func (*OptJobStatusResponseStatus) Decode ¶
func (o *OptJobStatusResponseStatus) Decode(d *jx.Decoder) error
Decode decodes JobStatusResponseStatus from json.
func (OptJobStatusResponseStatus) Encode ¶
func (o OptJobStatusResponseStatus) Encode(e *jx.Encoder)
Encode encodes JobStatusResponseStatus as json.
func (OptJobStatusResponseStatus) Get ¶
func (o OptJobStatusResponseStatus) Get() (v JobStatusResponseStatus, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptJobStatusResponseStatus) IsSet ¶
func (o OptJobStatusResponseStatus) IsSet() bool
IsSet returns true if OptJobStatusResponseStatus was set.
func (OptJobStatusResponseStatus) MarshalJSON ¶
func (s OptJobStatusResponseStatus) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OptJobStatusResponseStatus) Reset ¶
func (o *OptJobStatusResponseStatus) Reset()
Reset unsets value.
func (*OptJobStatusResponseStatus) SetTo ¶
func (o *OptJobStatusResponseStatus) SetTo(v JobStatusResponseStatus)
SetTo sets value to v.
func (*OptJobStatusResponseStatus) UnmarshalJSON ¶
func (s *OptJobStatusResponseStatus) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptJobStore ¶
OptJobStore is optional JobStore.
func NewOptJobStore ¶
func NewOptJobStore(v JobStore) OptJobStore
NewOptJobStore returns new OptJobStore with value set to v.
func (*OptJobStore) Decode ¶
func (o *OptJobStore) Decode(d *jx.Decoder) error
Decode decodes JobStore from json.
func (OptJobStore) Encode ¶
func (o OptJobStore) Encode(e *jx.Encoder)
Encode encodes JobStore as json.
func (OptJobStore) Get ¶
func (o OptJobStore) Get() (v JobStore, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptJobStore) IsSet ¶
func (o OptJobStore) IsSet() bool
IsSet returns true if OptJobStore was set.
func (OptJobStore) MarshalJSON ¶
func (s OptJobStore) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptJobStore) Or ¶
func (o OptJobStore) Or(d JobStore) JobStore
Or returns value if set, or given parameter if does not.
func (*OptJobStore) UnmarshalJSON ¶
func (s *OptJobStore) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldCharset ¶
type OptMapFieldCharset struct {
Value MapFieldCharset
Set bool
}
OptMapFieldCharset is optional MapFieldCharset.
func NewOptMapFieldCharset ¶
func NewOptMapFieldCharset(v MapFieldCharset) OptMapFieldCharset
NewOptMapFieldCharset returns new OptMapFieldCharset with value set to v.
func (*OptMapFieldCharset) Decode ¶
func (o *OptMapFieldCharset) Decode(d *jx.Decoder) error
Decode decodes MapFieldCharset from json.
func (OptMapFieldCharset) Encode ¶
func (o OptMapFieldCharset) Encode(e *jx.Encoder)
Encode encodes MapFieldCharset as json.
func (OptMapFieldCharset) Get ¶
func (o OptMapFieldCharset) Get() (v MapFieldCharset, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldCharset) IsSet ¶
func (o OptMapFieldCharset) IsSet() bool
IsSet returns true if OptMapFieldCharset was set.
func (OptMapFieldCharset) MarshalJSON ¶
func (s OptMapFieldCharset) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldCharset) Or ¶
func (o OptMapFieldCharset) Or(d MapFieldCharset) MapFieldCharset
Or returns value if set, or given parameter if does not.
func (*OptMapFieldCharset) SetTo ¶
func (o *OptMapFieldCharset) SetTo(v MapFieldCharset)
SetTo sets value to v.
func (*OptMapFieldCharset) UnmarshalJSON ¶
func (s *OptMapFieldCharset) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldContentType ¶
type OptMapFieldContentType struct {
Value MapFieldContentType
Set bool
}
OptMapFieldContentType is optional MapFieldContentType.
func NewOptMapFieldContentType ¶
func NewOptMapFieldContentType(v MapFieldContentType) OptMapFieldContentType
NewOptMapFieldContentType returns new OptMapFieldContentType with value set to v.
func (*OptMapFieldContentType) Decode ¶
func (o *OptMapFieldContentType) Decode(d *jx.Decoder) error
Decode decodes MapFieldContentType from json.
func (OptMapFieldContentType) Encode ¶
func (o OptMapFieldContentType) Encode(e *jx.Encoder)
Encode encodes MapFieldContentType as json.
func (OptMapFieldContentType) Get ¶
func (o OptMapFieldContentType) Get() (v MapFieldContentType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldContentType) IsSet ¶
func (o OptMapFieldContentType) IsSet() bool
IsSet returns true if OptMapFieldContentType was set.
func (OptMapFieldContentType) MarshalJSON ¶
func (s OptMapFieldContentType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldContentType) Or ¶
func (o OptMapFieldContentType) Or(d MapFieldContentType) MapFieldContentType
Or returns value if set, or given parameter if does not.
func (*OptMapFieldContentType) SetTo ¶
func (o *OptMapFieldContentType) SetTo(v MapFieldContentType)
SetTo sets value to v.
func (*OptMapFieldContentType) UnmarshalJSON ¶
func (s *OptMapFieldContentType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldFieldType ¶
type OptMapFieldFieldType struct {
Value MapFieldFieldType
Set bool
}
OptMapFieldFieldType is optional MapFieldFieldType.
func NewOptMapFieldFieldType ¶
func NewOptMapFieldFieldType(v MapFieldFieldType) OptMapFieldFieldType
NewOptMapFieldFieldType returns new OptMapFieldFieldType with value set to v.
func (*OptMapFieldFieldType) Decode ¶
func (o *OptMapFieldFieldType) Decode(d *jx.Decoder) error
Decode decodes MapFieldFieldType from json.
func (OptMapFieldFieldType) Encode ¶
func (o OptMapFieldFieldType) Encode(e *jx.Encoder)
Encode encodes MapFieldFieldType as json.
func (OptMapFieldFieldType) Get ¶
func (o OptMapFieldFieldType) Get() (v MapFieldFieldType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldFieldType) IsSet ¶
func (o OptMapFieldFieldType) IsSet() bool
IsSet returns true if OptMapFieldFieldType was set.
func (OptMapFieldFieldType) MarshalJSON ¶
func (s OptMapFieldFieldType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldFieldType) Or ¶
func (o OptMapFieldFieldType) Or(d MapFieldFieldType) MapFieldFieldType
Or returns value if set, or given parameter if does not.
func (*OptMapFieldFieldType) SetTo ¶
func (o *OptMapFieldFieldType) SetTo(v MapFieldFieldType)
SetTo sets value to v.
func (*OptMapFieldFieldType) UnmarshalJSON ¶
func (s *OptMapFieldFieldType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldFile ¶
type OptMapFieldFile struct {
Value MapFieldFile
Set bool
}
OptMapFieldFile is optional MapFieldFile.
func NewOptMapFieldFile ¶
func NewOptMapFieldFile(v MapFieldFile) OptMapFieldFile
NewOptMapFieldFile returns new OptMapFieldFile with value set to v.
func (*OptMapFieldFile) Decode ¶
func (o *OptMapFieldFile) Decode(d *jx.Decoder) error
Decode decodes MapFieldFile from json.
func (OptMapFieldFile) Encode ¶
func (o OptMapFieldFile) Encode(e *jx.Encoder)
Encode encodes MapFieldFile as json.
func (OptMapFieldFile) Get ¶
func (o OptMapFieldFile) Get() (v MapFieldFile, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldFile) IsSet ¶
func (o OptMapFieldFile) IsSet() bool
IsSet returns true if OptMapFieldFile was set.
func (OptMapFieldFile) MarshalJSON ¶
func (s OptMapFieldFile) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldFile) Or ¶
func (o OptMapFieldFile) Or(d MapFieldFile) MapFieldFile
Or returns value if set, or given parameter if does not.
func (*OptMapFieldFile) SetTo ¶
func (o *OptMapFieldFile) SetTo(v MapFieldFile)
SetTo sets value to v.
func (*OptMapFieldFile) UnmarshalJSON ¶
func (s *OptMapFieldFile) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldFormatType ¶
type OptMapFieldFormatType struct {
Value MapFieldFormatType
Set bool
}
OptMapFieldFormatType is optional MapFieldFormatType.
func NewOptMapFieldFormatType ¶
func NewOptMapFieldFormatType(v MapFieldFormatType) OptMapFieldFormatType
NewOptMapFieldFormatType returns new OptMapFieldFormatType with value set to v.
func (*OptMapFieldFormatType) Decode ¶
func (o *OptMapFieldFormatType) Decode(d *jx.Decoder) error
Decode decodes MapFieldFormatType from json.
func (OptMapFieldFormatType) Encode ¶
func (o OptMapFieldFormatType) Encode(e *jx.Encoder)
Encode encodes MapFieldFormatType as json.
func (OptMapFieldFormatType) Get ¶
func (o OptMapFieldFormatType) Get() (v MapFieldFormatType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldFormatType) IsSet ¶
func (o OptMapFieldFormatType) IsSet() bool
IsSet returns true if OptMapFieldFormatType was set.
func (OptMapFieldFormatType) MarshalJSON ¶
func (s OptMapFieldFormatType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldFormatType) Or ¶
func (o OptMapFieldFormatType) Or(d MapFieldFormatType) MapFieldFormatType
Or returns value if set, or given parameter if does not.
func (*OptMapFieldFormatType) SetTo ¶
func (o *OptMapFieldFormatType) SetTo(v MapFieldFormatType)
SetTo sets value to v.
func (*OptMapFieldFormatType) UnmarshalJSON ¶
func (s *OptMapFieldFormatType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldLength ¶
type OptMapFieldLength struct {
Value MapFieldLength
Set bool
}
OptMapFieldLength is optional MapFieldLength.
func NewOptMapFieldLength ¶
func NewOptMapFieldLength(v MapFieldLength) OptMapFieldLength
NewOptMapFieldLength returns new OptMapFieldLength with value set to v.
func (*OptMapFieldLength) Decode ¶
func (o *OptMapFieldLength) Decode(d *jx.Decoder) error
Decode decodes MapFieldLength from json.
func (OptMapFieldLength) Encode ¶
func (o OptMapFieldLength) Encode(e *jx.Encoder)
Encode encodes MapFieldLength as json.
func (OptMapFieldLength) Get ¶
func (o OptMapFieldLength) Get() (v MapFieldLength, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldLength) IsSet ¶
func (o OptMapFieldLength) IsSet() bool
IsSet returns true if OptMapFieldLength was set.
func (OptMapFieldLength) MarshalJSON ¶
func (s OptMapFieldLength) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldLength) Or ¶
func (o OptMapFieldLength) Or(d MapFieldLength) MapFieldLength
Or returns value if set, or given parameter if does not.
func (*OptMapFieldLength) SetTo ¶
func (o *OptMapFieldLength) SetTo(v MapFieldLength)
SetTo sets value to v.
func (*OptMapFieldLength) UnmarshalJSON ¶
func (s *OptMapFieldLength) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldName ¶
type OptMapFieldName struct {
Value MapFieldName
Set bool
}
OptMapFieldName is optional MapFieldName.
func NewOptMapFieldName ¶
func NewOptMapFieldName(v MapFieldName) OptMapFieldName
NewOptMapFieldName returns new OptMapFieldName with value set to v.
func (*OptMapFieldName) Decode ¶
func (o *OptMapFieldName) Decode(d *jx.Decoder) error
Decode decodes MapFieldName from json.
func (OptMapFieldName) Encode ¶
func (o OptMapFieldName) Encode(e *jx.Encoder)
Encode encodes MapFieldName as json.
func (OptMapFieldName) Get ¶
func (o OptMapFieldName) Get() (v MapFieldName, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldName) IsSet ¶
func (o OptMapFieldName) IsSet() bool
IsSet returns true if OptMapFieldName was set.
func (OptMapFieldName) MarshalJSON ¶
func (s OptMapFieldName) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldName) Or ¶
func (o OptMapFieldName) Or(d MapFieldName) MapFieldName
Or returns value if set, or given parameter if does not.
func (*OptMapFieldName) SetTo ¶
func (o *OptMapFieldName) SetTo(v MapFieldName)
SetTo sets value to v.
func (*OptMapFieldName) UnmarshalJSON ¶
func (s *OptMapFieldName) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMapFieldShortName ¶
type OptMapFieldShortName struct {
Value MapFieldShortName
Set bool
}
OptMapFieldShortName is optional MapFieldShortName.
func NewOptMapFieldShortName ¶
func NewOptMapFieldShortName(v MapFieldShortName) OptMapFieldShortName
NewOptMapFieldShortName returns new OptMapFieldShortName with value set to v.
func (*OptMapFieldShortName) Decode ¶
func (o *OptMapFieldShortName) Decode(d *jx.Decoder) error
Decode decodes MapFieldShortName from json.
func (OptMapFieldShortName) Encode ¶
func (o OptMapFieldShortName) Encode(e *jx.Encoder)
Encode encodes MapFieldShortName as json.
func (OptMapFieldShortName) Get ¶
func (o OptMapFieldShortName) Get() (v MapFieldShortName, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMapFieldShortName) IsSet ¶
func (o OptMapFieldShortName) IsSet() bool
IsSet returns true if OptMapFieldShortName was set.
func (OptMapFieldShortName) MarshalJSON ¶
func (s OptMapFieldShortName) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMapFieldShortName) Or ¶
func (o OptMapFieldShortName) Or(d MapFieldShortName) MapFieldShortName
Or returns value if set, or given parameter if does not.
func (*OptMapFieldShortName) SetTo ¶
func (o *OptMapFieldShortName) SetTo(v MapFieldShortName)
SetTo sets value to v.
func (*OptMapFieldShortName) UnmarshalJSON ¶
func (s *OptMapFieldShortName) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMappingLocation ¶
type OptMappingLocation struct {
Value MappingLocation
Set bool
}
OptMappingLocation is optional MappingLocation.
func NewOptMappingLocation ¶
func NewOptMappingLocation(v MappingLocation) OptMappingLocation
NewOptMappingLocation returns new OptMappingLocation with value set to v.
func (*OptMappingLocation) Decode ¶
func (o *OptMappingLocation) Decode(d *jx.Decoder) error
Decode decodes MappingLocation from json.
func (OptMappingLocation) Encode ¶
func (o OptMappingLocation) Encode(e *jx.Encoder)
Encode encodes MappingLocation as json.
func (OptMappingLocation) Get ¶
func (o OptMappingLocation) Get() (v MappingLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMappingLocation) IsSet ¶
func (o OptMappingLocation) IsSet() bool
IsSet returns true if OptMappingLocation was set.
func (OptMappingLocation) MarshalJSON ¶
func (s OptMappingLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMappingLocation) Or ¶
func (o OptMappingLocation) Or(d MappingLocation) MappingLocation
Or returns value if set, or given parameter if does not.
func (*OptMappingLocation) SetTo ¶
func (o *OptMappingLocation) SetTo(v MappingLocation)
SetTo sets value to v.
func (*OptMappingLocation) UnmarshalJSON ¶
func (s *OptMappingLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMappingMap ¶
type OptMappingMap struct {
Value MappingMap
Set bool
}
OptMappingMap is optional MappingMap.
func NewOptMappingMap ¶
func NewOptMappingMap(v MappingMap) OptMappingMap
NewOptMappingMap returns new OptMappingMap with value set to v.
func (*OptMappingMap) Decode ¶
func (o *OptMappingMap) Decode(d *jx.Decoder) error
Decode decodes MappingMap from json.
func (OptMappingMap) Encode ¶
func (o OptMappingMap) Encode(e *jx.Encoder)
Encode encodes MappingMap as json.
func (OptMappingMap) Get ¶
func (o OptMappingMap) Get() (v MappingMap, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMappingMap) IsSet ¶
func (o OptMappingMap) IsSet() bool
IsSet returns true if OptMappingMap was set.
func (OptMappingMap) MarshalJSON ¶
func (s OptMappingMap) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptMappingMap) Or ¶
func (o OptMappingMap) Or(d MappingMap) MappingMap
Or returns value if set, or given parameter if does not.
func (*OptMappingMap) UnmarshalJSON ¶
func (s *OptMappingMap) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMultipartFile ¶
type OptMultipartFile struct {
Value ht.MultipartFile
Set bool
}
OptMultipartFile is optional ht.MultipartFile.
func NewOptMultipartFile ¶
func NewOptMultipartFile(v ht.MultipartFile) OptMultipartFile
NewOptMultipartFile returns new OptMultipartFile with value set to v.
func (OptMultipartFile) Get ¶
func (o OptMultipartFile) Get() (v ht.MultipartFile, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMultipartFile) IsSet ¶
func (o OptMultipartFile) IsSet() bool
IsSet returns true if OptMultipartFile was set.
func (OptMultipartFile) Or ¶
func (o OptMultipartFile) Or(d ht.MultipartFile) ht.MultipartFile
Or returns value if set, or given parameter if does not.
func (*OptMultipartFile) SetTo ¶
func (o *OptMultipartFile) SetTo(v ht.MultipartFile)
SetTo sets value to v.
type OptSQLQueryBatch ¶
type OptSQLQueryBatch struct {
Value SQLQueryBatch
Set bool
}
OptSQLQueryBatch is optional SQLQueryBatch.
func NewOptSQLQueryBatch ¶
func NewOptSQLQueryBatch(v SQLQueryBatch) OptSQLQueryBatch
NewOptSQLQueryBatch returns new OptSQLQueryBatch with value set to v.
func (*OptSQLQueryBatch) Decode ¶
func (o *OptSQLQueryBatch) Decode(d *jx.Decoder) error
Decode decodes SQLQueryBatch from json.
func (OptSQLQueryBatch) Encode ¶
func (o OptSQLQueryBatch) Encode(e *jx.Encoder)
Encode encodes SQLQueryBatch as json.
func (OptSQLQueryBatch) Get ¶
func (o OptSQLQueryBatch) Get() (v SQLQueryBatch, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptSQLQueryBatch) IsSet ¶
func (o OptSQLQueryBatch) IsSet() bool
IsSet returns true if OptSQLQueryBatch was set.
func (OptSQLQueryBatch) MarshalJSON ¶
func (s OptSQLQueryBatch) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptSQLQueryBatch) Or ¶
func (o OptSQLQueryBatch) Or(d SQLQueryBatch) SQLQueryBatch
Or returns value if set, or given parameter if does not.
func (*OptSQLQueryBatch) SetTo ¶
func (o *OptSQLQueryBatch) SetTo(v SQLQueryBatch)
SetTo sets value to v.
func (*OptSQLQueryBatch) UnmarshalJSON ¶
func (s *OptSQLQueryBatch) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptStatusResponseStatus ¶
type OptStatusResponseStatus struct {
Value StatusResponseStatus
Set bool
}
OptStatusResponseStatus is optional StatusResponseStatus.
func NewOptStatusResponseStatus ¶
func NewOptStatusResponseStatus(v StatusResponseStatus) OptStatusResponseStatus
NewOptStatusResponseStatus returns new OptStatusResponseStatus with value set to v.
func (*OptStatusResponseStatus) Decode ¶
func (o *OptStatusResponseStatus) Decode(d *jx.Decoder) error
Decode decodes StatusResponseStatus from json.
func (OptStatusResponseStatus) Encode ¶
func (o OptStatusResponseStatus) Encode(e *jx.Encoder)
Encode encodes StatusResponseStatus as json.
func (OptStatusResponseStatus) Get ¶
func (o OptStatusResponseStatus) Get() (v StatusResponseStatus, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptStatusResponseStatus) IsSet ¶
func (o OptStatusResponseStatus) IsSet() bool
IsSet returns true if OptStatusResponseStatus was set.
func (OptStatusResponseStatus) MarshalJSON ¶
func (s OptStatusResponseStatus) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptStatusResponseStatus) Or ¶
func (o OptStatusResponseStatus) Or(d StatusResponseStatus) StatusResponseStatus
Or returns value if set, or given parameter if does not.
func (*OptStatusResponseStatus) Reset ¶
func (o *OptStatusResponseStatus) Reset()
Reset unsets value.
func (*OptStatusResponseStatus) SetTo ¶
func (o *OptStatusResponseStatus) SetTo(v StatusResponseStatus)
SetTo sets value to v.
func (*OptStatusResponseStatus) UnmarshalJSON ¶
func (s *OptStatusResponseStatus) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptString ¶
OptString is optional string.
func NewOptString ¶
NewOptString returns new OptString with value set to v.
func (OptString) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptString) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptUUID ¶
OptUUID is optional uuid.UUID.
func NewOptUUID ¶
NewOptUUID returns new OptUUID with value set to v.
func (OptUUID) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptUUID) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptUpdateRecordsByFieldsReq ¶
type OptUpdateRecordsByFieldsReq struct {
Value UpdateRecordsByFieldsReq
Set bool
}
OptUpdateRecordsByFieldsReq is optional UpdateRecordsByFieldsReq.
func NewOptUpdateRecordsByFieldsReq ¶
func NewOptUpdateRecordsByFieldsReq(v UpdateRecordsByFieldsReq) OptUpdateRecordsByFieldsReq
NewOptUpdateRecordsByFieldsReq returns new OptUpdateRecordsByFieldsReq with value set to v.
func (*OptUpdateRecordsByFieldsReq) Decode ¶
func (o *OptUpdateRecordsByFieldsReq) Decode(d *jx.Decoder) error
Decode decodes UpdateRecordsByFieldsReq from json.
func (OptUpdateRecordsByFieldsReq) Encode ¶
func (o OptUpdateRecordsByFieldsReq) Encode(e *jx.Encoder)
Encode encodes UpdateRecordsByFieldsReq as json.
func (OptUpdateRecordsByFieldsReq) Get ¶
func (o OptUpdateRecordsByFieldsReq) Get() (v UpdateRecordsByFieldsReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptUpdateRecordsByFieldsReq) IsSet ¶
func (o OptUpdateRecordsByFieldsReq) IsSet() bool
IsSet returns true if OptUpdateRecordsByFieldsReq was set.
func (OptUpdateRecordsByFieldsReq) MarshalJSON ¶
func (s OptUpdateRecordsByFieldsReq) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OptUpdateRecordsByFieldsReq) Reset ¶
func (o *OptUpdateRecordsByFieldsReq) Reset()
Reset unsets value.
func (*OptUpdateRecordsByFieldsReq) SetTo ¶
func (o *OptUpdateRecordsByFieldsReq) SetTo(v UpdateRecordsByFieldsReq)
SetTo sets value to v.
func (*OptUpdateRecordsByFieldsReq) UnmarshalJSON ¶
func (s *OptUpdateRecordsByFieldsReq) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptUser ¶
OptUser is optional User.
func NewOptUser ¶
NewOptUser returns new OptUser with value set to v.
func (OptUser) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptUser) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type Option ¶
type Option interface {
ServerOption
ClientOption
}
Option is config option.
func WithAttributes ¶
WithAttributes specifies default otel attributes.
func WithMeterProvider ¶
func WithMeterProvider(provider metric.MeterProvider) Option
WithMeterProvider specifies a meter provider to use for creating a meter.
If none is specified, the otel.GetMeterProvider() is used.
func WithTracerProvider ¶
func WithTracerProvider(provider trace.TracerProvider) Option
WithTracerProvider specifies a tracer provider to use for creating a tracer.
If none is specified, the global provider is used.
type PostDatabaseForbidden ¶
type PostDatabaseForbidden struct{}
PostDatabaseForbidden is response for PostDatabase operation.
type PostDatabaseRes ¶
type PostDatabaseRes interface {
// contains filtered or unexported methods
}
type PostDatabaseUnauthorized ¶
type PostDatabaseUnauthorized struct{}
PostDatabaseUnauthorized is response for PostDatabase operation.
type PostJobBadRequest ¶
type PostJobBadRequest Error
func (*PostJobBadRequest) Decode ¶
func (s *PostJobBadRequest) Decode(d *jx.Decoder) error
Decode decodes PostJobBadRequest from json.
func (*PostJobBadRequest) Encode ¶
func (s *PostJobBadRequest) Encode(e *jx.Encoder)
Encode encodes PostJobBadRequest as json.
func (*PostJobBadRequest) MarshalJSON ¶
func (s *PostJobBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostJobBadRequest) UnmarshalJSON ¶
func (s *PostJobBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostJobForbidden ¶
type PostJobForbidden struct{}
PostJobForbidden is response for PostJob operation.
type PostJobNotFound ¶
type PostJobNotFound Error
func (*PostJobNotFound) Decode ¶
func (s *PostJobNotFound) Decode(d *jx.Decoder) error
Decode decodes PostJobNotFound from json.
func (*PostJobNotFound) Encode ¶
func (s *PostJobNotFound) Encode(e *jx.Encoder)
Encode encodes PostJobNotFound as json.
func (*PostJobNotFound) MarshalJSON ¶
func (s *PostJobNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostJobNotFound) UnmarshalJSON ¶
func (s *PostJobNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostJobReq ¶
type PostJobReq interface {
// contains filtered or unexported methods
}
type PostJobReqEmptyBody ¶
type PostJobReqEmptyBody struct{}
type PostJobReqTextPlain ¶
type PostJobRes ¶
type PostJobRes interface {
// contains filtered or unexported methods
}
type PostJobUnauthorized ¶
type PostJobUnauthorized struct{}
PostJobUnauthorized is response for PostJob operation.
type PushLoginSessionForbidden ¶
type PushLoginSessionForbidden struct{}
PushLoginSessionForbidden is response for PushLoginSession operation.
type PushLoginSessionRes ¶
type PushLoginSessionRes interface {
// contains filtered or unexported methods
}
type PushLoginSessionUnauthorized ¶
type PushLoginSessionUnauthorized struct{}
PushLoginSessionUnauthorized is response for PushLoginSession operation.
type RemoveSessionCompatBadRequest ¶
type RemoveSessionCompatBadRequest Error
func (*RemoveSessionCompatBadRequest) Decode ¶
func (s *RemoveSessionCompatBadRequest) Decode(d *jx.Decoder) error
Decode decodes RemoveSessionCompatBadRequest from json.
func (*RemoveSessionCompatBadRequest) Encode ¶
func (s *RemoveSessionCompatBadRequest) Encode(e *jx.Encoder)
Encode encodes RemoveSessionCompatBadRequest as json.
func (*RemoveSessionCompatBadRequest) MarshalJSON ¶
func (s *RemoveSessionCompatBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RemoveSessionCompatBadRequest) UnmarshalJSON ¶
func (s *RemoveSessionCompatBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RemoveSessionCompatNotFound ¶
type RemoveSessionCompatNotFound Error
func (*RemoveSessionCompatNotFound) Decode ¶
func (s *RemoveSessionCompatNotFound) Decode(d *jx.Decoder) error
Decode decodes RemoveSessionCompatNotFound from json.
func (*RemoveSessionCompatNotFound) Encode ¶
func (s *RemoveSessionCompatNotFound) Encode(e *jx.Encoder)
Encode encodes RemoveSessionCompatNotFound as json.
func (*RemoveSessionCompatNotFound) MarshalJSON ¶
func (s *RemoveSessionCompatNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RemoveSessionCompatNotFound) UnmarshalJSON ¶
func (s *RemoveSessionCompatNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RemoveSessionCompatOK ¶
type RemoveSessionCompatOK struct{}
RemoveSessionCompatOK is response for RemoveSessionCompat operation.
type RemoveSessionCompatRes ¶
type RemoveSessionCompatRes interface {
// contains filtered or unexported methods
}
type Response ¶
type Response struct {
MapName OptString `json:"MapName"`
FileRecords OptInt `json:"FileRecords"`
NrRecords OptInt `json:"NrRecords"`
FieldNames []string `json:"FieldNames"`
Records []ResponseRecordsItem `json:"Records"`
}
Ref: #/components/schemas/Response
func (*Response) GetFieldNames ¶
GetFieldNames returns the value of FieldNames.
func (*Response) GetFileRecords ¶
GetFileRecords returns the value of FileRecords.
func (*Response) GetMapName ¶
GetMapName returns the value of MapName.
func (*Response) GetNrRecords ¶
GetNrRecords returns the value of NrRecords.
func (*Response) GetRecords ¶
func (s *Response) GetRecords() []ResponseRecordsItem
GetRecords returns the value of Records.
func (*Response) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Response) SetFieldNames ¶
SetFieldNames sets the value of FieldNames.
func (*Response) SetFileRecords ¶
SetFileRecords sets the value of FileRecords.
func (*Response) SetMapName ¶
SetMapName sets the value of MapName.
func (*Response) SetNrRecords ¶
SetNrRecords sets the value of NrRecords.
func (*Response) SetRecords ¶
func (s *Response) SetRecords(val []ResponseRecordsItem)
SetRecords sets the value of Records.
func (*Response) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type ResponseHeaders ¶
ResponseHeaders wraps Response with response headers.
func (*ResponseHeaders) GetResponse ¶
func (s *ResponseHeaders) GetResponse() Response
GetResponse returns the value of Response.
func (*ResponseHeaders) GetXToken ¶
func (s *ResponseHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*ResponseHeaders) SetResponse ¶
func (s *ResponseHeaders) SetResponse(val Response)
SetResponse sets the value of Response.
func (*ResponseHeaders) SetXToken ¶
func (s *ResponseHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
type ResponseRaw ¶
Ref: #/components/schemas/ResponseRaw
func (*ResponseRaw) Decode ¶
func (s *ResponseRaw) Decode(d *jx.Decoder) error
Decode decodes ResponseRaw from json.
func (ResponseRaw) Encode ¶
func (s ResponseRaw) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (ResponseRaw) MarshalJSON ¶
func (s ResponseRaw) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ResponseRaw) UnmarshalJSON ¶
func (s *ResponseRaw) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ResponseRecordsItem ¶
func (*ResponseRecordsItem) Decode ¶
func (s *ResponseRecordsItem) Decode(d *jx.Decoder) error
Decode decodes ResponseRecordsItem from json.
func (ResponseRecordsItem) Encode ¶
func (s ResponseRecordsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (ResponseRecordsItem) MarshalJSON ¶
func (s ResponseRecordsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ResponseRecordsItem) UnmarshalJSON ¶
func (s *ResponseRecordsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Route ¶
type Route struct {
// contains filtered or unexported fields
}
Route is route object.
func (Route) OperationGroup ¶
OperationGroup returns the x-ogen-operation-group value.
func (Route) OperationID ¶
OperationID returns OpenAPI operationId.
type SQLQuery ¶
type SQLQuery struct {
Batch OptSQLQueryBatch `json:"Batch"`
}
Ref: #/components/schemas/SQLQuery
func (*SQLQuery) GetBatch ¶
func (s *SQLQuery) GetBatch() OptSQLQueryBatch
GetBatch returns the value of Batch.
func (*SQLQuery) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*SQLQuery) SetBatch ¶
func (s *SQLQuery) SetBatch(val OptSQLQueryBatch)
SetBatch sets the value of Batch.
func (*SQLQuery) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type SQLQueryBatch ¶
type SQLQueryBatch struct {
SQL OptString `json:"SQL"`
}
func (*SQLQueryBatch) Decode ¶
func (s *SQLQueryBatch) Decode(d *jx.Decoder) error
Decode decodes SQLQueryBatch from json.
func (*SQLQueryBatch) Encode ¶
func (s *SQLQueryBatch) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SQLQueryBatch) GetSQL ¶
func (s *SQLQueryBatch) GetSQL() OptString
GetSQL returns the value of SQL.
func (*SQLQueryBatch) MarshalJSON ¶
func (s *SQLQueryBatch) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SQLQueryBatch) SetSQL ¶
func (s *SQLQueryBatch) SetSQL(val OptString)
SetSQL sets the value of SQL.
func (*SQLQueryBatch) UnmarshalJSON ¶
func (s *SQLQueryBatch) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SearchModellingBadRequest ¶
type SearchModellingBadRequest Error
func (*SearchModellingBadRequest) Decode ¶
func (s *SearchModellingBadRequest) Decode(d *jx.Decoder) error
Decode decodes SearchModellingBadRequest from json.
func (*SearchModellingBadRequest) Encode ¶
func (s *SearchModellingBadRequest) Encode(e *jx.Encoder)
Encode encodes SearchModellingBadRequest as json.
func (*SearchModellingBadRequest) MarshalJSON ¶
func (s *SearchModellingBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SearchModellingBadRequest) UnmarshalJSON ¶
func (s *SearchModellingBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SearchModellingForbidden ¶
type SearchModellingForbidden struct{}
SearchModellingForbidden is response for SearchModelling operation.
type SearchModellingNotFound ¶
type SearchModellingNotFound Error
func (*SearchModellingNotFound) Decode ¶
func (s *SearchModellingNotFound) Decode(d *jx.Decoder) error
Decode decodes SearchModellingNotFound from json.
func (*SearchModellingNotFound) Encode ¶
func (s *SearchModellingNotFound) Encode(e *jx.Encoder)
Encode encodes SearchModellingNotFound as json.
func (*SearchModellingNotFound) MarshalJSON ¶
func (s *SearchModellingNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SearchModellingNotFound) UnmarshalJSON ¶
func (s *SearchModellingNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SearchModellingParams ¶
type SearchModellingParams struct {
// Modelling map and paramters.
Path string
}
SearchModellingParams is parameters of searchModelling operation.
type SearchModellingRes ¶
type SearchModellingRes interface {
// contains filtered or unexported methods
}
type SearchModellingUnauthorized ¶
type SearchModellingUnauthorized struct{}
SearchModellingUnauthorized is response for SearchModelling operation.
type SearchRecordsFieldsForbidden ¶
type SearchRecordsFieldsForbidden struct{}
SearchRecordsFieldsForbidden is response for SearchRecordsFields operation.
type SearchRecordsFieldsOKTextCsvHeaders ¶
type SearchRecordsFieldsOKTextCsvHeaders struct {
XToken OptString
Response SearchRecordsFieldsOKTextCsv
}
SearchRecordsFieldsOKTextCsvHeaders wraps SearchRecordsFieldsOKTextCsv with response headers.
func (*SearchRecordsFieldsOKTextCsvHeaders) GetResponse ¶
func (s *SearchRecordsFieldsOKTextCsvHeaders) GetResponse() SearchRecordsFieldsOKTextCsv
GetResponse returns the value of Response.
func (*SearchRecordsFieldsOKTextCsvHeaders) GetXToken ¶
func (s *SearchRecordsFieldsOKTextCsvHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*SearchRecordsFieldsOKTextCsvHeaders) SetResponse ¶
func (s *SearchRecordsFieldsOKTextCsvHeaders) SetResponse(val SearchRecordsFieldsOKTextCsv)
SetResponse sets the value of Response.
func (*SearchRecordsFieldsOKTextCsvHeaders) SetXToken ¶
func (s *SearchRecordsFieldsOKTextCsvHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
type SearchRecordsFieldsParams ¶
type SearchRecordsFieldsParams struct {
// Start offset where the read will start from.
Start OptFloat64 `json:",omitempty,omitzero"`
// Maximal number of records retrieved.
Limit OptString `json:",omitempty,omitzero"`
// Sort criterium.
SortedBy OptString `json:",omitempty,omitzero"`
// Search criterium.
Sqlsearch OptString `json:",omitempty,omitzero"`
// Return result in compact structure.
Compact OptBool `json:",omitempty,omitzero"`
// Remove database group tree entries in result records.
Flatten OptBool `json:",omitempty,omitzero"`
// Read a descriptor read with the given field entry.
Descriptor OptBool `json:",omitempty,omitzero"`
// Order by criterias.
Orderby OptString `json:",omitempty,omitzero"`
// Use XML notation namespace.
Xmlnotation OptBool `json:",omitempty,omitzero"`
// SQL table.
Table string
// Specific SQL query string.
Search string
}
SearchRecordsFieldsParams is parameters of searchRecordsFields operation.
type SearchRecordsFieldsRes ¶
type SearchRecordsFieldsRes interface {
// contains filtered or unexported methods
}
type SearchRecordsFieldsUnauthorized ¶
type SearchRecordsFieldsUnauthorized struct{}
SearchRecordsFieldsUnauthorized is response for SearchRecordsFields operation.
type SearchTableBadRequest ¶
type SearchTableBadRequest Error
func (*SearchTableBadRequest) Decode ¶
func (s *SearchTableBadRequest) Decode(d *jx.Decoder) error
Decode decodes SearchTableBadRequest from json.
func (*SearchTableBadRequest) Encode ¶
func (s *SearchTableBadRequest) Encode(e *jx.Encoder)
Encode encodes SearchTableBadRequest as json.
func (*SearchTableBadRequest) MarshalJSON ¶
func (s *SearchTableBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SearchTableBadRequest) UnmarshalJSON ¶
func (s *SearchTableBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SearchTableForbidden ¶
type SearchTableForbidden struct{}
SearchTableForbidden is response for SearchTable operation.
type SearchTableNotFound ¶
type SearchTableNotFound Error
func (*SearchTableNotFound) Decode ¶
func (s *SearchTableNotFound) Decode(d *jx.Decoder) error
Decode decodes SearchTableNotFound from json.
func (*SearchTableNotFound) Encode ¶
func (s *SearchTableNotFound) Encode(e *jx.Encoder)
Encode encodes SearchTableNotFound as json.
func (*SearchTableNotFound) MarshalJSON ¶
func (s *SearchTableNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SearchTableNotFound) UnmarshalJSON ¶
func (s *SearchTableNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SearchTableOKTextCsv ¶
type SearchTableParams ¶
type SearchTableParams struct {
// SQL table.
Table string
// Fields to search for.
Fields string
// Search criterium.
Search string
// Order by criterias.
Orderby OptString `json:",omitempty,omitzero"`
}
SearchTableParams is parameters of searchTable operation.
type SearchTableRes ¶
type SearchTableRes interface {
// contains filtered or unexported methods
}
type SearchTableUnauthorized ¶
type SearchTableUnauthorized struct{}
SearchTableUnauthorized is response for SearchTable operation.
type SecurityHandler ¶
type SecurityHandler interface {
// HandleBasicAuth handles BasicAuth security.
// HTTP Basic Authentication. Works over `HTTP` and `HTTPS`.
HandleBasicAuth(ctx context.Context, operationName OperationName, t BasicAuth) (context.Context, error)
// HandleBearerAuth handles BearerAuth security.
// HTTP Bearer Authentication. Works over `HTTP` and `HTTPS`.
HandleBearerAuth(ctx context.Context, operationName OperationName, t BearerAuth) (context.Context, error)
// HandleTokenCheck handles tokenCheck security.
// HTTP Basic Authentication. Works over `HTTP` and `HTTPS`.
HandleTokenCheck(ctx context.Context, operationName string, t TokenCheck) (context.Context, error)
// Request call after receiving
Request(ctx context.Context, req *http.Request)
}
SecurityHandler is handler for security parameters.
type SecuritySource ¶
type SecuritySource interface {
// BasicAuth provides BasicAuth security value.
// HTTP Basic Authentication. Works over `HTTP` and `HTTPS`.
BasicAuth(ctx context.Context, operationName OperationName) (BasicAuth, error)
// BearerAuth provides BearerAuth security value.
// HTTP Bearer Authentication. Works over `HTTP` and `HTTPS`.
BearerAuth(ctx context.Context, operationName OperationName) (BearerAuth, error)
// TokenCheck provides tokenCheck security value.
// HTTP Basic Authentication. Works over `HTTP` and `HTTPS`.
TokenCheck(ctx context.Context, operationName OperationName) (TokenCheck, error)
}
SecuritySource is provider of security values (tokens, passwords, etc.).
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
func NewServer ¶
func NewServer(h Handler, sec SecurityHandler, opts ...ServerOption) (*Server, error)
NewServer creates new Server.
type ServerOption ¶
type ServerOption interface {
// contains filtered or unexported methods
}
ServerOption is server config option.
func WithErrorHandler ¶
func WithErrorHandler(h ErrorHandler) ServerOption
WithErrorHandler specifies error handler to use.
func WithMaxMultipartMemory ¶
func WithMaxMultipartMemory(max int64) ServerOption
WithMaxMultipartMemory specifies limit of memory for storing file parts. File parts which can't be stored in memory will be stored on disk in temporary files.
func WithMethodNotAllowed ¶
func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption
WithMethodNotAllowed specifies Method Not Allowed handler to use.
func WithMiddleware ¶
func WithMiddleware(m ...Middleware) ServerOption
WithMiddleware specifies middlewares to use.
func WithNotFound ¶
func WithNotFound(notFound http.HandlerFunc) ServerOption
WithNotFound specifies Not Found handler to use.
func WithPathPrefix ¶
func WithPathPrefix(prefix string) ServerOption
WithPathPrefix specifies server path prefix.
type SetConfigForbidden ¶
type SetConfigForbidden struct{}
SetConfigForbidden is response for SetConfig operation.
type SetConfigOK ¶
type SetConfigOK struct {
XToken OptString
}
SetConfigOK is response for SetConfig operation.
func (*SetConfigOK) GetXToken ¶
func (s *SetConfigOK) GetXToken() OptString
GetXToken returns the value of XToken.
func (*SetConfigOK) SetXToken ¶
func (s *SetConfigOK) SetXToken(val OptString)
SetXToken sets the value of XToken.
type SetConfigReq ¶
type SetConfigReq interface {
// contains filtered or unexported methods
}
type SetConfigReqTextPlain ¶
type SetConfigRes ¶
type SetConfigRes interface {
// contains filtered or unexported methods
}
type SetConfigUnauthorized ¶
type SetConfigUnauthorized struct{}
SetConfigUnauthorized is response for SetConfig operation.
type SetJobsConfigForbidden ¶
type SetJobsConfigForbidden struct{}
SetJobsConfigForbidden is response for SetJobsConfig operation.
type SetJobsConfigOK ¶
type SetJobsConfigOK struct{}
SetJobsConfigOK is response for SetJobsConfig operation.
type SetJobsConfigRes ¶
type SetJobsConfigRes interface {
// contains filtered or unexported methods
}
type SetJobsConfigUnauthorized ¶
type SetJobsConfigUnauthorized struct{}
SetJobsConfigUnauthorized is response for SetJobsConfig operation.
type ShutdownServerForbidden ¶
type ShutdownServerForbidden struct{}
ShutdownServerForbidden is response for ShutdownServer operation.
type ShutdownServerParams ¶
type ShutdownServerParams struct {
// Shutdown validation hash.
Hash string
}
ShutdownServerParams is parameters of shutdownServer operation.
type ShutdownServerRes ¶
type ShutdownServerRes interface {
// contains filtered or unexported methods
}
type ShutdownServerUnauthorized ¶
type ShutdownServerUnauthorized struct{}
ShutdownServerUnauthorized is response for ShutdownServer operation.
type StatusResponse ¶
type StatusResponse struct {
Status OptStatusResponseStatus `json:"Status"`
}
Ref: #/components/schemas/StatusResponse
func (*StatusResponse) Decode ¶
func (s *StatusResponse) Decode(d *jx.Decoder) error
Decode decodes StatusResponse from json.
func (*StatusResponse) Encode ¶
func (s *StatusResponse) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*StatusResponse) GetStatus ¶
func (s *StatusResponse) GetStatus() OptStatusResponseStatus
GetStatus returns the value of Status.
func (*StatusResponse) MarshalJSON ¶
func (s *StatusResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*StatusResponse) SetStatus ¶
func (s *StatusResponse) SetStatus(val OptStatusResponseStatus)
SetStatus sets the value of Status.
func (*StatusResponse) UnmarshalJSON ¶
func (s *StatusResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*StatusResponse) Validate ¶
func (s *StatusResponse) Validate() error
type StatusResponseStatus ¶
type StatusResponseStatus struct {
Action OptString `json:"Action"`
Code OptString `json:"Code"`
Dbid OptFloat64 `json:"Dbid"`
Target OptString `json:"Target"`
Message OptString `json:"Message"`
}
func (*StatusResponseStatus) Decode ¶
func (s *StatusResponseStatus) Decode(d *jx.Decoder) error
Decode decodes StatusResponseStatus from json.
func (*StatusResponseStatus) Encode ¶
func (s *StatusResponseStatus) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*StatusResponseStatus) GetAction ¶
func (s *StatusResponseStatus) GetAction() OptString
GetAction returns the value of Action.
func (*StatusResponseStatus) GetCode ¶
func (s *StatusResponseStatus) GetCode() OptString
GetCode returns the value of Code.
func (*StatusResponseStatus) GetDbid ¶
func (s *StatusResponseStatus) GetDbid() OptFloat64
GetDbid returns the value of Dbid.
func (*StatusResponseStatus) GetMessage ¶
func (s *StatusResponseStatus) GetMessage() OptString
GetMessage returns the value of Message.
func (*StatusResponseStatus) GetTarget ¶
func (s *StatusResponseStatus) GetTarget() OptString
GetTarget returns the value of Target.
func (*StatusResponseStatus) MarshalJSON ¶
func (s *StatusResponseStatus) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*StatusResponseStatus) SetAction ¶
func (s *StatusResponseStatus) SetAction(val OptString)
SetAction sets the value of Action.
func (*StatusResponseStatus) SetCode ¶
func (s *StatusResponseStatus) SetCode(val OptString)
SetCode sets the value of Code.
func (*StatusResponseStatus) SetDbid ¶
func (s *StatusResponseStatus) SetDbid(val OptFloat64)
SetDbid sets the value of Dbid.
func (*StatusResponseStatus) SetMessage ¶
func (s *StatusResponseStatus) SetMessage(val OptString)
SetMessage sets the value of Message.
func (*StatusResponseStatus) SetTarget ¶
func (s *StatusResponseStatus) SetTarget(val OptString)
SetTarget sets the value of Target.
func (*StatusResponseStatus) UnmarshalJSON ¶
func (s *StatusResponseStatus) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*StatusResponseStatus) Validate ¶
func (s *StatusResponseStatus) Validate() error
type StoreConfigForbidden ¶
type StoreConfigForbidden struct{}
StoreConfigForbidden is response for StoreConfig operation.
type StoreConfigOK ¶
type StoreConfigOK struct {
XToken OptString
}
StoreConfigOK is response for StoreConfig operation.
func (*StoreConfigOK) GetXToken ¶
func (s *StoreConfigOK) GetXToken() OptString
GetXToken returns the value of XToken.
func (*StoreConfigOK) SetXToken ¶
func (s *StoreConfigOK) SetXToken(val OptString)
SetXToken sets the value of XToken.
type StoreConfigRes ¶
type StoreConfigRes interface {
// contains filtered or unexported methods
}
type StoreConfigUnauthorized ¶
type StoreConfigUnauthorized struct{}
StoreConfigUnauthorized is response for StoreConfig operation.
type StoreResponse ¶
type StoreResponse struct {
NrStored OptInt `json:"NrStored"`
NrDeleted OptInt `json:"NrDeleted"`
Stored []int `json:"Stored"`
}
Ref: #/components/schemas/StoreResponse
func (*StoreResponse) Decode ¶
func (s *StoreResponse) Decode(d *jx.Decoder) error
Decode decodes StoreResponse from json.
func (*StoreResponse) Encode ¶
func (s *StoreResponse) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*StoreResponse) GetNrDeleted ¶
func (s *StoreResponse) GetNrDeleted() OptInt
GetNrDeleted returns the value of NrDeleted.
func (*StoreResponse) GetNrStored ¶
func (s *StoreResponse) GetNrStored() OptInt
GetNrStored returns the value of NrStored.
func (*StoreResponse) GetStored ¶
func (s *StoreResponse) GetStored() []int
GetStored returns the value of Stored.
func (*StoreResponse) MarshalJSON ¶
func (s *StoreResponse) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*StoreResponse) SetNrDeleted ¶
func (s *StoreResponse) SetNrDeleted(val OptInt)
SetNrDeleted sets the value of NrDeleted.
func (*StoreResponse) SetNrStored ¶
func (s *StoreResponse) SetNrStored(val OptInt)
SetNrStored sets the value of NrStored.
func (*StoreResponse) SetStored ¶
func (s *StoreResponse) SetStored(val []int)
SetStored sets the value of Stored.
func (*StoreResponse) UnmarshalJSON ¶
func (s *StoreResponse) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type StoreResponseHeaders ¶
type StoreResponseHeaders struct {
XToken OptString
Response StoreResponse
}
StoreResponseHeaders wraps StoreResponse with response headers.
func (*StoreResponseHeaders) GetResponse ¶
func (s *StoreResponseHeaders) GetResponse() StoreResponse
GetResponse returns the value of Response.
func (*StoreResponseHeaders) GetXToken ¶
func (s *StoreResponseHeaders) GetXToken() OptString
GetXToken returns the value of XToken.
func (*StoreResponseHeaders) SetResponse ¶
func (s *StoreResponseHeaders) SetResponse(val StoreResponse)
SetResponse sets the value of Response.
func (*StoreResponseHeaders) SetXToken ¶
func (s *StoreResponseHeaders) SetXToken(val OptString)
SetXToken sets the value of XToken.
type TokenCheck ¶
func (*TokenCheck) GetAPIKey ¶
func (s *TokenCheck) GetAPIKey() string
GetAPIKey returns the value of APIKey.
func (*TokenCheck) GetRoles ¶
func (s *TokenCheck) GetRoles() []string
GetRoles returns the value of Roles.
func (*TokenCheck) SetAPIKey ¶
func (s *TokenCheck) SetAPIKey(val string)
SetAPIKey sets the value of APIKey.
func (*TokenCheck) SetRoles ¶
func (s *TokenCheck) SetRoles(val []string)
SetRoles sets the value of Roles.
type TriggerExtendBadRequest ¶
type TriggerExtendBadRequest Error
func (*TriggerExtendBadRequest) Decode ¶
func (s *TriggerExtendBadRequest) Decode(d *jx.Decoder) error
Decode decodes TriggerExtendBadRequest from json.
func (*TriggerExtendBadRequest) Encode ¶
func (s *TriggerExtendBadRequest) Encode(e *jx.Encoder)
Encode encodes TriggerExtendBadRequest as json.
func (*TriggerExtendBadRequest) MarshalJSON ¶
func (s *TriggerExtendBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TriggerExtendBadRequest) UnmarshalJSON ¶
func (s *TriggerExtendBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TriggerExtendForbidden ¶
type TriggerExtendForbidden struct{}
TriggerExtendForbidden is response for TriggerExtend operation.
type TriggerExtendNotFound ¶
type TriggerExtendNotFound Error
func (*TriggerExtendNotFound) Decode ¶
func (s *TriggerExtendNotFound) Decode(d *jx.Decoder) error
Decode decodes TriggerExtendNotFound from json.
func (*TriggerExtendNotFound) Encode ¶
func (s *TriggerExtendNotFound) Encode(e *jx.Encoder)
Encode encodes TriggerExtendNotFound as json.
func (*TriggerExtendNotFound) MarshalJSON ¶
func (s *TriggerExtendNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TriggerExtendNotFound) UnmarshalJSON ¶
func (s *TriggerExtendNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TriggerExtendParams ¶
type TriggerExtendParams struct {
// Identifier of the file location.
Path string
}
TriggerExtendParams is parameters of triggerExtend operation.
type TriggerExtendRes ¶
type TriggerExtendRes interface {
// contains filtered or unexported methods
}
type TriggerExtendUnauthorized ¶
type TriggerExtendUnauthorized struct{}
TriggerExtendUnauthorized is response for TriggerExtend operation.
type TriggerJobBadRequest ¶
type TriggerJobBadRequest Error
func (*TriggerJobBadRequest) Decode ¶
func (s *TriggerJobBadRequest) Decode(d *jx.Decoder) error
Decode decodes TriggerJobBadRequest from json.
func (*TriggerJobBadRequest) Encode ¶
func (s *TriggerJobBadRequest) Encode(e *jx.Encoder)
Encode encodes TriggerJobBadRequest as json.
func (*TriggerJobBadRequest) MarshalJSON ¶
func (s *TriggerJobBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TriggerJobBadRequest) UnmarshalJSON ¶
func (s *TriggerJobBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TriggerJobForbidden ¶
type TriggerJobForbidden struct{}
TriggerJobForbidden is response for TriggerJob operation.
type TriggerJobNotFound ¶
type TriggerJobNotFound Error
func (*TriggerJobNotFound) Decode ¶
func (s *TriggerJobNotFound) Decode(d *jx.Decoder) error
Decode decodes TriggerJobNotFound from json.
func (*TriggerJobNotFound) Encode ¶
func (s *TriggerJobNotFound) Encode(e *jx.Encoder)
Encode encodes TriggerJobNotFound as json.
func (*TriggerJobNotFound) MarshalJSON ¶
func (s *TriggerJobNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TriggerJobNotFound) UnmarshalJSON ¶
func (s *TriggerJobNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TriggerJobParams ¶
type TriggerJobParams struct {
// Job Name to be requested.
JobName string
}
TriggerJobParams is parameters of triggerJob operation.
type TriggerJobRes ¶
type TriggerJobRes interface {
// contains filtered or unexported methods
}
type TriggerJobUnauthorized ¶
type TriggerJobUnauthorized struct{}
TriggerJobUnauthorized is response for TriggerJob operation.
type UnimplementedHandler ¶
type UnimplementedHandler struct{}
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
func (UnimplementedHandler) AddView ¶
func (UnimplementedHandler) AddView(ctx context.Context, params AddViewParams) (r AddViewRes, _ error)
AddView implements addView operation.
Add table view in View repositories.
POST /config/views
func (UnimplementedHandler) BatchParameterQuery ¶
func (UnimplementedHandler) BatchParameterQuery(ctx context.Context, params BatchParameterQueryParams) (r BatchParameterQueryRes, _ error)
BatchParameterQuery implements batchParameterQuery operation.
Call a SQL query batch command posted in query.
GET /rest/batch/{table}/{query}
func (UnimplementedHandler) BatchQuery ¶
func (UnimplementedHandler) BatchQuery(ctx context.Context, req BatchQueryReq, params BatchQueryParams) (r BatchQueryRes, _ error)
BatchQuery implements batchQuery operation.
Call a SQL query batch command using insert or update data in body.
POST /rest/batch/{table}
func (UnimplementedHandler) BatchSelect ¶
func (UnimplementedHandler) BatchSelect(ctx context.Context, params BatchSelectParams) (r BatchSelectRes, _ error)
BatchSelect implements batchSelect operation.
Call a SQL query batch command store in batch database table with name.
GET /rest/batch/{table}
func (UnimplementedHandler) BrowseList ¶
func (UnimplementedHandler) BrowseList(ctx context.Context) (r BrowseListRes, _ error)
BrowseList implements browseList operation.
Retrieves a list of Browseable locations.
GET /rest/file/browse
func (UnimplementedHandler) BrowseLocation ¶
func (UnimplementedHandler) BrowseLocation(ctx context.Context, params BrowseLocationParams) (r BrowseLocationRes, _ error)
BrowseLocation implements browseLocation operation.
Retrieves a list of files in the defined location.
GET /rest/file/browse/{path}
func (UnimplementedHandler) CallExtend ¶
func (UnimplementedHandler) CallExtend(ctx context.Context, params CallExtendParams) (r CallExtendRes, _ error)
CallExtend implements callExtend operation.
Call extend plugin, own implementation plugin.
GET /rest/extend/{path}
func (UnimplementedHandler) CallPostExtend ¶
func (UnimplementedHandler) CallPostExtend(ctx context.Context, req *CallPostExtendReq, params CallPostExtendParams) (r CallPostExtendRes, _ error)
CallPostExtend implements callPostExtend operation.
Post extend/plugin.
POST /rest/extend/{path}
func (UnimplementedHandler) CreateDirectory ¶
func (UnimplementedHandler) CreateDirectory(ctx context.Context, params CreateDirectoryParams) (r CreateDirectoryRes, _ error)
CreateDirectory implements createDirectory operation.
Create a new directory.
PUT /rest/file/{path}
func (UnimplementedHandler) DeleteExtend ¶
func (UnimplementedHandler) DeleteExtend(ctx context.Context, params DeleteExtendParams) (r DeleteExtendRes, _ error)
DeleteExtend implements deleteExtend operation.
Delete extend/plugin data.
DELETE /rest/extend/{path}
func (UnimplementedHandler) DeleteFileLocation ¶
func (UnimplementedHandler) DeleteFileLocation(ctx context.Context, params DeleteFileLocationParams) (r DeleteFileLocationRes, _ error)
DeleteFileLocation implements deleteFileLocation operation.
Delete the file on the given location.
DELETE /rest/file/{path}
func (UnimplementedHandler) DeleteJobResult ¶
func (UnimplementedHandler) DeleteJobResult(ctx context.Context, params DeleteJobResultParams) (r DeleteJobResultRes, _ error)
DeleteJobResult implements deleteJobResult operation.
Delete a specific job result.
DELETE /tasks/{jobName}/{jobId}
func (UnimplementedHandler) DeleteRecordsSearched ¶
func (UnimplementedHandler) DeleteRecordsSearched(ctx context.Context, params DeleteRecordsSearchedParams) (r DeleteRecordsSearchedRes, _ error)
DeleteRecordsSearched implements deleteRecordsSearched operation.
Delete a record with a given search.
DELETE /rest/view/{table}/{search}
func (UnimplementedHandler) DeleteView ¶
func (UnimplementedHandler) DeleteView(ctx context.Context, params DeleteViewParams) (r DeleteViewRes, _ error)
DeleteView implements deleteView operation.
Delete/disable table view in configuration.
DELETE /config/views
func (UnimplementedHandler) DownloadFile ¶
func (UnimplementedHandler) DownloadFile(ctx context.Context, params DownloadFileParams) (r DownloadFileRes, _ error)
DownloadFile implements downloadFile operation.
Download a file out of file location.
GET /rest/file/{path}
func (UnimplementedHandler) GetConfig ¶
func (UnimplementedHandler) GetConfig(ctx context.Context) (r GetConfigRes, _ error)
GetConfig implements getConfig operation.
Get current active configuration.
GET /config
func (UnimplementedHandler) GetDatabases ¶
func (UnimplementedHandler) GetDatabases(ctx context.Context) (r GetDatabasesRes, _ error)
GetDatabases implements getDatabases operation.
Retrieves a list of databases known by server.
GET /rest/database
func (UnimplementedHandler) GetFields ¶
func (UnimplementedHandler) GetFields(ctx context.Context, params GetFieldsParams) (r GetFieldsRes, _ error)
GetFields implements getFields operation.
Retrieves all fields of an file.
GET /rest/tables/{table}/fields
func (UnimplementedHandler) GetImage ¶
func (UnimplementedHandler) GetImage(ctx context.Context, params GetImageParams) (r GetImageRes, _ error)
GetImage implements getImage operation.
Retrieves a field of a specific table record of a Map definition.
GET /image/{table}/{field}/{search}
func (UnimplementedHandler) GetJobExecutionResult ¶
func (UnimplementedHandler) GetJobExecutionResult(ctx context.Context, params GetJobExecutionResultParams) (r GetJobExecutionResultRes, _ error)
GetJobExecutionResult implements getJobExecutionResult operation.
Retrieves a specific job result.
GET /tasks/results
func (UnimplementedHandler) GetJobFullInfo ¶
func (UnimplementedHandler) GetJobFullInfo(ctx context.Context, params GetJobFullInfoParams) (r GetJobFullInfoRes, _ error)
GetJobFullInfo implements getJobFullInfo operation.
Retrieves a full job definition.
GET /tasks/{jobName}
func (UnimplementedHandler) GetJobResult ¶
func (UnimplementedHandler) GetJobResult(ctx context.Context, params GetJobResultParams) (r GetJobResultRes, _ error)
GetJobResult implements getJobResult operation.
Delete a specific job result.
GET /tasks/{jobName}/{jobId}
func (UnimplementedHandler) GetJobs ¶
func (UnimplementedHandler) GetJobs(ctx context.Context, params GetJobsParams) (r GetJobsRes, _ error)
GetJobs implements getJobs operation.
Retrieves a list of jobs known by the Interface.
GET /tasks
func (UnimplementedHandler) GetJobsConfig ¶
func (UnimplementedHandler) GetJobsConfig(ctx context.Context) (r GetJobsConfigRes, _ error)
GetJobsConfig implements getJobsConfig operation.
Read job configuration section.
GET /config/jobs
func (UnimplementedHandler) GetLobByMap ¶
func (UnimplementedHandler) GetLobByMap(ctx context.Context, params GetLobByMapParams) (r GetLobByMapRes, _ error)
GetLobByMap implements getLobByMap operation.
Retrieves a lob of a specific table record of an field in a Map.
GET /binary/{table}/{field}/{search}
func (UnimplementedHandler) GetLoginSession ¶
func (UnimplementedHandler) GetLoginSession(ctx context.Context) (r GetLoginSessionRes, _ error)
GetLoginSession implements getLoginSession operation.
Login using baseauth or bearer to receive or validate token.
GET /login
func (UnimplementedHandler) GetMapMetadata ¶
func (UnimplementedHandler) GetMapMetadata(ctx context.Context, params GetMapMetadataParams) (r GetMapMetadataRes, _ error)
GetMapMetadata implements getMapMetadata operation.
Retrieves metadata of a Map definition.
GET /rest/metadata/view/{table}
func (UnimplementedHandler) GetMapRecordsFields ¶
func (UnimplementedHandler) GetMapRecordsFields(ctx context.Context, params GetMapRecordsFieldsParams) (r GetMapRecordsFieldsRes, _ error)
GetMapRecordsFields implements getMapRecordsFields operation.
Retrieves a field of a specific table record of a Map definition.
GET /rest/view/{table}/{fields}/{search}
func (UnimplementedHandler) GetMaps ¶
func (UnimplementedHandler) GetMaps(ctx context.Context) (r GetMapsRes, _ error)
GetMaps implements getMaps operation.
Retrieves a list of available views.
GET /rest/view
func (UnimplementedHandler) GetUserInfo ¶
func (UnimplementedHandler) GetUserInfo(ctx context.Context) (r GetUserInfoRes, _ error)
GetUserInfo implements getUserInfo operation.
Get the token user information.
GET /rest/user
func (UnimplementedHandler) GetVersion ¶
func (UnimplementedHandler) GetVersion(ctx context.Context) (r GetVersionRes, _ error)
GetVersion implements getVersion operation.
Get the current server version.
GET /version
func (UnimplementedHandler) GetVideo ¶
func (UnimplementedHandler) GetVideo(ctx context.Context, params GetVideoParams) (r GetVideoRes, _ error)
GetVideo implements getVideo operation.
Retrieves a video stream of a specific table record of a Map definition.
GET /video/{table}/{field}/{search}
func (UnimplementedHandler) GetViews ¶
func (UnimplementedHandler) GetViews(ctx context.Context) (r GetViewsRes, _ error)
GetViews implements getViews operation.
Get the available table views of all databases.
GET /config/views
func (UnimplementedHandler) InsertMapFileRecords ¶
func (UnimplementedHandler) InsertMapFileRecords(ctx context.Context, req OptInsertMapFileRecordsReq) (r InsertMapFileRecordsRes, _ error)
InsertMapFileRecords implements insertMapFileRecords operation.
Store send records into Map definition.
POST /rest/view
func (UnimplementedHandler) InsertRecord ¶
func (UnimplementedHandler) InsertRecord(ctx context.Context, req OptInsertRecordReq, params InsertRecordParams) (r InsertRecordRes, _ error)
InsertRecord implements insertRecord operation.
Insert given record.
POST /rest/view/{table}
func (UnimplementedHandler) ListModelling ¶
func (UnimplementedHandler) ListModelling(ctx context.Context) (r ListModellingRes, _ error)
ListModelling implements listModelling operation.
Retrieves all tables, views or data representation objects.
GET /rest/map
func (UnimplementedHandler) ListTables ¶
func (UnimplementedHandler) ListTables(ctx context.Context) (r ListTablesRes, _ error)
ListTables implements listTables operation.
Retrieves all tables of databases.
GET /rest/tables
func (UnimplementedHandler) LoginSession ¶
func (UnimplementedHandler) LoginSession(ctx context.Context) (r LoginSessionRes, _ error)
LoginSession implements loginSession operation.
Login using baseauth or bearer to receive or validate token.
PUT /login
func (UnimplementedHandler) LogoutSessionCompat ¶
func (UnimplementedHandler) LogoutSessionCompat(ctx context.Context) (r LogoutSessionCompatRes, _ error)
LogoutSessionCompat implements logoutSessionCompat operation.
Invalidate given token session.
PUT /logout
func (UnimplementedHandler) NewError ¶
func (UnimplementedHandler) NewError(ctx context.Context, err error) (r *ErrorStatusCode)
NewError creates *ErrorStatusCode from error returned by handler.
Used for common default response.
func (UnimplementedHandler) PostDatabase ¶
func (UnimplementedHandler) PostDatabase(ctx context.Context, req *Database) (r PostDatabaseRes, _ error)
PostDatabase implements postDatabase operation.
Create a new database, the input need to be JSON. A structure level parameter indicate version to be used.
POST /rest/database
func (UnimplementedHandler) PostJob ¶
func (UnimplementedHandler) PostJob(ctx context.Context, req PostJobReq) (r PostJobRes, _ error)
PostJob implements postJob operation.
Create a new Job database.
POST /tasks
func (UnimplementedHandler) PushLoginSession ¶
func (UnimplementedHandler) PushLoginSession(ctx context.Context) (r PushLoginSessionRes, _ error)
PushLoginSession implements pushLoginSession operation.
Login using baseauth or bearer to receive or validate token.
POST /login
func (UnimplementedHandler) RemoveSessionCompat ¶
func (UnimplementedHandler) RemoveSessionCompat(ctx context.Context) (r RemoveSessionCompatRes, _ error)
RemoveSessionCompat implements removeSessionCompat operation.
Invalidate given token session.
GET /logoff
func (UnimplementedHandler) SearchModelling ¶
func (UnimplementedHandler) SearchModelling(ctx context.Context, params SearchModellingParams) (r SearchModellingRes, _ error)
SearchModelling implements searchModelling operation.
Retrieves all columns, fields of a tables, views or data representation.
GET /rest/map/{path}
func (UnimplementedHandler) SearchRecordsFields ¶
func (UnimplementedHandler) SearchRecordsFields(ctx context.Context, params SearchRecordsFieldsParams) (r SearchRecordsFieldsRes, _ error)
SearchRecordsFields implements searchRecordsFields operation.
Query a record with a given SQL query.
GET /rest/view/{table}/{search}
func (UnimplementedHandler) SearchTable ¶
func (UnimplementedHandler) SearchTable(ctx context.Context, params SearchTableParams) (r SearchTableRes, _ error)
SearchTable implements searchTable operation.
Retrieves all fields of an file.
GET /rest/tables/{table}/{fields}/{search}
func (UnimplementedHandler) SetConfig ¶
func (UnimplementedHandler) SetConfig(ctx context.Context, req SetConfigReq) (r SetConfigRes, _ error)
SetConfig implements setConfig operation.
Update current configuration and test.
PUT /config
func (UnimplementedHandler) SetJobsConfig ¶
func (UnimplementedHandler) SetJobsConfig(ctx context.Context, req OptJobStore) (r SetJobsConfigRes, _ error)
SetJobsConfig implements setJobsConfig operation.
Set the Job configuration database.
PUT /config/jobs
func (UnimplementedHandler) ShutdownServer ¶
func (UnimplementedHandler) ShutdownServer(ctx context.Context, params ShutdownServerParams) (r ShutdownServerRes, _ error)
ShutdownServer implements shutdownServer operation.
Trigger shutdown of server instance.
PUT /rest/shutdown/{hash}
func (UnimplementedHandler) StoreConfig ¶
func (UnimplementedHandler) StoreConfig(ctx context.Context) (r StoreConfigRes, _ error)
StoreConfig implements storeConfig operation.
Store current active configuration to configuration file.
POST /config
func (UnimplementedHandler) TriggerExtend ¶
func (UnimplementedHandler) TriggerExtend(ctx context.Context, params TriggerExtendParams) (r TriggerExtendRes, _ error)
TriggerExtend implements triggerExtend operation.
Put extend/plugin request.
PUT /rest/extend/{path}
func (UnimplementedHandler) TriggerJob ¶
func (UnimplementedHandler) TriggerJob(ctx context.Context, params TriggerJobParams) (r TriggerJobRes, _ error)
TriggerJob implements triggerJob operation.
Trigger a job.
PUT /tasks/{jobName}
func (UnimplementedHandler) UpdateLobByMap ¶
func (UnimplementedHandler) UpdateLobByMap(ctx context.Context, req UpdateLobByMapReq, params UpdateLobByMapParams) (r UpdateLobByMapRes, _ error)
UpdateLobByMap implements updateLobByMap operation.
Set a lob at a specific table record of an field in a Map.
PUT /binary/{table}/{field}/{search}
func (UnimplementedHandler) UpdateRecordsByFields ¶
func (UnimplementedHandler) UpdateRecordsByFields(ctx context.Context, req OptUpdateRecordsByFieldsReq, params UpdateRecordsByFieldsParams) (r UpdateRecordsByFieldsRes, _ error)
UpdateRecordsByFields implements updateRecordsByFields operation.
Update a record dependent on field(s) of a specific table.
PUT /rest/view/{table}/{search}
func (UnimplementedHandler) UploadFile ¶
func (UnimplementedHandler) UploadFile(ctx context.Context, req *UploadFileReq, params UploadFileParams) (r UploadFileRes, _ error)
UploadFile implements uploadFile operation.
Upload a new file to the given location.
POST /rest/file/{path}
type UpdateLobByMapForbidden ¶
type UpdateLobByMapForbidden struct{}
UpdateLobByMapForbidden is response for UpdateLobByMap operation.
type UpdateLobByMapParams ¶
type UpdateLobByMapParams struct {
// SQL table.
Table string
// Specific table record.
Search string
// Specific the field to be.
Field string
}
UpdateLobByMapParams is parameters of updateLobByMap operation.
type UpdateLobByMapReq ¶
type UpdateLobByMapReq interface {
// contains filtered or unexported methods
}
type UpdateLobByMapReqMultipartFormData ¶
type UpdateLobByMapReqMultipartFormData struct {
// Upload raw binary content of field.
UploadLob ht.MultipartFile `json:"uploadLob"`
}
func (*UpdateLobByMapReqMultipartFormData) GetUploadLob ¶
func (s *UpdateLobByMapReqMultipartFormData) GetUploadLob() ht.MultipartFile
GetUploadLob returns the value of UploadLob.
func (*UpdateLobByMapReqMultipartFormData) SetUploadLob ¶
func (s *UpdateLobByMapReqMultipartFormData) SetUploadLob(val ht.MultipartFile)
SetUploadLob sets the value of UploadLob.
type UpdateLobByMapRes ¶
type UpdateLobByMapRes interface {
// contains filtered or unexported methods
}
type UpdateLobByMapUnauthorized ¶
type UpdateLobByMapUnauthorized struct{}
UpdateLobByMapUnauthorized is response for UpdateLobByMap operation.
type UpdateRecordsByFieldsForbidden ¶
type UpdateRecordsByFieldsForbidden struct{}
UpdateRecordsByFieldsForbidden is response for UpdateRecordsByFields operation.
type UpdateRecordsByFieldsParams ¶
type UpdateRecordsByFieldsParams struct {
// SQL table.
Table string
// Specific SQL query string.
Search string
}
UpdateRecordsByFieldsParams is parameters of updateRecordsByFields operation.
type UpdateRecordsByFieldsReq ¶
type UpdateRecordsByFieldsReq struct {
Records []UpdateRecordsByFieldsReqRecordsItem `json:"Records"`
}
func (*UpdateRecordsByFieldsReq) Decode ¶
func (s *UpdateRecordsByFieldsReq) Decode(d *jx.Decoder) error
Decode decodes UpdateRecordsByFieldsReq from json.
func (*UpdateRecordsByFieldsReq) Encode ¶
func (s *UpdateRecordsByFieldsReq) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*UpdateRecordsByFieldsReq) GetRecords ¶
func (s *UpdateRecordsByFieldsReq) GetRecords() []UpdateRecordsByFieldsReqRecordsItem
GetRecords returns the value of Records.
func (*UpdateRecordsByFieldsReq) MarshalJSON ¶
func (s *UpdateRecordsByFieldsReq) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*UpdateRecordsByFieldsReq) SetRecords ¶
func (s *UpdateRecordsByFieldsReq) SetRecords(val []UpdateRecordsByFieldsReqRecordsItem)
SetRecords sets the value of Records.
func (*UpdateRecordsByFieldsReq) UnmarshalJSON ¶
func (s *UpdateRecordsByFieldsReq) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type UpdateRecordsByFieldsReqRecordsItem ¶
func (*UpdateRecordsByFieldsReqRecordsItem) Decode ¶
func (s *UpdateRecordsByFieldsReqRecordsItem) Decode(d *jx.Decoder) error
Decode decodes UpdateRecordsByFieldsReqRecordsItem from json.
func (UpdateRecordsByFieldsReqRecordsItem) Encode ¶
func (s UpdateRecordsByFieldsReqRecordsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (UpdateRecordsByFieldsReqRecordsItem) MarshalJSON ¶
func (s UpdateRecordsByFieldsReqRecordsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*UpdateRecordsByFieldsReqRecordsItem) UnmarshalJSON ¶
func (s *UpdateRecordsByFieldsReqRecordsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type UpdateRecordsByFieldsRes ¶
type UpdateRecordsByFieldsRes interface {
// contains filtered or unexported methods
}
type UpdateRecordsByFieldsUnauthorized ¶
type UpdateRecordsByFieldsUnauthorized struct{}
UpdateRecordsByFieldsUnauthorized is response for UpdateRecordsByFields operation.
type UploadFileBadRequest ¶
type UploadFileBadRequest Error
func (*UploadFileBadRequest) Decode ¶
func (s *UploadFileBadRequest) Decode(d *jx.Decoder) error
Decode decodes UploadFileBadRequest from json.
func (*UploadFileBadRequest) Encode ¶
func (s *UploadFileBadRequest) Encode(e *jx.Encoder)
Encode encodes UploadFileBadRequest as json.
func (*UploadFileBadRequest) MarshalJSON ¶
func (s *UploadFileBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*UploadFileBadRequest) UnmarshalJSON ¶
func (s *UploadFileBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type UploadFileForbidden ¶
type UploadFileForbidden struct{}
UploadFileForbidden is response for UploadFile operation.
type UploadFileNotFound ¶
type UploadFileNotFound Error
func (*UploadFileNotFound) Decode ¶
func (s *UploadFileNotFound) Decode(d *jx.Decoder) error
Decode decodes UploadFileNotFound from json.
func (*UploadFileNotFound) Encode ¶
func (s *UploadFileNotFound) Encode(e *jx.Encoder)
Encode encodes UploadFileNotFound as json.
func (*UploadFileNotFound) MarshalJSON ¶
func (s *UploadFileNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*UploadFileNotFound) UnmarshalJSON ¶
func (s *UploadFileNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type UploadFileOKTextPlain ¶
type UploadFileParams ¶
type UploadFileParams struct {
// Identifier of the file location.
Path string
// Identifier of the file location.
File OptString `json:",omitempty,omitzero"`
}
UploadFileParams is parameters of uploadFile operation.
type UploadFileReq ¶
type UploadFileReq struct {
// Upload file.
UploadFile ht.MultipartFile `json:"uploadFile"`
}
func (*UploadFileReq) GetUploadFile ¶
func (s *UploadFileReq) GetUploadFile() ht.MultipartFile
GetUploadFile returns the value of UploadFile.
func (*UploadFileReq) SetUploadFile ¶
func (s *UploadFileReq) SetUploadFile(val ht.MultipartFile)
SetUploadFile sets the value of UploadFile.
type UploadFileRes ¶
type UploadFileRes interface {
// contains filtered or unexported methods
}
type UploadFileUnauthorized ¶
type UploadFileUnauthorized struct{}
UploadFileUnauthorized is response for UploadFile operation.
type User ¶
type User struct {
Email OptString `json:"email"`
Name OptString `json:"name"`
Picture OptString `json:"Picture"`
LongName OptString `json:"LongName"`
UUID OptUUID `json:"UUID"`
LastLogin OptDateTime `json:"LastLogin"`
Created OptDateTime `json:"Created"`
Permission OptString `json:"Permission"`
}
Ref: #/components/schemas/User
func (*User) GetCreated ¶
func (s *User) GetCreated() OptDateTime
GetCreated returns the value of Created.
func (*User) GetLastLogin ¶
func (s *User) GetLastLogin() OptDateTime
GetLastLogin returns the value of LastLogin.
func (*User) GetLongName ¶
GetLongName returns the value of LongName.
func (*User) GetPermission ¶
GetPermission returns the value of Permission.
func (*User) GetPicture ¶
GetPicture returns the value of Picture.
func (*User) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*User) SetCreated ¶
func (s *User) SetCreated(val OptDateTime)
SetCreated sets the value of Created.
func (*User) SetLastLogin ¶
func (s *User) SetLastLogin(val OptDateTime)
SetLastLogin sets the value of LastLogin.
func (*User) SetLongName ¶
SetLongName sets the value of LongName.
func (*User) SetPermission ¶
SetPermission sets the value of Permission.
func (*User) SetPicture ¶
SetPicture sets the value of Picture.
func (*User) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type Versions ¶
type Versions struct {
Handler []APIHandler `json:"Handler"`
Product OptString `json:"Product"`
Version OptString `json:"Version"`
}
Ref: #/components/schemas/Versions
func (*Versions) GetHandler ¶
func (s *Versions) GetHandler() []APIHandler
GetHandler returns the value of Handler.
func (*Versions) GetProduct ¶
GetProduct returns the value of Product.
func (*Versions) GetVersion ¶
GetVersion returns the value of Version.
func (*Versions) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Versions) SetHandler ¶
func (s *Versions) SetHandler(val []APIHandler)
SetHandler sets the value of Handler.
func (*Versions) SetProduct ¶
SetProduct sets the value of Product.
func (*Versions) SetVersion ¶
SetVersion sets the value of Version.
func (*Versions) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
Source Files
¶
- oas_cfg_gen.go
- oas_client_gen.go
- oas_defaults_gen.go
- oas_handlers_gen.go
- oas_interfaces_gen.go
- oas_json_gen.go
- oas_labeler_gen.go
- oas_middleware_gen.go
- oas_operations_gen.go
- oas_parameters_gen.go
- oas_request_decoders_gen.go
- oas_request_encoders_gen.go
- oas_response_decoders_gen.go
- oas_response_encoders_gen.go
- oas_router_gen.go
- oas_schemas_gen.go
- oas_security_gen.go
- oas_server_gen.go
- oas_unimplemented_gen.go
- oas_uri_gen.go
- oas_validators_gen.go