1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-07 02:59:38 +08:00
parent bc88d58e59
commit 0c3f56d7bb
3 changed files with 7 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ type Server struct {
discorse bool
quit bool
batchRead int
serverid uint16
port uint16
}
type Option func(*Server)