6 lines
85 B
Go
6 lines
85 B
Go
|
package config
|
||
|
|
||
|
type ProtocolConfig interface {
|
||
|
Defaults() map[string]interface{}
|
||
|
}
|