feat: add protoc pkg

This commit is contained in:
Livio Amstutz
2020-03-23 11:53:12 +01:00
parent 265ea450b1
commit 781e8b215e
12 changed files with 709 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package authoption
//go:generate protoc -I. -I$GOPATH/src --go_out=plugins=grpc:$GOPATH/src options.proto

View File

@@ -0,0 +1,105 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: options.proto
package authoption
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type AuthOption struct {
Permission string `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
CheckFieldName string `protobuf:"bytes,2,opt,name=check_field_name,json=checkFieldName,proto3" json:"check_field_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AuthOption) Reset() { *m = AuthOption{} }
func (m *AuthOption) String() string { return proto.CompactTextString(m) }
func (*AuthOption) ProtoMessage() {}
func (*AuthOption) Descriptor() ([]byte, []int) {
return fileDescriptor_110d40819f1994f9, []int{0}
}
func (m *AuthOption) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AuthOption.Unmarshal(m, b)
}
func (m *AuthOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AuthOption.Marshal(b, m, deterministic)
}
func (m *AuthOption) XXX_Merge(src proto.Message) {
xxx_messageInfo_AuthOption.Merge(m, src)
}
func (m *AuthOption) XXX_Size() int {
return xxx_messageInfo_AuthOption.Size(m)
}
func (m *AuthOption) XXX_DiscardUnknown() {
xxx_messageInfo_AuthOption.DiscardUnknown(m)
}
var xxx_messageInfo_AuthOption proto.InternalMessageInfo
func (m *AuthOption) GetPermission() string {
if m != nil {
return m.Permission
}
return ""
}
func (m *AuthOption) GetCheckFieldName() string {
if m != nil {
return m.CheckFieldName
}
return ""
}
var E_AuthOption = &proto.ExtensionDesc{
ExtendedType: (*descriptor.MethodOptions)(nil),
ExtensionType: (*AuthOption)(nil),
Field: 50000,
Name: "caos.zitadel.utils.v1.auth_option",
Tag: "bytes,50000,opt,name=auth_option",
Filename: "options.proto",
}
func init() {
proto.RegisterType((*AuthOption)(nil), "caos.zitadel.utils.v1.AuthOption")
proto.RegisterExtension(E_AuthOption)
}
func init() { proto.RegisterFile("options.proto", fileDescriptor_110d40819f1994f9) }
var fileDescriptor_110d40819f1994f9 = []byte{
// 252 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x8f, 0x31, 0x4b, 0xc5, 0x30,
0x14, 0x85, 0x79, 0x0a, 0x82, 0x79, 0x28, 0x52, 0x10, 0x8a, 0x83, 0x54, 0xa7, 0x2e, 0xef, 0x06,
0x75, 0x73, 0xd3, 0x41, 0x44, 0x50, 0xe1, 0x0d, 0x0e, 0x2e, 0x25, 0x4d, 0xef, 0x6b, 0x83, 0x6d,
0x6e, 0x49, 0x6e, 0x1c, 0xfc, 0x01, 0xfe, 0x3e, 0x7f, 0x92, 0x34, 0xa9, 0x3e, 0x07, 0xa7, 0x5c,
0x0e, 0xe7, 0x9c, 0x7c, 0x47, 0x1c, 0xd0, 0xc8, 0x86, 0xac, 0x87, 0xd1, 0x11, 0x53, 0x76, 0xac,
0x15, 0x79, 0xf8, 0x30, 0xac, 0x1a, 0xec, 0x21, 0xb0, 0xe9, 0x3d, 0xbc, 0x5f, 0x9c, 0x14, 0x2d,
0x51, 0xdb, 0xa3, 0x8c, 0xa6, 0x3a, 0x6c, 0x64, 0x83, 0x5e, 0x3b, 0x33, 0x32, 0xb9, 0x14, 0x3c,
0x7f, 0x11, 0xe2, 0x26, 0x70, 0xf7, 0x1c, 0xdb, 0xb2, 0x53, 0x21, 0x46, 0x74, 0x83, 0xf1, 0xde,
0x90, 0xcd, 0x17, 0xc5, 0xa2, 0xdc, 0x5f, 0xff, 0x51, 0xb2, 0x52, 0x1c, 0xe9, 0x0e, 0xf5, 0x5b,
0xb5, 0x31, 0xd8, 0x37, 0x95, 0x55, 0x03, 0xe6, 0x3b, 0xd1, 0x75, 0x18, 0xf5, 0xbb, 0x49, 0x7e,
0x52, 0x03, 0x5e, 0x37, 0x62, 0xa9, 0x02, 0x77, 0x15, 0xcd, 0xc5, 0x90, 0x48, 0xe0, 0x87, 0x04,
0x1e, 0x91, 0x3b, 0x6a, 0xd2, 0xbf, 0x3e, 0xff, 0xfa, 0xdc, 0x2d, 0x16, 0xe5, 0xf2, 0xf2, 0x0c,
0xfe, 0x1d, 0x02, 0x5b, 0xc6, 0xb5, 0x50, 0xbf, 0xf7, 0xed, 0xc3, 0xeb, 0x7d, 0x6b, 0xb8, 0x0b,
0x35, 0x68, 0x1a, 0xe4, 0x14, 0x95, 0x73, 0x54, 0x1a, 0xcb, 0xe8, 0xac, 0xea, 0xd3, 0x76, 0x3d,
0x3f, 0xab, 0x16, 0xed, 0x6a, 0x2a, 0x48, 0x5c, 0x72, 0x7b, 0xd6, 0x7b, 0xd1, 0x71, 0xf5, 0x1d,
0x00, 0x00, 0xff, 0xff, 0xd2, 0xa7, 0xf7, 0xca, 0x5a, 0x01, 0x00, 0x00,
}

View File

@@ -0,0 +1,17 @@
syntax = "proto3";
package caos.zitadel.utils.v1;
import "google/protobuf/descriptor.proto";
option go_package = "github.com/caos/zitadel/internal/protoc/protoc-gen-authoption/authoption";
extend google.protobuf.MethodOptions {
AuthOption auth_option = 50000;
}
message AuthOption {
string permission = 1;
string check_field_name = 2;
}