entity

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppVersion

type AppVersion struct {
	Id         uuid.AppVersionId
	ClientId   uuid.ClientId
	ProjectId  uuid.ProjectId
	ServiceId  uuid.ServiceStackId
	Source     enum.AppVersionSourceEnum
	Sequence   types.Int
	Status     enum.AppVersionStatusEnum
	Created    types.DateTime
	LastUpdate types.DateTime
	Build      *output.AppVersionBuild
}

type AppVersionBuild

type AppVersionBuild struct {
	ServiceStackId            uuid.ServiceStackIdNull
	ServiceStackName          types.StringNull
	ServiceStackTypeVersionId stringId.ServiceStackTypeVersionIdNull
	PipelineStart             types.DateTimeNull
	PipelineFinish            types.DateTimeNull
	PipelineFailed            types.DateTimeNull
	ContainerCreationStart    types.DateTimeNull
	StartDate                 types.DateTimeNull
	EndDate                   types.DateTimeNull
	CacheUsed                 types.Bool
	HasCurrentCache           types.Bool
}

type Container

type Container struct {
	ID        uuid.ContainerId
	ClientId  uuid.ClientId
	ProjectId uuid.ProjectId
	ServiceId uuid.ServiceStackId
	Status    enum.ContainerStatusEnum
	Number    types.Int
	Name      types.StringNull
	Hostname  types.StringNull
	Created   types.DateTime
}

type Org

type Org struct {
	ID   uuid.ClientId
	Role enum.ClientUserRoleCodeEnum
	Name types.String
}

type Project

type Project struct {
	ID          uuid.ProjectId
	Name        types.String
	ClientId    uuid.ClientId
	Description types.Text
	Status      enum.ProjectStatusEnum
}

type Service

type Service struct {
	ID                  uuid.ServiceStackId
	ClientId            uuid.ClientId
	Name                types.String
	Status              enum.ServiceStackStatusEnum
	ServiceTypeId       stringId.ServiceStackTypeId
	ServiceTypeCategory enum.ServiceStackTypeCategoryEnum
}

type VpnKey

type VpnKey struct {
	Key       string
	ProjectId uuid.ProjectId
	CreatedAt time.Time
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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