From 7df5ddac5097b1207570d2d1fa59fdaf7051800a Mon Sep 17 00:00:00 2001 From: "Andrew Gallant (Ocelot)" Date: Thu, 10 May 2012 23:57:34 -0400 Subject: better docs --- xgb.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'xgb.go') diff --git a/xgb.go b/xgb.go index 75af854..50cfdba 100644 --- a/xgb.go +++ b/xgb.go @@ -118,7 +118,6 @@ func (c *Conn) Close() { // Event is an interface that can contain any of the events returned by the // server. Use a type assertion switch to extract the Event structs. type Event interface { - ImplementsEvent() Bytes() []byte String() string } @@ -141,7 +140,6 @@ var NewExtEventFuncs = make(map[string]map[int]NewEventFun) // Error is an interface that can contain any of the errors returned by // the server. Use a type assertion switch to extract the Error structs. type Error interface { - ImplementsError() SequenceId() uint16 BadId() uint32 Error() string -- cgit v1.2.3