| 28 | var NilBytes = []byte{0} |
| 29 | |
| 30 | type Config struct { |
| 31 | ServiceName string |
| 32 | DataSyncChannel string |
| 33 | NetDiscoveryChannel string |
| 34 | } |
| 35 | |
| 36 | var DefaultConfig = Config{ |
| 37 | ServiceName: "icefiredb", |
nothing calls this directly
no outgoing calls
no test coverage detected