10 lines
124 B
Go
10 lines
124 B
Go
|
package ipc
|
||
|
|
||
|
import "git.loafle.net/commons_go/server"
|
||
|
|
||
|
type ServerHandlers struct {
|
||
|
server.ServerHandlers
|
||
|
|
||
|
path string
|
||
|
}
|