This commit is contained in:
Sergey Cherepanov 2023-04-02 14:33:07 +02:00
parent 6e1c5aab91
commit c66b570396
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,10 @@ type Config struct {
func (c *Config) Init(a *app.App) (err error) { return }
func (c *Config) Name() string { return "config" }
func (c *Config) GetNodesConfId() string {
return "test"
}
func (c *Config) GetNodes() []nodeconf.NodeConfig {
return c.nodes
}

View File

@ -0,0 +1 @@
package strkey