docs: extend docs

This commit is contained in:
 Ilya Atamas
2019-04-22 19:36:03 +03:00
parent 1d688d0263
commit e8305cc7f1
3 changed files with 6 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ import (
zap "go.uber.org/zap"
)
// ServerOptions provides configuration for Server method
type ServerOptions struct {
ListenAddress string
}