Versions in this module Expand all Collapse all v1 v1.0.0 Jul 26, 2026 Changes in this version + const DeploymentJobStatusCancelled + const DeploymentJobStatusConfigured + const DeploymentJobStatusConfiguring + const DeploymentJobStatusDeployed + const DeploymentJobStatusDeploying + const DeploymentJobStatusFailed + const DeploymentJobStatusQueued + const DeploymentJobStatusSuccess + const DeploymentJobStatusTimeOut + const HostConfigurationStatusCancelled + const HostConfigurationStatusConfiguring + const HostConfigurationStatusFailed + const HostConfigurationStatusPending + const HostConfigurationStatusSuccess + const HostConfigurationStatusTimeOut + const HostRestartServiceStatusDrainTraffic + const HostRestartServiceStatusFailed + const HostRestartServiceStatusPending + const HostRestartServiceStatusRestarting + const HostRestartServiceStatusRoutingTraffic + const HostRestartServiceStatusStarting + const HostRestartServiceStatusSuccess + const HostRestartServiceStatusTimeOut + const HostRestartServiceStatusWaitReady + type ArtifactdRepository struct + ID string + Ns string + URL string + type BoundAddress struct + Host string + Port int + type BuildArtifact struct + Actor string + Archive []*entity.File + Branch string + CommitID string + Data json.RawMessage + Id string + Name string + Ns string + OsArch []string + PublishedAt time.Time + RepositoryID string + Source string + Tag string + URLx string + func (a *BuildArtifact) CreatedTime() time.Time + func (a *BuildArtifact) ID() string + func (a *BuildArtifact) Namespace() string + func (a *BuildArtifact) RefIDs() []string + func (a *BuildArtifact) URL() string + func (a *BuildArtifact) Validate() error + func (a *BuildArtifact) WithCreatedTime(t time.Time) mycontent.Data + func (a *BuildArtifact) WithEventID(id uint64) mycontent.VersionedData + func (a *BuildArtifact) WithID(id string) mycontent.Data + func (a *BuildArtifact) WithNamespace(id string) mycontent.Data + func (a *BuildArtifact) WithURL(url string) mycontent.Data + type CancelJobRequest struct + Id string + Ns string + Service string + type ClickHouseStorageConfig struct + Address string + type CloudflareConfig struct + TunnelToken string + type ClusterConfiguration struct + Arch string + OS string + RaftDir string + type ConfigureHostJob struct + Status map[string]HostConfigurationState + type ConfirmDeployment struct + CTAButtonLabel string + Message string + type ContinueDeployment struct + Message string + TargetHost string + type DeploymentJob struct + ConfigureHostJob ConfigureHostJob + FinishedAt *time.Time + Id string + Ns string + PendingUserAction *PendingUserAction + PublishedAt time.Time + RaftConfig *RaftConfig + Request *SubmitDeploymentJobRequest + RestartServiceJob RestartServiceJob + Status DeploymentJobStatus + Target []Host + Url string + func (d *DeploymentJob) CreatedTime() time.Time + func (d *DeploymentJob) ID() string + func (d *DeploymentJob) Namespace() string + func (d *DeploymentJob) RefIDs() []string + func (d *DeploymentJob) URL() string + func (d *DeploymentJob) Validate() error + func (d *DeploymentJob) WithCreatedTime(t time.Time) mycontent.Data + func (d *DeploymentJob) WithID(id string) mycontent.Data + func (d *DeploymentJob) WithNamespace(id string) mycontent.Data + func (d *DeploymentJob) WithURL(url string) mycontent.Data + type DeploymentJobByService struct + func (d *DeploymentJobByService) RefIDs() []string + type DeploymentJobStatus string + type Env struct + type Host struct + Architecture string + FQDN string + Host string + Ns string + OS string + PublishedAt time.Time + RaftConfig RaftHostConfig + URLx string + func (a *Host) CreatedTime() time.Time + func (a *Host) ID() string + func (a *Host) Namespace() string + func (a *Host) RefIDs() []string + func (a *Host) URL() string + func (a *Host) Validate() error + func (a *Host) WithCreatedTime(t time.Time) mycontent.Data + func (a *Host) WithID(id string) mycontent.Data + func (a *Host) WithNamespace(id string) mycontent.Data + func (a *Host) WithURL(url string) mycontent.Data + type HostConfigurationState struct + ErrorMessage *string + JobID string + Status HostConfigurationStatus + URL string + type HostConfigurationStatus string + type HostDeploymentJob struct + Status HostRestartServiceStatus + type HostRestartServiceState struct + ErrorMessage *string + JobID string + Status HostRestartServiceStatus + URL string + type HostRestartServiceStatus string + type KV struct + Ns string + PublishedAt time.Time + Service string + URLx string + Value map[string]string + Version string + func (a *KV) CreatedTime() time.Time + func (a *KV) ID() string + func (a *KV) Namespace() string + func (a *KV) RefIDs() []string + func (a *KV) URL() string + func (a *KV) Validate() error + func (a *KV) WithCreatedTime(t time.Time) mycontent.Data + func (a *KV) WithID(id string) mycontent.Data + func (a *KV) WithNamespace(ns string) mycontent.Data + func (a *KV) WithURL(url string) mycontent.Data + type PendingUserAction struct + ConfirmDeployment *ConfirmDeployment + ContinueDeployment *ContinueDeployment + type RaftConfig struct + Service map[string]RaftServiceConfig + Shards map[uint64]RaftShardConfig + type RaftHost struct + DeploymentID uint64 + Id string + NodeHostDir string + Ns string + PublishedAt time.Time + RTTMillisecond uint64 + RaftAdress string + ReplicaID uint64 + ServiceID string + URLx string + WALDir string + func (a *RaftHost) CreatedTime() time.Time + func (a *RaftHost) ID() string + func (a *RaftHost) Namespace() string + func (a *RaftHost) RefIDs() []string + func (a *RaftHost) URL() string + func (a *RaftHost) Validate() error + func (a *RaftHost) WithCreatedTime(t time.Time) mycontent.Data + func (a *RaftHost) WithID(id string) mycontent.Data + func (a *RaftHost) WithNamespace(id string) mycontent.Data + func (a *RaftHost) WithURL(url string) mycontent.Data + type RaftHostConfig struct + BaseNodeHostDir string + BaseWALDir string + RTTMillisecond uint64 + ReplicaID uint64 + type RaftReplica struct + Id string + Ns string + PublishedAt time.Time + ReplicaConfig map[uint64]ReplicaConfig + ServiceID string + URLx string + func (a *RaftReplica) CreatedTime() time.Time + func (a *RaftReplica) ID() string + func (a *RaftReplica) Namespace() string + func (a *RaftReplica) RefIDs() []string + func (a *RaftReplica) URL() string + func (a *RaftReplica) Validate() error + func (a *RaftReplica) WithCreatedTime(t time.Time) mycontent.Data + func (a *RaftReplica) WithID(id string) mycontent.Data + func (a *RaftReplica) WithNamespace(id string) mycontent.Data + func (a *RaftReplica) WithURL(url string) mycontent.Data + type RaftServiceConfig struct + DeploymentID uint64 + RaftAddress string + ReplicaID uint64 + type RaftShardConfig struct + BootstrapHost string + Description string + ID string + ShardID uint64 + Type string + type ReplicaConfig struct + Alias string + Config json.RawMessage + Description string + ID string + ReplicaID uint64 + Type string + type Repository struct + Id string + Name string + Ns string + PublishedAt time.Time + Source string + URLx string + func (r *Repository) CreatedTime() time.Time + func (r *Repository) ID() string + func (r *Repository) Namespace() string + func (r *Repository) RefIDs() []string + func (r *Repository) URL() string + func (r *Repository) Validate() error + func (r *Repository) WithCreatedTime(t time.Time) mycontent.Data + func (r *Repository) WithID(id string) mycontent.Data + func (r *Repository) WithNamespace(id string) mycontent.Data + func (r *Repository) WithURL(url string) mycontent.Data + type RestartServiceJob struct + ConfirmedAt *time.Time + ConfirmedBy string + CurrentOrder *uint + HostOrder []string + Status map[string]HostRestartServiceState + type Routing struct + CloudflareConfig *CloudflareConfig + Ns string + PublishedAt time.Time + Service string + URLx string + Version string + func (c *Routing) CreatedTime() time.Time + func (c *Routing) ID() string + func (c *Routing) Namespace() string + func (c *Routing) RefIDs() []string + func (c *Routing) URL() string + func (c *Routing) Validate() error + func (c *Routing) WithCreatedTime(t time.Time) mycontent.Data + func (c *Routing) WithID(id string) mycontent.Data + func (c *Routing) WithNamespace(ns string) mycontent.Data + func (c *Routing) WithURL(url string) mycontent.Data + type Secret struct + type ServiceDefinition struct + BoundAddresses []BoundAddress + Description string + ExecutablePath string + Id string + Name string + Ns string + PublishedAt time.Time + Repository ArtifactdRepository + URLx string + func (a *ServiceDefinition) CreatedTime() time.Time + func (a *ServiceDefinition) ID() string + func (a *ServiceDefinition) Namespace() string + func (a *ServiceDefinition) RefIDs() []string + func (a *ServiceDefinition) URL() string + func (a *ServiceDefinition) Validate() error + func (a *ServiceDefinition) WithCreatedTime(t time.Time) mycontent.Data + func (a *ServiceDefinition) WithID(id string) mycontent.Data + func (a *ServiceDefinition) WithNamespace(id string) mycontent.Data + func (a *ServiceDefinition) WithURL(url string) mycontent.Data + type ServiceInstanceHost struct + ActiveDeployment *HostDeploymentJob + Host string + LatestDeployment *HostDeploymentJob + Ns string + PublishedAt time.Time + RaftConfig *RaftConfig + Service string + URLx string + func (a *ServiceInstanceHost) CreatedTime() time.Time + func (a *ServiceInstanceHost) ID() string + func (a *ServiceInstanceHost) Namespace() string + func (a *ServiceInstanceHost) RefIDs() []string + func (a *ServiceInstanceHost) URL() string + func (a *ServiceInstanceHost) Validate() error + func (a *ServiceInstanceHost) WithCreatedTime(t time.Time) mycontent.Data + func (a *ServiceInstanceHost) WithID(id string) mycontent.Data + func (a *ServiceInstanceHost) WithNamespace(id string) mycontent.Data + func (a *ServiceInstanceHost) WithURL(url string) mycontent.Data + type StorageConfiguration struct + Clickhouse ClickHouseStorageConfig + type SubmitDeploymentJobRequest struct + BuildVersion uint64 + EnvVersion uint64 + Id string + IsBelieve bool + ModifyKey *string + Ns string + PublishedAt time.Time + RaftDeploymentID uint64 + RaftPort uint16 + RaftPortMapping map[string]uint16 + RaftShard map[uint64]RaftShardConfig + RoutingVersion *uint64 + SecretVersion uint64 + Service ServiceDefinition + TargetHosts []Host + TimeoutSeconds *uint32 + Url string