Skip to content

Commit

Permalink
Remove completely unused structs
Browse files Browse the repository at this point in the history
  • Loading branch information
sean- committed May 15, 2016
1 parent 92298e3 commit 0e34cc3
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions command/agent/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ type handshakeRequest struct {
Version int32
}

type eventRequest struct {
Name string
Payload []byte
Coalesce bool
}

type forceLeaveRequest struct {
Node string
}
Expand Down Expand Up @@ -149,10 +143,6 @@ type monitorRequest struct {
LogLevel string
}

type streamRequest struct {
Type string
}

type stopRequest struct {
Stop uint64
}
Expand All @@ -161,14 +151,6 @@ type logRecord struct {
Log string
}

type userEventRecord struct {
Event string
LTime serf.LamportTime
Name string
Payload []byte
Coalesce bool
}

type Member struct {
Name string
Addr net.IP
Expand All @@ -183,11 +165,6 @@ type Member struct {
DelegateCur uint8
}

type memberEventRecord struct {
Event string
Members []Member
}

type AgentRPC struct {
sync.Mutex
agent *Agent
Expand Down

0 comments on commit 0e34cc3

Please sign in to comment.