migration_20240227_0000

package
v0.0.0-...-4f10b81 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Organization

type Organization struct {
	migration_20231031_0000.Base
}

type RegKey

type RegKey struct {
	ServiceNetworkID *uuid.UUID `gorm:"type:uuid"`
	SNOrganizationID *uuid.UUID `gorm:"type:uuid; column:sn_organization_id"`
}

type ServiceNetwork

type ServiceNetwork struct {
	migration_20231031_0000.Base
	OrganizationID uuid.UUID `gorm:"type:uuid"`
	Organization   *Organization
	Description    string
	CaKey          string
	CaCertificates []string `gorm:"type:JSONB; serializer:json"`
	Revision       uint64   `gorm:"type:bigserial;index:"`
}

type Site

type Site struct {
	migration_20231031_0000.Base
	Online   bool
	OnlineAt *time.Time
}

type VPC

type VPC struct {
	CaKey          string   `json:"-"`
	CaCertificates []string `json:"ca_certificates,omitempty" gorm:"type:JSONB; serializer:json"`
}

Jump to

Keyboard shortcuts

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