Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompositeServer ¶
type CompositeServer struct {
// contains filtered or unexported fields
}
func NewCompositeServer ¶
func NewCompositeServer(ctx context.Context, servers ...Server) (res *CompositeServer)
func (*CompositeServer) Start ¶
func (s *CompositeServer) Start() (err error)
func (*CompositeServer) Stop ¶
func (s *CompositeServer) Stop() (err error)
Click to show internal directories.
Click to hide internal directories.