mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-28 00:03:32 +00:00
7 lines
150 B
Protocol Buffer
7 lines
150 B
Protocol Buffer
syntax = "proto3";
|
|
package planetmintgo.machine;
|
|
|
|
option go_package = "planetmint-go/x/machine/types";
|
|
|
|
// Msg defines the Msg service.
|
|
service Msg {} |