8 lines
185 B
Go
8 lines
185 B
Go
package rpc
|
|
|
|
// ProjectsInterfaceParam describes the param projects interface structure
|
|
type ProjectsInterfaceParam struct {
|
|
abstractParams
|
|
Type string `json:"type" msgpack:"type"`
|
|
}
|