server/ipc/ipc.go

10 lines
124 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
path string
}