storage

package
v0.0.0-...-8aeab1e Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const PostgresStorageType = "postgres"

Variables

This section is empty.

Functions

This section is empty.

Types

type OrgEditor

type OrgEditor interface {
	UpsertOrg(ctx context.Context, request *taikaiv1.UpsertOrgRequest) (*emptypb.Empty, error)
	ListOrg(ctx context.Context, request *taikaiv1.ListOrgRequest) (*taikaiv1.ListOrgResponse, error)
}

type StorageInterface

type StorageInterface interface {
	Initialize(ctx context.Context) (shutdown func(), err error)
	Ready(ctx context.Context) bool
}

type StorageType

type StorageType string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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