package net type Option func(server *Server) func WithXXX() Option { return func(server *Server) { } }