tool

package
v0.0.0-...-8dc1d63 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ILogger

type ILogger interface {
	Fatalf(format string, v ...interface{})
	Printf(format string, v ...interface{})
}

ILogger provides logging capabilities.

type IStorage

type IStorage interface {
	Load(v interface{}, params ...string) error
	Save(v interface{}, params ...string) error
	Delete(params ...string) error
	Filename(params ...string) string
}

IStorage provides storage for sensitive data.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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