Documentation ¶
Overview ¶
* Copyright (c) 2023 Juice Technologies, Inc. All Rights Reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateEndpointFn ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AddCreateEndpoint ¶
func (server *Server) AddCreateEndpoint(fn CreateEndpointFn)
func (*Server) SetCreateEndpoint ¶
func (server *Server) SetCreateEndpoint(name string, fn CreateEndpointFn)
Click to show internal directories.
Click to hide internal directories.