12 lines
129 B
Go
12 lines
129 B
Go
package ipc
|
|
|
|
import (
|
|
"git.loafle.net/commons_go/server"
|
|
)
|
|
|
|
type ClientHandlers struct {
|
|
server.ClientHandlers
|
|
|
|
path string
|
|
}
|