schema

package module
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2020 License: MIT Imports: 6 Imported by: 6

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 added in v1.1.0

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