spicedb

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterSpec

type ClusterSpec struct {
	Version   ClusterSpecVersion `json:"version,omitempty"`
	Locations []string           `json:"locations,omitempty"`
}

type ClusterSpecVersion

type ClusterSpecVersion string
const (
	ClusterSpecVersion1141 ClusterSpecVersion = "1.14.1"
)

type ClusterStatus

type ClusterStatus struct {
	ExternalEndpoint string `json:"externalEndpoint,omitempty"`
}

type SpicedbCluster

type SpicedbCluster struct {
	Id           string             `json:"id,omitempty"`
	Name         base.Name          `json:"name,omitempty"`
	Kind         base.Kind          `json:"kind,omitempty"`
	Version      float32            `json:"version"`
	Description  string             `json:"description,omitempty"`
	Tags         SpicedbClusterTags `json:"tags,omitempty"`
	Created      string             `json:"created,omitempty"`
	LastModified string             `json:"lastModified,omitempty"`
	Links        base.Links         `json:"links,omitempty"`
	Spec         SpicedbClusterSpec `json:"spec"`
	Alias        string             `json:"alias,omitempty"`
	Status       ClusterStatus      `json:"status,omitempty"`
}

type SpicedbClusterSpec

type SpicedbClusterSpec struct {
	Version   SpicedbClusterSpecVersion `json:"version,omitempty"`
	Locations []string                  `json:"locations,omitempty"`
}

type SpicedbClusterSpecVersion

type SpicedbClusterSpecVersion string
const (
	SpicedbClusterSpecVersion1141 SpicedbClusterSpecVersion = "1.14.1"
)

type SpicedbClusterTags added in v1.0.0

type SpicedbClusterTags map[string]any

Jump to

Keyboard shortcuts

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