10 lines
124 B
Go
10 lines
124 B
Go
package client
|
|
|
|
import (
|
|
crc "git.loafle.net/commons_go/rpc/client"
|
|
)
|
|
|
|
type ClientHandler interface {
|
|
crc.ClientHandler
|
|
}
|