provider

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: May 2, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAlreadyExistsError added in v0.1.4

func NewAlreadyExistsError(msg string) error

func NewDoesNotExistError added in v0.1.4

func NewDoesNotExistError(msg string) error

Types

type AlreadyExistsError added in v0.1.4

type AlreadyExistsError struct {
	// contains filtered or unexported fields
}

func (*AlreadyExistsError) Error added in v0.1.4

func (error *AlreadyExistsError) Error() string

type DoesNotExistError added in v0.1.4

type DoesNotExistError struct {
	// contains filtered or unexported fields
}

func (*DoesNotExistError) Error added in v0.1.4

func (error *DoesNotExistError) Error() string

type Provider

type Provider interface {
	Create([]string) error
	Update([]string) error
	Delete() error
	String() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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