src.dualinventive.com/go/dinet/rpc/objects_project.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"`
}