driver

package
v1.1.12 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Driver

type Driver interface {
	Create(string) (string, error)
	Get(string) (string, error)
	List() (map[string]string, error)
	Release(string) error
	Version() string
}

type InAccel

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

func NewInAccel

func NewInAccel(config pkg.Config, version string) (*InAccel, error)

func (*InAccel) Create

func (inaccel *InAccel) Create(name string) (string, error)

func (*InAccel) Get

func (inaccel *InAccel) Get(name string) (string, error)

func (*InAccel) List

func (inaccel *InAccel) List() (map[string]string, error)

func (*InAccel) Release

func (inaccel *InAccel) Release(name string) error

func (*InAccel) Version

func (inaccel *InAccel) Version() string

Jump to

Keyboard shortcuts

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