secret

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

README

encode-secret

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataModel

type DataModel struct {
	Test string
}

DataModel public object

type Service

type Service interface {
	Write(m *DataModel) error
	Read() (*DataModel, error)
}

Service repository

func NewService

func NewService(ent *logrus.Entry, path string, dbname string) Service

NewService : create a new service

Jump to

Keyboard shortcuts

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