mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
7 lines
132 B
Protocol Buffer
7 lines
132 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package oracle.v1;
|
|
|
|
option go_package = "github.com/onsonr/hway/x/oracle/types";
|
|
|
|
import "gogoproto/gogo.proto"; |