type Server struct {
ServerHost string `yaml:"server_host"`
HTTPPort int `yaml:"port"`
GrpcPlainPort int `yaml:"grpc_plain_port"`
GrpcSecurePort int `yaml:"grpc_secure_port"`
PageTokenExpireTime time.Duration `yaml:"page_token_expire_time"`
PageTokenSecret string `yaml:"page_token_secret"`
}