store

package
v0.12.5 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

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

Store is the place to record information or keep files about a project

func Open added in v0.9.0

func Open(projectPath, tableName string) (*Store, error)

Open returns an instance of Store

func (*Store) GetString added in v0.8.0

func (s *Store) GetString(key string) (string, error)

GetString retrieves a string for a key

func (*Store) SetString added in v0.8.0

func (s *Store) SetString(key, value string) error

SetString stores a string for a key

Jump to

Keyboard shortcuts

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