goc/pkg/server/watchstream.go
2021-06-10 20:03:47 +08:00

10 lines
187 B
Go

package server
// GocWatchCoverArg defines client -> server arg
type GocWatchCoverArg struct {
}
// GocWatchCoverReply defines client -> server reply
type GocWatchCoverReply struct {
}