appctl

package
v0.0.1-beta3 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfCtl

type ConfCtl interface {
	Configure(m map[string]string) (err error)
	ConfigureData(data string) (err error)
	Load() (m map[string]string, err error)
	LoadData() (data string, err error)
}

type LogCtl

type LogCtl interface {
	LoadLog() (data string) // LoadLog returns logger file data
	Truncate()              // Truncate the logger file
}

Jump to

Keyboard shortcuts

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