1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-04 12:03:43 +02:00

internal/server/server.go: Some documentation.

This commit is contained in:
Henrik Hautakoski 2023-01-04 13:55:07 +01:00
parent 1f22435dfa
commit a73f1eae8b
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -16,8 +16,12 @@ import (
type Server struct { type Server struct {
gnet.BuiltinEventEngine 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 num_conn uint64
} }