package ipc import ( "git.loafle.net/commons_go/server" ) type ClientHandlers struct { server.ClientHandlers path string }