connection

package
v0.0.0-...-a1284a6 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2023 License: GPL-3.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 Response

type Response struct {
	Id    string `json:"id"`
	Value string `json:"value"`
}

type SqlLiteClient

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

func Init

func Init() (*SqlLiteClient, error)

func (SqlLiteClient) Add

func (s SqlLiteClient) Add(r Response) error

func (SqlLiteClient) Delete

func (s SqlLiteClient) Delete(id string) error

func (SqlLiteClient) Get

func (s SqlLiteClient) Get(id string) (*Response, error)

Jump to

Keyboard shortcuts

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