goc/pkg/server/watchstream.go

10 lines
187 B
Go
Raw Normal View History

2021-06-10 12:03:47 +00:00
package server
// GocWatchCoverArg defines client -> server arg
type GocWatchCoverArg struct {
}
// GocWatchCoverReply defines client -> server reply
type GocWatchCoverReply struct {
}