mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
fix test
This commit is contained in:
parent
f651813f0b
commit
d7aaa95e57
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue