bgammon/client.go

5 lines
75 B
Go

package bgammon
type Client interface {
Terminate(reason string) error
}