mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-09 09:35:03 +09:00
make common module as any-sync repo
This commit is contained in:
parent
aac5b3e83c
commit
596a315c5f
320 changed files with 453 additions and 29202 deletions
9
metric/config.go
Normal file
9
metric/config.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package metric
|
||||
|
||||
type configSource interface {
|
||||
GetMetric() Config
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
Addr string `yaml:"addr"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue