12 lines
206 B
Protocol Buffer
12 lines
206 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package conf;
|
|
|
|
option go_package = "github.com/tx7do/kratos-bootstrap/api/gen/go/conf/v1;conf";
|
|
|
|
import "google/protobuf/duration.proto";
|
|
|
|
// 授权
|
|
message Authorization {
|
|
}
|