Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseServer ¶
func NewBaseServer ¶
func NewBaseServer() *BaseServer
type Dispatcher ¶
type Dispatcher interface {
Dispatch()
}
type Optional ¶
type Optional[T any] struct { // contains filtered or unexported fields }
func OptionalEmpty ¶
func OptionalMap ¶
func OptionalOf ¶
type ServiceRegister ¶
type ServiceRegister interface {
RegisterService(svs ...Service)
}
Click to show internal directories.
Click to hide internal directories.