tar

package
v1.55.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IN_MEMORY_TAR_FOLDERS = os.Getenv("DYNATRACE_IN_MEMORY_TAR_FOLDERS") == "true"

Functions

This section is empty.

Types

type Folder

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

func New

func New(name string) (*Folder, bool, error)

func NewExisting

func NewExisting(name string) (*Folder, bool, error)

func (*Folder) Delete

func (me *Folder) Delete(id string) error

func (*Folder) Get

func (me *Folder) Get(id string) (*api.Stub, []byte, error)

func (*Folder) List

func (me *Folder) List() (api.Stubs, error)

func (*Folder) Save

func (me *Folder) Save(stub api.Stub, data []byte) error

func (*Folder) SaveAllCallback added in v1.52.0

func (me *Folder) SaveAllCallback(numItems int, getStubDataFunc GetStubDataFunc) error

type FolderCache added in v1.52.0

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

type GetStubDataFunc added in v1.52.0

type GetStubDataFunc func(idx int) (api.Stub, []byte, bool, error)

Jump to

Keyboard shortcuts

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