schema

package
v2.3.32 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Hash

func Hash(schema string) string

Types

type Registry

type Registry interface {
	// Returns the schema for the given schema key.
	Get(key string) (string, error)

	// Returns the the key of the schema on success.
	Set(schema string) (string, error)

	// Closes all resources.
	Close() error
}

func NewCachedRegistry

func NewCachedRegistry(registry Registry) Registry

func NewConsulSchemaRegistry

func NewConsulSchemaRegistry(client *consul.Client) Registry

func NewNoopRegistry

func NewNoopRegistry() Registry

Jump to

Keyboard shortcuts

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