mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-23 22:15:47 +00:00
7 lines
164 B
Protocol Buffer
7 lines
164 B
Protocol Buffer
syntax = "proto3";
|
|
package planetmintgo.der;
|
|
|
|
option go_package = "github.com/planetmint/planetmint-go/x/der/types";
|
|
|
|
// Msg defines the Msg service.
|
|
service Msg {} |