get better names

This commit is contained in:
2023-12-02 01:01:16 +01:00
parent 6e98701299
commit 288fa282b4
13 changed files with 212 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import "go.mongodb.org/mongo-driver/bson/bsontype"
import "go.mongodb.org/mongo-driver/bson/primitive"
import "gogs.mikescher.com/BlackForestBytes/goext/exerr"
const ChecksumIDGenerator = "cf5fe3d14932e535744418c0aa3751c08f392f9f117bfa5e8b04f70379879131" // GoExtVersion: 0.0.288
const ChecksumIDGenerator = "c6ecd0c3665e4ed6d1316ccf2899ba29a28d9d06b6c6b97a86adc19c1343787e" // GoExtVersion: 0.0.288
// ================================ AnyID (ids.go) ================================

View File

@@ -11,4 +11,5 @@ type Server struct {
PID *int `json:"pid"`
UID uint32 `json:"uid"`
SockState string `json:"sockState"`
Name string `json:"name"`
}