entity

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConfig

type AppConfig struct {
	BindAddress     string `yaml:"bind_address" envconfig:"BIND_ADDRESS"`
	AuthToken       string `yaml:"auth_token" envconfig:"AUTH_TOKEN"`
	DieAfter        uint   `yaml:"die_after" envconfig:"DIE_AFTER"`
	CertificateFile string `yaml:"certificate_file" envconfig:"CERTIFICATE_FILE"`
	KeyFile         string `yaml:"key_file" envconfig:"KEY_FILE"`
}

type Registrant

type Registrant struct {
	Id       string    `json:"id"`
	Address  string    `json:"address"`
	LastPing time.Time `json:"last_ping,omitempty"`
}

Jump to

Keyboard shortcuts

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