accountservice

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const CName = "common.accountservice"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	PeerId     string `yaml:"peerId"`
	PeerKey    string `yaml:"peerKey"`
	SigningKey string `yaml:"signingKey"`
}

type ConfigGetter

type ConfigGetter interface {
	GetAccount() Config
}

type Service

type Service interface {
	app.Component
	Account() *accountdata.AccountKeys
}

Directories

Path Synopsis
Package mock_accountservice is a generated GoMock package.
Package mock_accountservice is a generated GoMock package.

Jump to

Keyboard shortcuts

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