mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
internal/server/server.go: Some documentation.
This commit is contained in:
parent
1f22435dfa
commit
a73f1eae8b
1 changed files with 6 additions and 2 deletions
|
|
@ -16,8 +16,12 @@ import (
|
|||
type Server struct {
|
||||
gnet.BuiltinEventEngine
|
||||
|
||||
addr string
|
||||
eng gnet.Engine
|
||||
eng gnet.Engine
|
||||
|
||||
// Address to bind to.
|
||||
addr string
|
||||
|
||||
// Number of connections between each OnTick()
|
||||
num_conn uint64
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue