store

package
v1.28.0-alpha.34 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package store xxx

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store interface {
	// StoreProcessInfo xxx
	// Store process info
	StoreProcessInfo(processInfo *types.ProcessInfo) error

	// GetAllProcessInfos xxx
	// Get all process infos
	GetAllProcessInfos() ([]*types.ProcessInfo, error)

	// DeleteProcessInfo xxx
	// delete process info
	DeleteProcessInfo(processInfo *types.ProcessInfo) error
}

Store xxx

func NewStore

func NewStore(dir string) Store

NewStore xxx

Jump to

Keyboard shortcuts

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