| 16 | ) |
| 17 | |
| 18 | type Server struct { |
| 19 | Buckets []*Bucket |
| 20 | Options ServerOptions |
| 21 | bucketIdx uint32 |
| 22 | operator Operator |
| 23 | } |
| 24 | |
| 25 | type ServerOptions struct { |
| 26 | WriteWait time.Duration |
nothing calls this directly
no outgoing calls
no test coverage detected