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) Init(a *app.App) (err error) { return }
|
||||||
func (c *Config) Name() string { return "config" }
|
func (c *Config) Name() string { return "config" }
|
||||||
|
|
||||||
|
func (c *Config) GetNodesConfId() string {
|
||||||
|
return "test"
|
||||||
|
}
|
||||||
|
|
||||||
func (c *Config) GetNodes() []nodeconf.NodeConfig {
|
func (c *Config) GetNodes() []nodeconf.NodeConfig {
|
||||||
return c.nodes
|
return c.nodes
|
||||||
}
|
}
|
||||||
|
|
1
util/strkey/strkey_test.go
Normal file
1
util/strkey/strkey_test.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package strkey
|
Loading…
Add table
Add a link
Reference in a new issue