accountservice

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 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
Code generated by MockGen.
Code generated by MockGen.

Jump to

Keyboard shortcuts

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