7 lines
83 B
Go
7 lines
83 B
Go
package proto
|
|
|
|
type ControlRpcMessage[T any] struct {
|
|
Request uint64
|
|
Content T
|
|
}
|