server/ipc/client_handlers.go

12 lines
129 B
Go
Raw Normal View History

2017-10-27 07:07:14 +00:00
package ipc
import (
"git.loafle.net/commons_go/server"
)
type ClientHandlers struct {
server.ClientHandlers
path string
}