diff --git a/group.go b/group.go index 7f532ed..61f3242 100644 --- a/group.go +++ b/group.go @@ -54,10 +54,6 @@ type addLabelAction struct { label string } -type getUpAction struct { - ch chan<- string -} - type pushConnsAction struct { c client } @@ -185,11 +181,6 @@ func delGroupUnlocked(name string) bool { return true } -type userid struct { - id string - username string -} - func addClient(name string, c client, pass string) (*group, error) { g, err := addGroup(name, nil) if err != nil {