Files
src.dualinventive.com/go/dinet/rpc/objects_project.go
2024-08-09 12:10:16 +02:00

8 lines
185 B
Go

package rpc
// ProjectsInterfaceParam describes the param projects interface structure
type ProjectsInterfaceParam struct {
abstractParams
Type string `json:"type" msgpack:"type"`
}