10 lines
115 B
Go
10 lines
115 B
Go
|
package gateway
|
||
|
|
||
|
import (
|
||
|
"git.loafle.net/commons_go/rpc"
|
||
|
)
|
||
|
|
||
|
type ServletHandlers struct {
|
||
|
rpc.ServletHandlers
|
||
|
}
|