server/ipc/server_handlers.go

8 lines
110 B
Go
Raw Normal View History

2017-10-26 12:30:55 +00:00
package ipc
import "git.loafle.net/commons_go/server"
type ServerHandlers struct {
server.ServerHandlers
}