package
0.0.0-20240930192354-06b9bf3a569b
Repository: https://github.com/cossim/coss-server.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

New returns a new Manager for creating Controllers.
NewHttp returns a new server with sane defaults.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable allows a component to be started.

# Type aliases

BaseContextFunc is a function used to provide a base Context to Runnables managed by a Manager.
HealthProbeListener 是一个接受地址参数并返回 net.Listener 和 error 的函数类型.