10 lines
187 B
Go
10 lines
187 B
Go
![]() |
package server
|
||
|
|
||
|
// GocWatchCoverArg defines client -> server arg
|
||
|
type GocWatchCoverArg struct {
|
||
|
}
|
||
|
|
||
|
// GocWatchCoverReply defines client -> server reply
|
||
|
type GocWatchCoverReply struct {
|
||
|
}
|