types

package
v4.2.721+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateSchemasRequest

type CreateSchemasRequest struct {
	Schemas []*schemas.Schema
}

type DeleteSchemasRequest

type DeleteSchemasRequest struct {
	SchemaMeta *schemas.SchemaMeta
}

type ListSchemasRequest

type ListSchemasRequest struct {
	SchemaMeta *schemas.SchemaMeta
}

type SchemaDAO

type SchemaDAO interface {
	CreateSchemas(*CreateSchemasRequest) error
	ListSchemas(*ListSchemasRequest) ([]*schemas.Schema, error)
	DeleteSchemas(*DeleteSchemasRequest) error
}

Jump to

Keyboard shortcuts

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