SYMBOL INDEX (16463 symbols across 349 files) FILE: _examples/01_minimum/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 24) | type GetPostRequest struct method Reset (line 32) | func (x *GetPostRequest) Reset() { method String (line 41) | func (x *GetPostRequest) String() string { method ProtoMessage (line 45) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 64) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 71) | type GetPostResponse struct method Reset (line 79) | func (x *GetPostResponse) Reset() { method String (line 88) | func (x *GetPostResponse) String() string { method ProtoMessage (line 92) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 94) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 107) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 111) | func (x *GetPostResponse) GetPost() *Post { type Post (line 118) | type Post struct method Reset (line 129) | func (x *Post) Reset() { method String (line 138) | func (x *Post) String() string { method ProtoMessage (line 142) | func (*Post) ProtoMessage() {} method ProtoReflect (line 144) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 161) | func (x *Post) GetId() string { method GetTitle (line 168) | func (x *Post) GetTitle() string { method GetContent (line 175) | func (x *Post) GetContent() string { method GetUser (line 182) | func (x *Post) GetUser() *User { type User (line 189) | type User struct method Reset (line 198) | func (x *User) Reset() { method String (line 207) | func (x *User) String() string { method ProtoMessage (line 211) | func (*User) ProtoMessage() {} method ProtoReflect (line 213) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 226) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 230) | func (x *User) GetId() string { method GetName (line 237) | func (x *User) GetName() string { function file_federation_federation_proto_rawDescGZIP (line 290) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 316) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 317) | func file_federation_federation_proto_init() { FILE: _examples/01_minimum/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/01_minimum/federation/federation_grpc_federation.pb.go type FederationService_Federation_GetPostResponseVariable (line 26) | type FederationService_Federation_GetPostResponseVariable struct type FederationService_Federation_GetPostResponseArgument (line 30) | type FederationService_Federation_GetPostResponseArgument struct type FederationServiceConfig (line 36) | type FederationServiceConfig struct type FederationServiceClientFactory (line 48) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 53) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 60) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 64) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 73) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 81) | type FederationServiceUnimplementedResolver struct method Resolve_Federation_GetPostResponse (line 85) | func (FederationServiceUnimplementedResolver) Resolve_Federation_GetPo... type FederationService (line 91) | type FederationService struct method cleanup (line 156) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 163) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Federation_GetPostResponse (line 191) | func (s *FederationService) resolve_Federation_GetPostResponse(ctx con... method logvalue_Federation_GetPostResponse (line 211) | func (s *FederationService) logvalue_Federation_GetPostResponse(v *Get... method logvalue_Federation_GetPostResponseArgument (line 223) | func (s *FederationService) logvalue_Federation_GetPostResponseArgumen... method logvalue_Federation_Post (line 235) | func (s *FederationService) logvalue_Federation_Post(v *Post) slog.Val... method logvalue_Federation_User (line 250) | func (s *FederationService) logvalue_Federation_User(v *User) slog.Val... function NewFederationService (line 107) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 152) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/01_minimum/main_test.go type Resolver (line 23) | type Resolver struct method Resolve_Federation_GetPostResponse (line 42) | func (r *Resolver) Resolve_Federation_GetPostResponse(ctx context.Cont... function TestFederation (line 46) | func TestFederation(t *testing.T) { FILE: _examples/02_simple/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Item_ItemType (line 27) | type Item_ItemType method Enum (line 52) | func (x Item_ItemType) Enum() *Item_ItemType { method String (line 58) | func (x Item_ItemType) String() string { method Descriptor (line 62) | func (Item_ItemType) Descriptor() protoreflect.EnumDescriptor { method Type (line 66) | func (Item_ItemType) Type() protoreflect.EnumType { method Number (line 70) | func (x Item_ItemType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 75) | func (Item_ItemType) EnumDescriptor() ([]byte, []int) { constant Item_ITEM_TYPE_UNSPECIFIED (line 30) | Item_ITEM_TYPE_UNSPECIFIED Item_ItemType = 0 constant Item_ITEM_TYPE_1 (line 31) | Item_ITEM_TYPE_1 Item_ItemType = 1 constant Item_ITEM_TYPE_2 (line 32) | Item_ITEM_TYPE_2 Item_ItemType = 2 constant Item_ITEM_TYPE_3 (line 33) | Item_ITEM_TYPE_3 Item_ItemType = 3 type Item_Location_LocationType (line 79) | type Item_Location_LocationType method Enum (line 98) | func (x Item_Location_LocationType) Enum() *Item_Location_LocationType { method String (line 104) | func (x Item_Location_LocationType) String() string { method Descriptor (line 108) | func (Item_Location_LocationType) Descriptor() protoreflect.EnumDescri... method Type (line 112) | func (Item_Location_LocationType) Type() protoreflect.EnumType { method Number (line 116) | func (x Item_Location_LocationType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 121) | func (Item_Location_LocationType) EnumDescriptor() ([]byte, []int) { constant Item_Location_LOCATION_TYPE_0 (line 82) | Item_Location_LOCATION_TYPE_0 Item_Location_LocationType = 0 constant Item_Location_LOCATION_TYPE_1 (line 83) | Item_Location_LOCATION_TYPE_1 Item_Location_LocationType = 1 type GetPostRequest (line 125) | type GetPostRequest struct method Reset (line 133) | func (x *GetPostRequest) Reset() { method String (line 142) | func (x *GetPostRequest) String() string { method ProtoMessage (line 146) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 148) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 161) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 165) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 172) | type GetPostResponse struct method Reset (line 232) | func (x *GetPostResponse) Reset() { method String (line 241) | func (x *GetPostResponse) String() string { method ProtoMessage (line 245) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 247) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 260) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 264) | func (x *GetPostResponse) GetPost() *Post { method GetStr (line 271) | func (x *GetPostResponse) GetStr() string { method GetUuid (line 278) | func (x *GetPostResponse) GetUuid() string { method GetLoc (line 285) | func (x *GetPostResponse) GetLoc() string { method GetValue1 (line 292) | func (x *GetPostResponse) GetValue1() string { method GetItemTypeName (line 299) | func (x *GetPostResponse) GetItemTypeName() string { method GetLocationTypeName (line 306) | func (x *GetPostResponse) GetLocationTypeName() string { method GetUserItemTypeName (line 313) | func (x *GetPostResponse) GetUserItemTypeName() string { method GetItemTypeValueEnum (line 320) | func (x *GetPostResponse) GetItemTypeValueEnum() Item_ItemType { method GetItemTypeValueInt (line 327) | func (x *GetPostResponse) GetItemTypeValueInt() int32 { method GetItemTypeValueCast (line 334) | func (x *GetPostResponse) GetItemTypeValueCast() Item_ItemType { method GetLocationTypeValue (line 341) | func (x *GetPostResponse) GetLocationTypeValue() int32 { method GetUserItemTypeValue (line 348) | func (x *GetPostResponse) GetUserItemTypeValue() int32 { method GetA (line 355) | func (x *GetPostResponse) GetA() *A { method GetSortedValues (line 362) | func (x *GetPostResponse) GetSortedValues() []int32 { method GetSortedItems (line 369) | func (x *GetPostResponse) GetSortedItems() []*Item { method GetMapValue (line 376) | func (x *GetPostResponse) GetMapValue() map[int32]string { method GetDoubleWrapperValue (line 383) | func (x *GetPostResponse) GetDoubleWrapperValue() *wrapperspb.DoubleVa... method GetFloatWrapperValue (line 390) | func (x *GetPostResponse) GetFloatWrapperValue() *wrapperspb.FloatValue { method GetI64WrapperValue (line 397) | func (x *GetPostResponse) GetI64WrapperValue() *wrapperspb.Int64Value { method GetU64WrapperValue (line 404) | func (x *GetPostResponse) GetU64WrapperValue() *wrapperspb.UInt64Value { method GetI32WrapperValue (line 411) | func (x *GetPostResponse) GetI32WrapperValue() *wrapperspb.Int32Value { method GetU32WrapperValue (line 418) | func (x *GetPostResponse) GetU32WrapperValue() *wrapperspb.UInt32Value { method GetBoolWrapperValue (line 425) | func (x *GetPostResponse) GetBoolWrapperValue() *wrapperspb.BoolValue { method GetStringWrapperValue (line 432) | func (x *GetPostResponse) GetStringWrapperValue() *wrapperspb.StringVa... method GetBytesWrapperValue (line 439) | func (x *GetPostResponse) GetBytesWrapperValue() *wrapperspb.BytesValue { method GetHello (line 446) | func (x *GetPostResponse) GetHello() string { method GetNullTimestamp (line 453) | func (x *GetPostResponse) GetNullTimestamp() *timestamppb.Timestamp { method GetNullTimestamp2 (line 460) | func (x *GetPostResponse) GetNullTimestamp2() *timestamppb.Timestamp { method GetNullTimestamp3 (line 467) | func (x *GetPostResponse) GetNullTimestamp3() *timestamppb.Timestamp { method GetJpLoc (line 474) | func (x *GetPostResponse) GetJpLoc() string { method GetStringsJoin (line 481) | func (x *GetPostResponse) GetStringsJoin() string { method GetParseFloat (line 488) | func (x *GetPostResponse) GetParseFloat() float64 { method GetUrlUserName (line 495) | func (x *GetPostResponse) GetUrlUserName() string { method GetEnumValue (line 502) | func (x *GetPostResponse) GetEnumValue() Item_ItemType { method GetEnumValueStr (line 509) | func (x *GetPostResponse) GetEnumValueStr() string { method GetSqrtDouble (line 516) | func (x *GetPostResponse) GetSqrtDouble() float64 { method GetSqrtInt (line 523) | func (x *GetPostResponse) GetSqrtInt() float64 { method GetPow (line 530) | func (x *GetPostResponse) GetPow() float64 { method GetFloor (line 537) | func (x *GetPostResponse) GetFloor() float64 { method GetFlatten (line 544) | func (x *GetPostResponse) GetFlatten() []int64 { method GetRound (line 551) | func (x *GetPostResponse) GetRound() float64 { method GetAny (line 558) | func (x *GetPostResponse) GetAny() *anypb.Any { method GetReplaced (line 565) | func (x *GetPostResponse) GetReplaced() string { method GetListToMap (line 572) | func (x *GetPostResponse) GetListToMap() map[int32]int32 { method GetUuidParse (line 579) | func (x *GetPostResponse) GetUuidParse() string { method GetUuidValidate (line 586) | func (x *GetPostResponse) GetUuidValidate() bool { method GetCompile (line 593) | func (x *GetPostResponse) GetCompile() string { method GetMustCompile (line 600) | func (x *GetPostResponse) GetMustCompile() string { method GetQuoteMeta (line 607) | func (x *GetPostResponse) GetQuoteMeta() string { method GetFindStringSubmatch (line 614) | func (x *GetPostResponse) GetFindStringSubmatch() []string { method GetMatchString (line 621) | func (x *GetPostResponse) GetMatchString() bool { method GetReplaceAllString (line 628) | func (x *GetPostResponse) GetReplaceAllString() string { type A (line 635) | type A struct method Reset (line 647) | func (x *A) Reset() { method String (line 656) | func (x *A) String() string { method ProtoMessage (line 660) | func (*A) ProtoMessage() {} method ProtoReflect (line 662) | func (x *A) ProtoReflect() protoreflect.Message { method Descriptor (line 675) | func (*A) Descriptor() ([]byte, []int) { method GetB (line 679) | func (x *A) GetB() *A_B { method GetOpt (line 686) | func (m *A) GetOpt() isA_Opt { method GetOptC (line 693) | func (x *A) GetOptC() *A_B_C { type isA_Opt (line 700) | type isA_Opt interface type A_OptC (line 704) | type A_OptC struct method isA_Opt (line 708) | func (*A_OptC) isA_Opt() {} type Post (line 710) | type Post struct method Reset (line 721) | func (x *Post) Reset() { method String (line 730) | func (x *Post) String() string { method ProtoMessage (line 734) | func (*Post) ProtoMessage() {} method ProtoReflect (line 736) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 749) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 753) | func (x *Post) GetId() string { method GetTitle (line 760) | func (x *Post) GetTitle() string { method GetContent (line 767) | func (x *Post) GetContent() string { method GetUser (line 774) | func (x *Post) GetUser() *User { type User (line 781) | type User struct method Reset (line 797) | func (x *User) Reset() { method String (line 806) | func (x *User) String() string { method ProtoMessage (line 810) | func (*User) ProtoMessage() {} method ProtoReflect (line 812) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 825) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 829) | func (x *User) GetId() string { method GetName (line 836) | func (x *User) GetName() string { method GetItems (line 843) | func (x *User) GetItems() []*Item { method GetProfile (line 850) | func (x *User) GetProfile() map[string]*anypb.Any { method GetAttr (line 857) | func (m *User) GetAttr() isUser_Attr { method GetAttrA (line 864) | func (x *User) GetAttrA() *User_AttrA { method GetB (line 871) | func (x *User) GetB() *User_AttrB { type isUser_Attr (line 878) | type isUser_Attr interface type User_AttrA_ (line 882) | type User_AttrA_ struct method isUser_Attr (line 890) | func (*User_AttrA_) isUser_Attr() {} type User_B (line 886) | type User_B struct method isUser_Attr (line 892) | func (*User_B) isUser_Attr() {} type Item (line 894) | type Item struct method Reset (line 905) | func (x *Item) Reset() { method String (line 914) | func (x *Item) String() string { method ProtoMessage (line 918) | func (*Item) ProtoMessage() {} method ProtoReflect (line 920) | func (x *Item) ProtoReflect() protoreflect.Message { method Descriptor (line 933) | func (*Item) Descriptor() ([]byte, []int) { method GetName (line 937) | func (x *Item) GetName() string { method GetType (line 944) | func (x *Item) GetType() Item_ItemType { method GetValue (line 951) | func (x *Item) GetValue() int64 { method GetLocation (line 958) | func (x *Item) GetLocation() *Item_Location { type A_B (line 965) | type A_B struct method Reset (line 974) | func (x *A_B) Reset() { method String (line 983) | func (x *A_B) String() string { method ProtoMessage (line 987) | func (*A_B) ProtoMessage() {} method ProtoReflect (line 989) | func (x *A_B) ProtoReflect() protoreflect.Message { method Descriptor (line 1002) | func (*A_B) Descriptor() ([]byte, []int) { method GetFoo (line 1006) | func (x *A_B) GetFoo() *A_B_C { method GetBar (line 1013) | func (x *A_B) GetBar() *A_B_C { type A_B_C (line 1020) | type A_B_C struct method Reset (line 1028) | func (x *A_B_C) Reset() { method String (line 1037) | func (x *A_B_C) String() string { method ProtoMessage (line 1041) | func (*A_B_C) ProtoMessage() {} method ProtoReflect (line 1043) | func (x *A_B_C) ProtoReflect() protoreflect.Message { method Descriptor (line 1056) | func (*A_B_C) Descriptor() ([]byte, []int) { method GetType (line 1060) | func (x *A_B_C) GetType() string { type User_AttrA (line 1067) | type User_AttrA struct method Reset (line 1075) | func (x *User_AttrA) Reset() { method String (line 1084) | func (x *User_AttrA) String() string { method ProtoMessage (line 1088) | func (*User_AttrA) ProtoMessage() {} method ProtoReflect (line 1090) | func (x *User_AttrA) ProtoReflect() protoreflect.Message { method Descriptor (line 1103) | func (*User_AttrA) Descriptor() ([]byte, []int) { method GetFoo (line 1107) | func (x *User_AttrA) GetFoo() string { type User_AttrB (line 1114) | type User_AttrB struct method Reset (line 1122) | func (x *User_AttrB) Reset() { method String (line 1131) | func (x *User_AttrB) String() string { method ProtoMessage (line 1135) | func (*User_AttrB) ProtoMessage() {} method ProtoReflect (line 1137) | func (x *User_AttrB) ProtoReflect() protoreflect.Message { method Descriptor (line 1150) | func (*User_AttrB) Descriptor() ([]byte, []int) { method GetBar (line 1154) | func (x *User_AttrB) GetBar() bool { type Item_Location (line 1161) | type Item_Location struct method Reset (line 1176) | func (x *Item_Location) Reset() { method String (line 1185) | func (x *Item_Location) String() string { method ProtoMessage (line 1189) | func (*Item_Location) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *Item_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*Item_Location) Descriptor() ([]byte, []int) { method GetAddr1 (line 1208) | func (x *Item_Location) GetAddr1() string { method GetAddr2 (line 1215) | func (x *Item_Location) GetAddr2() string { method GetAddr3 (line 1222) | func (m *Item_Location) GetAddr3() isItem_Location_Addr3 { method GetAddrA (line 1229) | func (x *Item_Location) GetAddrA() *Item_Location_AddrA { method GetB (line 1236) | func (x *Item_Location) GetB() *Item_Location_AddrB { method GetC (line 1243) | func (x *Item_Location) GetC() string { type isItem_Location_Addr3 (line 1250) | type isItem_Location_Addr3 interface type Item_Location_AddrA_ (line 1254) | type Item_Location_AddrA_ struct method isItem_Location_Addr3 (line 1266) | func (*Item_Location_AddrA_) isItem_Location_Addr3() {} type Item_Location_B (line 1258) | type Item_Location_B struct method isItem_Location_Addr3 (line 1268) | func (*Item_Location_B) isItem_Location_Addr3() {} type Item_Location_C (line 1262) | type Item_Location_C struct method isItem_Location_Addr3 (line 1270) | func (*Item_Location_C) isItem_Location_Addr3() {} type Item_Location_AddrA (line 1272) | type Item_Location_AddrA struct method Reset (line 1280) | func (x *Item_Location_AddrA) Reset() { method String (line 1289) | func (x *Item_Location_AddrA) String() string { method ProtoMessage (line 1293) | func (*Item_Location_AddrA) ProtoMessage() {} method ProtoReflect (line 1295) | func (x *Item_Location_AddrA) ProtoReflect() protoreflect.Message { method Descriptor (line 1308) | func (*Item_Location_AddrA) Descriptor() ([]byte, []int) { method GetFoo (line 1312) | func (x *Item_Location_AddrA) GetFoo() string { type Item_Location_AddrB (line 1319) | type Item_Location_AddrB struct method Reset (line 1327) | func (x *Item_Location_AddrB) Reset() { method String (line 1336) | func (x *Item_Location_AddrB) String() string { method ProtoMessage (line 1340) | func (*Item_Location_AddrB) ProtoMessage() {} method ProtoReflect (line 1342) | func (x *Item_Location_AddrB) ProtoReflect() protoreflect.Message { method Descriptor (line 1355) | func (*Item_Location_AddrB) Descriptor() ([]byte, []int) { method GetBar (line 1359) | func (x *Item_Location_AddrB) GetBar() int64 { function file_federation_federation_proto_rawDescGZIP (line 1942) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 2027) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 2028) | func file_federation_federation_proto_init() { FILE: _examples/02_simple/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/02_simple/federation/federation_grpc_federation.pb.go type FederationService_Federation_AVariable (line 51) | type FederationService_Federation_AVariable struct type FederationService_Federation_AArgument (line 56) | type FederationService_Federation_AArgument struct type FederationService_Federation_A_BVariable (line 61) | type FederationService_Federation_A_BVariable struct type FederationService_Federation_A_BArgument (line 67) | type FederationService_Federation_A_BArgument struct type FederationService_Federation_A_B_CVariable (line 72) | type FederationService_Federation_A_B_CVariable struct type FederationService_Federation_A_B_CArgument (line 76) | type FederationService_Federation_A_B_CArgument struct type FederationService_Federation_GetPostResponseVariable (line 82) | type FederationService_Federation_GetPostResponseVariable struct type FederationService_Federation_GetPostResponseArgument (line 121) | type FederationService_Federation_GetPostResponseArgument struct type FederationService_Federation_PostVariable (line 127) | type FederationService_Federation_PostVariable struct type FederationService_Federation_PostArgument (line 134) | type FederationService_Federation_PostArgument struct type FederationService_Federation_UserVariable (line 140) | type FederationService_Federation_UserVariable struct type FederationService_Federation_UserArgument (line 146) | type FederationService_Federation_UserArgument struct type FederationServiceConfig (line 155) | type FederationServiceConfig struct type FederationServiceClientFactory (line 167) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 176) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 183) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 189) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 196) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 204) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPost (line 207) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.Post... constant FederationService_DependentMethod_User_UserService_GetUser (line 208) | FederationService_DependentMethod_User_UserService_GetUser = "/user.User... type FederationService (line 212) | type FederationService struct method cleanup (line 312) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 319) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Federation_A (line 347) | func (s *FederationService) resolve_Federation_A(ctx context.Context, ... method resolve_Federation_A_B (line 451) | func (s *FederationService) resolve_Federation_A_B(ctx context.Context... method resolve_Federation_A_B_C (line 696) | func (s *FederationService) resolve_Federation_A_B_C(ctx context.Conte... method resolve_Federation_GetPostResponse (line 733) | func (s *FederationService) resolve_Federation_GetPostResponse(ctx con... method resolve_Federation_Post (line 2664) | func (s *FederationService) resolve_Federation_Post(ctx context.Contex... method resolve_Federation_User (line 2843) | func (s *FederationService) resolve_Federation_User(ctx context.Contex... method cast_Federation_A_B_C__to__Federation_A_OptC (line 3011) | func (s *FederationService) cast_Federation_A_B_C__to__Federation_A_Op... method cast_Federation_Item_Location_LocationType__to__int32 (line 3026) | func (s *FederationService) cast_Federation_Item_Location_LocationType... method cast_Google_Protobuf_Any__to__Google_Protobuf_Any (line 3031) | func (s *FederationService) cast_Google_Protobuf_Any__to__Google_Proto... method cast_Google_Protobuf_BoolValue__to__Google_Protobuf_BoolValue (line 3046) | func (s *FederationService) cast_Google_Protobuf_BoolValue__to__Google... method cast_Google_Protobuf_BytesValue__to__Google_Protobuf_BytesValue (line 3059) | func (s *FederationService) cast_Google_Protobuf_BytesValue__to__Googl... method cast_Google_Protobuf_DoubleValue__to__Google_Protobuf_DoubleValue (line 3072) | func (s *FederationService) cast_Google_Protobuf_DoubleValue__to__Goog... method cast_Google_Protobuf_DoubleValue__to__Google_Protobuf_FloatValue (line 3085) | func (s *FederationService) cast_Google_Protobuf_DoubleValue__to__Goog... method cast_Google_Protobuf_Int64Value__to__Google_Protobuf_Int32Value (line 3101) | func (s *FederationService) cast_Google_Protobuf_Int64Value__to__Googl... method cast_Google_Protobuf_Int64Value__to__Google_Protobuf_Int64Value (line 3117) | func (s *FederationService) cast_Google_Protobuf_Int64Value__to__Googl... method cast_Google_Protobuf_StringValue__to__Google_Protobuf_StringValue (line 3130) | func (s *FederationService) cast_Google_Protobuf_StringValue__to__Goog... method cast_Google_Protobuf_UInt64Value__to__Google_Protobuf_UInt32Value (line 3143) | func (s *FederationService) cast_Google_Protobuf_UInt64Value__to__Goog... method cast_Google_Protobuf_UInt64Value__to__Google_Protobuf_UInt64Value (line 3159) | func (s *FederationService) cast_Google_Protobuf_UInt64Value__to__Goog... method cast_User_Item_ItemType__to__Federation_Item_ItemType (line 3172) | func (s *FederationService) cast_User_Item_ItemType__to__Federation_It... method cast_User_Item_ItemType__to__int32 (line 3190) | func (s *FederationService) cast_User_Item_ItemType__to__int32(from us... method cast_User_Item_Location_AddrA___to__Federation_Item_Location_AddrA_ (line 3195) | func (s *FederationService) cast_User_Item_Location_AddrA___to__Federa... method cast_User_Item_Location_AddrA__to__Federation_Item_Location_AddrA (line 3208) | func (s *FederationService) cast_User_Item_Location_AddrA__to__Federat... method cast_User_Item_Location_AddrB__to__Federation_Item_Location_AddrB (line 3221) | func (s *FederationService) cast_User_Item_Location_AddrB__to__Federat... method cast_User_Item_Location_B__to__Federation_Item_Location_B (line 3234) | func (s *FederationService) cast_User_Item_Location_B__to__Federation_... method cast_User_Item_Location_C__to__Federation_Item_Location_C (line 3247) | func (s *FederationService) cast_User_Item_Location_C__to__Federation_... method cast_User_Item_Location__to__Federation_Item_Location (line 3257) | func (s *FederationService) cast_User_Item_Location__to__Federation_It... method cast_User_Item__to__Federation_Item (line 3293) | func (s *FederationService) cast_User_Item__to__Federation_Item(from *... method cast_User_User_AttrA___to__Federation_User_AttrA_ (line 3318) | func (s *FederationService) cast_User_User_AttrA___to__Federation_User... method cast_User_User_AttrA__to__Federation_User_AttrA (line 3331) | func (s *FederationService) cast_User_User_AttrA__to__Federation_User_... method cast_User_User_AttrB__to__Federation_User_AttrB (line 3344) | func (s *FederationService) cast_User_User_AttrB__to__Federation_User_... method cast_User_User_B__to__Federation_User_B (line 3357) | func (s *FederationService) cast_User_User_B__to__Federation_User_B(fr... method cast_float64__to__float32 (line 3370) | func (s *FederationService) cast_float64__to__float32(from float64) (f... method cast_int64__to__int32 (line 3375) | func (s *FederationService) cast_int64__to__int32(from int64) (int32, ... method cast_map_int64_int64__to__map_int32_int32 (line 3384) | func (s *FederationService) cast_map_int64_int64__to__map_int32_int32(... method cast_map_int64_string__to__map_int32_string (line 3401) | func (s *FederationService) cast_map_int64_string__to__map_int32_strin... method cast_repeated_User_Item__to__repeated_Federation_Item (line 3415) | func (s *FederationService) cast_repeated_User_Item__to__repeated_Fede... method cast_repeated_int64__to__repeated_int32 (line 3428) | func (s *FederationService) cast_repeated_int64__to__repeated_int32(fr... method cast_uint64__to__uint32 (line 3441) | func (s *FederationService) cast_uint64__to__uint32(from uint64) (uint... method logvalue_Federation_A (line 3449) | func (s *FederationService) logvalue_Federation_A(v *A) slog.Value { method logvalue_Federation_AArgument (line 3462) | func (s *FederationService) logvalue_Federation_AArgument(v *Federatio... method logvalue_Federation_A_B (line 3472) | func (s *FederationService) logvalue_Federation_A_B(v *A_B) slog.Value { method logvalue_Federation_A_BArgument (line 3485) | func (s *FederationService) logvalue_Federation_A_BArgument(v *Federat... method logvalue_Federation_A_B_C (line 3495) | func (s *FederationService) logvalue_Federation_A_B_C(v *A_B_C) slog.V... method logvalue_Federation_A_B_CArgument (line 3507) | func (s *FederationService) logvalue_Federation_A_B_CArgument(v *Feder... method logvalue_Federation_GetPostResponse (line 3519) | func (s *FederationService) logvalue_Federation_GetPostResponse(v *Get... method logvalue_Federation_GetPostResponseArgument (line 3583) | func (s *FederationService) logvalue_Federation_GetPostResponseArgumen... method logvalue_Federation_GetPostResponse_ListToMapEntry (line 3595) | func (s *FederationService) logvalue_Federation_GetPostResponse_ListTo... method logvalue_Federation_GetPostResponse_MapValueEntry (line 3609) | func (s *FederationService) logvalue_Federation_GetPostResponse_MapVal... method logvalue_Federation_Item (line 3623) | func (s *FederationService) logvalue_Federation_Item(v *Item) slog.Val... method logvalue_Federation_Item_ItemType (line 3638) | func (s *FederationService) logvalue_Federation_Item_ItemType(v Item_I... method logvalue_Federation_Item_Location (line 3655) | func (s *FederationService) logvalue_Federation_Item_Location(v *Item_... method logvalue_Federation_Item_Location_AddrA (line 3671) | func (s *FederationService) logvalue_Federation_Item_Location_AddrA(v ... method logvalue_Federation_Item_Location_AddrB (line 3683) | func (s *FederationService) logvalue_Federation_Item_Location_AddrB(v ... method logvalue_Federation_Item_Location_LocationType (line 3695) | func (s *FederationService) logvalue_Federation_Item_Location_Location... method logvalue_Federation_Post (line 3708) | func (s *FederationService) logvalue_Federation_Post(v *Post) slog.Val... method logvalue_Federation_PostArgument (line 3723) | func (s *FederationService) logvalue_Federation_PostArgument(v *Federa... method logvalue_Federation_User (line 3735) | func (s *FederationService) logvalue_Federation_User(v *User) slog.Val... method logvalue_Federation_UserArgument (line 3752) | func (s *FederationService) logvalue_Federation_UserArgument(v *Federa... method logvalue_Federation_User_AttrA (line 3767) | func (s *FederationService) logvalue_Federation_User_AttrA(v *User_Att... method logvalue_Federation_User_AttrB (line 3779) | func (s *FederationService) logvalue_Federation_User_AttrB(v *User_Att... method logvalue_Federation_User_ProfileEntry (line 3791) | func (s *FederationService) logvalue_Federation_User_ProfileEntry(v ma... method logvalue_Google_Protobuf_Any (line 3805) | func (s *FederationService) logvalue_Google_Protobuf_Any(v *anypb.Any)... method logvalue_Google_Protobuf_BoolValue (line 3818) | func (s *FederationService) logvalue_Google_Protobuf_BoolValue(v *wrap... method logvalue_Google_Protobuf_BytesValue (line 3830) | func (s *FederationService) logvalue_Google_Protobuf_BytesValue(v *wra... method logvalue_Google_Protobuf_DoubleValue (line 3842) | func (s *FederationService) logvalue_Google_Protobuf_DoubleValue(v *wr... method logvalue_Google_Protobuf_FloatValue (line 3854) | func (s *FederationService) logvalue_Google_Protobuf_FloatValue(v *wra... method logvalue_Google_Protobuf_Int32Value (line 3866) | func (s *FederationService) logvalue_Google_Protobuf_Int32Value(v *wra... method logvalue_Google_Protobuf_Int64Value (line 3878) | func (s *FederationService) logvalue_Google_Protobuf_Int64Value(v *wra... method logvalue_Google_Protobuf_StringValue (line 3890) | func (s *FederationService) logvalue_Google_Protobuf_StringValue(v *wr... method logvalue_Google_Protobuf_Timestamp (line 3902) | func (s *FederationService) logvalue_Google_Protobuf_Timestamp(v *time... method logvalue_Google_Protobuf_UInt32Value (line 3915) | func (s *FederationService) logvalue_Google_Protobuf_UInt32Value(v *wr... method logvalue_Google_Protobuf_UInt64Value (line 3927) | func (s *FederationService) logvalue_Google_Protobuf_UInt64Value(v *wr... method logvalue_Post_GetPostRequest (line 3939) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... method logvalue_Post_GetPostsRequest (line 3951) | func (s *FederationService) logvalue_Post_GetPostsRequest(v *post.GetP... method logvalue_User_GetUserRequest (line 3963) | func (s *FederationService) logvalue_User_GetUserRequest(v *user.GetUs... method logvalue_User_GetUsersRequest (line 3976) | func (s *FederationService) logvalue_User_GetUsersRequest(v *user.GetU... method logvalue_repeated_Federation_Item (line 3988) | func (s *FederationService) logvalue_repeated_Federation_Item(v []*Ite... function NewFederationService (line 227) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 308) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/02_simple/main_test.go constant bufSize (line 33) | bufSize = 1024 type clientConfig (line 41) | type clientConfig struct method Post_PostServiceClient (line 43) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... method User_UserServiceClient (line 47) | func (c *clientConfig) User_UserServiceClient(cfg federation.Federatio... type PostServer (line 51) | type PostServer struct method GetPost (line 55) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... method GetPosts (line 66) | func (s *PostServer) GetPosts(ctx context.Context, req *post.GetPostsR... type UserServer (line 79) | type UserServer struct method GetUser (line 83) | func (s *UserServer) GetUser(ctx context.Context, req *user.GetUserReq... method GetUsers (line 119) | func (s *UserServer) GetUsers(ctx context.Context, req *user.GetUsersR... function dialer (line 130) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 134) | func TestFederation(t *testing.T) { FILE: _examples/02_simple/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type GetPostsRequest (line 117) | type GetPostsRequest struct method Reset (line 125) | func (x *GetPostsRequest) Reset() { method String (line 134) | func (x *GetPostsRequest) String() string { method ProtoMessage (line 138) | func (*GetPostsRequest) ProtoMessage() {} method ProtoReflect (line 140) | func (x *GetPostsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*GetPostsRequest) Descriptor() ([]byte, []int) { method GetIds (line 157) | func (x *GetPostsRequest) GetIds() []string { type GetPostsResponse (line 164) | type GetPostsResponse struct method Reset (line 172) | func (x *GetPostsResponse) Reset() { method String (line 181) | func (x *GetPostsResponse) String() string { method ProtoMessage (line 185) | func (*GetPostsResponse) ProtoMessage() {} method ProtoReflect (line 187) | func (x *GetPostsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*GetPostsResponse) Descriptor() ([]byte, []int) { method GetPosts (line 204) | func (x *GetPostsResponse) GetPosts() []*Post { type Post (line 211) | type Post struct method Reset (line 222) | func (x *Post) Reset() { method String (line 231) | func (x *Post) String() string { method ProtoMessage (line 235) | func (*Post) ProtoMessage() {} method ProtoReflect (line 237) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 254) | func (x *Post) GetId() string { method GetTitle (line 261) | func (x *Post) GetTitle() string { method GetContent (line 268) | func (x *Post) GetContent() string { method GetUserId (line 275) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 326) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 355) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 356) | func file_post_post_proto_init() { FILE: _examples/02_simple/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" constant PostService_GetPosts_FullMethodName (line 23) | PostService_GetPosts_FullMethodName = "/post.PostService/GetPosts" type PostServiceClient (line 29) | type PostServiceClient interface type postServiceClient (line 34) | type postServiceClient struct method GetPost (line 42) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... method GetPosts (line 51) | func (c *postServiceClient) GetPosts(ctx context.Context, in *GetPosts... function NewPostServiceClient (line 38) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 63) | type PostServiceServer interface type UnimplementedPostServiceServer (line 70) | type UnimplementedPostServiceServer struct method GetPost (line 73) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method GetPosts (line 76) | func (UnimplementedPostServiceServer) GetPosts(context.Context, *GetPo... method mustEmbedUnimplementedPostServiceServer (line 79) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 84) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 88) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 92) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... function _PostService_GetPosts_Handler (line 110) | func _PostService_GetPosts_Handler(srv interface{}, ctx context.Context,... FILE: _examples/02_simple/user/user.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Item_ItemType (line 24) | type Item_ItemType method Enum (line 49) | func (x Item_ItemType) Enum() *Item_ItemType { method String (line 55) | func (x Item_ItemType) String() string { method Descriptor (line 59) | func (Item_ItemType) Descriptor() protoreflect.EnumDescriptor { method Type (line 63) | func (Item_ItemType) Type() protoreflect.EnumType { method Number (line 67) | func (x Item_ItemType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 72) | func (Item_ItemType) EnumDescriptor() ([]byte, []int) { constant Item_ITEM_TYPE_UNSPECIFIED (line 27) | Item_ITEM_TYPE_UNSPECIFIED Item_ItemType = 0 constant Item_ITEM_TYPE_1 (line 28) | Item_ITEM_TYPE_1 Item_ItemType = 1 constant Item_ITEM_TYPE_2 (line 29) | Item_ITEM_TYPE_2 Item_ItemType = 2 constant Item_ITEM_TYPE_3 (line 30) | Item_ITEM_TYPE_3 Item_ItemType = 3 type GetUserRequest (line 76) | type GetUserRequest struct method Reset (line 85) | func (x *GetUserRequest) Reset() { method String (line 94) | func (x *GetUserRequest) String() string { method ProtoMessage (line 98) | func (*GetUserRequest) ProtoMessage() {} method ProtoReflect (line 100) | func (x *GetUserRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 113) | func (*GetUserRequest) Descriptor() ([]byte, []int) { method GetId (line 117) | func (x *GetUserRequest) GetId() string { method GetType (line 124) | func (x *GetUserRequest) GetType() int32 { type GetUserResponse (line 131) | type GetUserResponse struct method Reset (line 139) | func (x *GetUserResponse) Reset() { method String (line 148) | func (x *GetUserResponse) String() string { method ProtoMessage (line 152) | func (*GetUserResponse) ProtoMessage() {} method ProtoReflect (line 154) | func (x *GetUserResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 167) | func (*GetUserResponse) Descriptor() ([]byte, []int) { method GetUser (line 171) | func (x *GetUserResponse) GetUser() *User { type GetUsersRequest (line 178) | type GetUsersRequest struct method Reset (line 186) | func (x *GetUsersRequest) Reset() { method String (line 195) | func (x *GetUsersRequest) String() string { method ProtoMessage (line 199) | func (*GetUsersRequest) ProtoMessage() {} method ProtoReflect (line 201) | func (x *GetUsersRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 214) | func (*GetUsersRequest) Descriptor() ([]byte, []int) { method GetIds (line 218) | func (x *GetUsersRequest) GetIds() []string { type GetUsersResponse (line 225) | type GetUsersResponse struct method Reset (line 233) | func (x *GetUsersResponse) Reset() { method String (line 242) | func (x *GetUsersResponse) String() string { method ProtoMessage (line 246) | func (*GetUsersResponse) ProtoMessage() {} method ProtoReflect (line 248) | func (x *GetUsersResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 261) | func (*GetUsersResponse) Descriptor() ([]byte, []int) { method GetUsers (line 265) | func (x *GetUsersResponse) GetUsers() []*User { type User (line 272) | type User struct method Reset (line 288) | func (x *User) Reset() { method String (line 297) | func (x *User) String() string { method ProtoMessage (line 301) | func (*User) ProtoMessage() {} method ProtoReflect (line 303) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 316) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 320) | func (x *User) GetId() string { method GetName (line 327) | func (x *User) GetName() string { method GetItems (line 334) | func (x *User) GetItems() []*Item { method GetProfile (line 341) | func (x *User) GetProfile() map[string]*anypb.Any { method GetAttr (line 348) | func (m *User) GetAttr() isUser_Attr { method GetAttrA (line 355) | func (x *User) GetAttrA() *User_AttrA { method GetB (line 362) | func (x *User) GetB() *User_AttrB { type isUser_Attr (line 369) | type isUser_Attr interface type User_AttrA_ (line 373) | type User_AttrA_ struct method isUser_Attr (line 381) | func (*User_AttrA_) isUser_Attr() {} type User_B (line 377) | type User_B struct method isUser_Attr (line 383) | func (*User_B) isUser_Attr() {} type Item (line 385) | type Item struct method Reset (line 396) | func (x *Item) Reset() { method String (line 405) | func (x *Item) String() string { method ProtoMessage (line 409) | func (*Item) ProtoMessage() {} method ProtoReflect (line 411) | func (x *Item) ProtoReflect() protoreflect.Message { method Descriptor (line 424) | func (*Item) Descriptor() ([]byte, []int) { method GetName (line 428) | func (x *Item) GetName() string { method GetType (line 435) | func (x *Item) GetType() Item_ItemType { method GetValue (line 442) | func (x *Item) GetValue() int64 { method GetLocation (line 449) | func (x *Item) GetLocation() *Item_Location { type User_AttrA (line 456) | type User_AttrA struct method Reset (line 464) | func (x *User_AttrA) Reset() { method String (line 473) | func (x *User_AttrA) String() string { method ProtoMessage (line 477) | func (*User_AttrA) ProtoMessage() {} method ProtoReflect (line 479) | func (x *User_AttrA) ProtoReflect() protoreflect.Message { method Descriptor (line 492) | func (*User_AttrA) Descriptor() ([]byte, []int) { method GetFoo (line 496) | func (x *User_AttrA) GetFoo() string { type User_AttrB (line 503) | type User_AttrB struct method Reset (line 511) | func (x *User_AttrB) Reset() { method String (line 520) | func (x *User_AttrB) String() string { method ProtoMessage (line 524) | func (*User_AttrB) ProtoMessage() {} method ProtoReflect (line 526) | func (x *User_AttrB) ProtoReflect() protoreflect.Message { method Descriptor (line 539) | func (*User_AttrB) Descriptor() ([]byte, []int) { method GetBar (line 543) | func (x *User_AttrB) GetBar() bool { type Item_Location (line 550) | type Item_Location struct method Reset (line 565) | func (x *Item_Location) Reset() { method String (line 574) | func (x *Item_Location) String() string { method ProtoMessage (line 578) | func (*Item_Location) ProtoMessage() {} method ProtoReflect (line 580) | func (x *Item_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 593) | func (*Item_Location) Descriptor() ([]byte, []int) { method GetAddr1 (line 597) | func (x *Item_Location) GetAddr1() string { method GetAddr2 (line 604) | func (x *Item_Location) GetAddr2() string { method GetAddr3 (line 611) | func (m *Item_Location) GetAddr3() isItem_Location_Addr3 { method GetAddrA (line 618) | func (x *Item_Location) GetAddrA() *Item_Location_AddrA { method GetB (line 625) | func (x *Item_Location) GetB() *Item_Location_AddrB { method GetC (line 632) | func (x *Item_Location) GetC() string { type isItem_Location_Addr3 (line 639) | type isItem_Location_Addr3 interface type Item_Location_AddrA_ (line 643) | type Item_Location_AddrA_ struct method isItem_Location_Addr3 (line 655) | func (*Item_Location_AddrA_) isItem_Location_Addr3() {} type Item_Location_B (line 647) | type Item_Location_B struct method isItem_Location_Addr3 (line 657) | func (*Item_Location_B) isItem_Location_Addr3() {} type Item_Location_C (line 651) | type Item_Location_C struct method isItem_Location_Addr3 (line 659) | func (*Item_Location_C) isItem_Location_Addr3() {} type Item_Location_AddrA (line 661) | type Item_Location_AddrA struct method Reset (line 669) | func (x *Item_Location_AddrA) Reset() { method String (line 678) | func (x *Item_Location_AddrA) String() string { method ProtoMessage (line 682) | func (*Item_Location_AddrA) ProtoMessage() {} method ProtoReflect (line 684) | func (x *Item_Location_AddrA) ProtoReflect() protoreflect.Message { method Descriptor (line 697) | func (*Item_Location_AddrA) Descriptor() ([]byte, []int) { method GetFoo (line 701) | func (x *Item_Location_AddrA) GetFoo() string { type Item_Location_AddrB (line 708) | type Item_Location_AddrB struct method Reset (line 716) | func (x *Item_Location_AddrB) Reset() { method String (line 725) | func (x *Item_Location_AddrB) String() string { method ProtoMessage (line 729) | func (*Item_Location_AddrB) ProtoMessage() {} method ProtoReflect (line 731) | func (x *Item_Location_AddrB) ProtoReflect() protoreflect.Message { method Descriptor (line 744) | func (*Item_Location_AddrB) Descriptor() ([]byte, []int) { method GetBar (line 748) | func (x *Item_Location_AddrB) GetBar() int64 { function file_user_user_proto_rawDescGZIP (line 846) | func file_user_user_proto_rawDescGZIP() []byte { function init (line 894) | func init() { file_user_user_proto_init() } function file_user_user_proto_init (line 895) | func file_user_user_proto_init() { FILE: _examples/02_simple/user/user_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant UserService_GetUser_FullMethodName (line 22) | UserService_GetUser_FullMethodName = "/user.UserService/GetUser" constant UserService_GetUsers_FullMethodName (line 23) | UserService_GetUsers_FullMethodName = "/user.UserService/GetUsers" type UserServiceClient (line 29) | type UserServiceClient interface type userServiceClient (line 34) | type userServiceClient struct method GetUser (line 42) | func (c *userServiceClient) GetUser(ctx context.Context, in *GetUserRe... method GetUsers (line 51) | func (c *userServiceClient) GetUsers(ctx context.Context, in *GetUsers... function NewUserServiceClient (line 38) | func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient { type UserServiceServer (line 63) | type UserServiceServer interface type UnimplementedUserServiceServer (line 70) | type UnimplementedUserServiceServer struct method GetUser (line 73) | func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUse... method GetUsers (line 76) | func (UnimplementedUserServiceServer) GetUsers(context.Context, *GetUs... method mustEmbedUnimplementedUserServiceServer (line 79) | func (UnimplementedUserServiceServer) mustEmbedUnimplementedUserServic... type UnsafeUserServiceServer (line 84) | type UnsafeUserServiceServer interface function RegisterUserServiceServer (line 88) | func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceS... function _UserService_GetUser_Handler (line 92) | func _UserService_GetUser_Handler(srv interface{}, ctx context.Context, ... function _UserService_GetUsers_Handler (line 110) | func _UserService_GetUsers_Handler(srv interface{}, ctx context.Context,... FILE: _examples/03_custom_resolver/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type PostV2DevType (line 25) | type PostV2DevType method Enum (line 41) | func (x PostV2DevType) Enum() *PostV2DevType { method String (line 47) | func (x PostV2DevType) String() string { method Descriptor (line 51) | func (PostV2DevType) Descriptor() protoreflect.EnumDescriptor { method Type (line 55) | func (PostV2DevType) Type() protoreflect.EnumType { method Number (line 59) | func (x PostV2DevType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 64) | func (PostV2DevType) EnumDescriptor() ([]byte, []int) { constant PostV2DevType_POST_V2_DEV_TYPE (line 28) | PostV2DevType_POST_V2_DEV_TYPE PostV2DevType = 0 type GetPostV2DevRequest (line 68) | type GetPostV2DevRequest struct method Reset (line 76) | func (x *GetPostV2DevRequest) Reset() { method String (line 85) | func (x *GetPostV2DevRequest) String() string { method ProtoMessage (line 89) | func (*GetPostV2DevRequest) ProtoMessage() {} method ProtoReflect (line 91) | func (x *GetPostV2DevRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 104) | func (*GetPostV2DevRequest) Descriptor() ([]byte, []int) { method GetId (line 108) | func (x *GetPostV2DevRequest) GetId() string { type GetPostV2DevResponse (line 115) | type GetPostV2DevResponse struct method Reset (line 128) | func (x *GetPostV2DevResponse) Reset() { method String (line 137) | func (x *GetPostV2DevResponse) String() string { method ProtoMessage (line 141) | func (*GetPostV2DevResponse) ProtoMessage() {} method ProtoReflect (line 143) | func (x *GetPostV2DevResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 156) | func (*GetPostV2DevResponse) Descriptor() ([]byte, []int) { method GetPost (line 160) | func (x *GetPostV2DevResponse) GetPost() *PostV2Dev { method GetType (line 167) | func (x *GetPostV2DevResponse) GetType() PostV2DevType { method GetEnvA (line 174) | func (x *GetPostV2DevResponse) GetEnvA() string { method GetEnvB (line 181) | func (x *GetPostV2DevResponse) GetEnvB() int64 { method GetEnvCValue (line 188) | func (x *GetPostV2DevResponse) GetEnvCValue() *durationpb.Duration { method GetRef (line 195) | func (x *GetPostV2DevResponse) GetRef() *Ref { type PostV2Dev (line 202) | type PostV2Dev struct method Reset (line 214) | func (x *PostV2Dev) Reset() { method String (line 223) | func (x *PostV2Dev) String() string { method ProtoMessage (line 227) | func (*PostV2Dev) ProtoMessage() {} method ProtoReflect (line 229) | func (x *PostV2Dev) ProtoReflect() protoreflect.Message { method Descriptor (line 242) | func (*PostV2Dev) Descriptor() ([]byte, []int) { method GetId (line 246) | func (x *PostV2Dev) GetId() string { method GetTitle (line 253) | func (x *PostV2Dev) GetTitle() string { method GetContent (line 260) | func (x *PostV2Dev) GetContent() string { method GetUser (line 267) | func (x *PostV2Dev) GetUser() *User { method GetNullCheck (line 274) | func (x *PostV2Dev) GetNullCheck() bool { type User (line 281) | type User struct method Reset (line 290) | func (x *User) Reset() { method String (line 299) | func (x *User) String() string { method ProtoMessage (line 303) | func (*User) ProtoMessage() {} method ProtoReflect (line 305) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 318) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 322) | func (x *User) GetId() string { method GetName (line 329) | func (x *User) GetName() string { type Unused (line 336) | type Unused struct method Reset (line 344) | func (x *Unused) Reset() { method String (line 353) | func (x *Unused) String() string { method ProtoMessage (line 357) | func (*Unused) ProtoMessage() {} method ProtoReflect (line 359) | func (x *Unused) ProtoReflect() protoreflect.Message { method Descriptor (line 372) | func (*Unused) Descriptor() ([]byte, []int) { method GetFoo (line 376) | func (x *Unused) GetFoo() string { type ForNameless (line 383) | type ForNameless struct method Reset (line 391) | func (x *ForNameless) Reset() { method String (line 400) | func (x *ForNameless) String() string { method ProtoMessage (line 404) | func (*ForNameless) ProtoMessage() {} method ProtoReflect (line 406) | func (x *ForNameless) ProtoReflect() protoreflect.Message { method Descriptor (line 419) | func (*ForNameless) Descriptor() ([]byte, []int) { method GetBar (line 423) | func (x *ForNameless) GetBar() string { type TypedNil (line 430) | type TypedNil struct method Reset (line 436) | func (x *TypedNil) Reset() { method String (line 445) | func (x *TypedNil) String() string { method ProtoMessage (line 449) | func (*TypedNil) ProtoMessage() {} method ProtoReflect (line 451) | func (x *TypedNil) ProtoReflect() protoreflect.Message { method Descriptor (line 464) | func (*TypedNil) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 595) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 631) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 632) | func file_federation_federation_proto_init() { FILE: _examples/03_custom_resolver/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationV2DevService_GetPostV2Dev_FullMethodName (line 22) | FederationV2DevService_GetPostV2Dev_FullMethodName = "/federation.v2dev.... type FederationV2DevServiceClient (line 28) | type FederationV2DevServiceClient interface type federationV2DevServiceClient (line 32) | type federationV2DevServiceClient struct method GetPostV2Dev (line 40) | func (c *federationV2DevServiceClient) GetPostV2Dev(ctx context.Contex... function NewFederationV2DevServiceClient (line 36) | func NewFederationV2DevServiceClient(cc grpc.ClientConnInterface) Federa... type FederationV2DevServiceServer (line 52) | type FederationV2DevServiceServer interface type UnimplementedFederationV2DevServiceServer (line 58) | type UnimplementedFederationV2DevServiceServer struct method GetPostV2Dev (line 61) | func (UnimplementedFederationV2DevServiceServer) GetPostV2Dev(context.... method mustEmbedUnimplementedFederationV2DevServiceServer (line 64) | func (UnimplementedFederationV2DevServiceServer) mustEmbedUnimplemente... type UnsafeFederationV2DevServiceServer (line 70) | type UnsafeFederationV2DevServiceServer interface function RegisterFederationV2DevServiceServer (line 74) | func RegisterFederationV2DevServiceServer(s grpc.ServiceRegistrar, srv F... function _FederationV2DevService_GetPostV2Dev_Handler (line 78) | func _FederationV2DevService_GetPostV2Dev_Handler(srv interface{}, ctx c... FILE: _examples/03_custom_resolver/federation/federation_grpc_federation.pb.go type FederationV2DevService_Federation_V2Dev_ForNamelessVariable (line 30) | type FederationV2DevService_Federation_V2Dev_ForNamelessVariable struct type FederationV2DevService_Federation_V2Dev_ForNamelessArgument (line 34) | type FederationV2DevService_Federation_V2Dev_ForNamelessArgument struct type FederationV2DevService_Federation_V2Dev_GetPostV2DevResponseVariable (line 40) | type FederationV2DevService_Federation_V2Dev_GetPostV2DevResponseVariabl... type FederationV2DevService_Federation_V2Dev_GetPostV2DevResponseArgument (line 46) | type FederationV2DevService_Federation_V2Dev_GetPostV2DevResponseArgumen... type FederationV2DevService_Federation_V2Dev_PostV2DevVariable (line 52) | type FederationV2DevService_Federation_V2Dev_PostV2DevVariable struct type FederationV2DevService_Federation_V2Dev_PostV2DevArgument (line 64) | type FederationV2DevService_Federation_V2Dev_PostV2DevArgument struct type FederationV2DevService_Federation_V2Dev_PostV2Dev_UserArgument (line 70) | type FederationV2DevService_Federation_V2Dev_PostV2Dev_UserArgument struct type FederationV2DevService_Federation_V2Dev_RefVariable (line 75) | type FederationV2DevService_Federation_V2Dev_RefVariable struct type FederationV2DevService_Federation_V2Dev_RefArgument (line 79) | type FederationV2DevService_Federation_V2Dev_RefArgument struct type FederationV2DevService_Federation_V2Dev_TypedNilVariable (line 84) | type FederationV2DevService_Federation_V2Dev_TypedNilVariable struct type FederationV2DevService_Federation_V2Dev_TypedNilArgument (line 88) | type FederationV2DevService_Federation_V2Dev_TypedNilArgument struct type FederationV2DevService_Federation_V2Dev_UnusedVariable (line 93) | type FederationV2DevService_Federation_V2Dev_UnusedVariable struct type FederationV2DevService_Federation_V2Dev_UnusedArgument (line 97) | type FederationV2DevService_Federation_V2Dev_UnusedArgument struct type FederationV2DevService_Federation_V2Dev_UserVariable (line 103) | type FederationV2DevService_Federation_V2Dev_UserVariable struct type FederationV2DevService_Federation_V2Dev_UserArgument (line 109) | type FederationV2DevService_Federation_V2Dev_UserArgument struct type FederationV2DevService_Federation_V2Dev_User_NameArgument (line 118) | type FederationV2DevService_Federation_V2Dev_User_NameArgument struct type FederationV2DevServiceConfig (line 124) | type FederationV2DevServiceConfig struct type FederationV2DevServiceClientFactory (line 139) | type FederationV2DevServiceClientFactory interface type FederationV2DevServiceClientConfig (line 148) | type FederationV2DevServiceClientConfig struct type FederationV2DevServiceDependentClientSet (line 155) | type FederationV2DevServiceDependentClientSet struct type FederationV2DevServiceResolver (line 161) | type FederationV2DevServiceResolver interface type FederationV2DevServiceCELPluginConfig (line 180) | type FederationV2DevServiceCELPluginConfig struct type FederationV2DevServiceEnv (line 185) | type FederationV2DevServiceEnv struct type keyFederationV2DevServiceEnv (line 192) | type keyFederationV2DevServiceEnv struct function GetFederationV2DevServiceEnv (line 195) | func GetFederationV2DevServiceEnv(ctx context.Context) *FederationV2DevS... function withFederationV2DevServiceEnv (line 203) | func withFederationV2DevServiceEnv(ctx context.Context, env *FederationV... type FederationV2DevServiceVariable (line 208) | type FederationV2DevServiceVariable struct type keyFederationV2DevServiceVariable (line 212) | type keyFederationV2DevServiceVariable struct function GetFederationV2DevServiceVariable (line 215) | func GetFederationV2DevServiceVariable(ctx context.Context) *FederationV... function withFederationV2DevServiceVariable (line 223) | func withFederationV2DevServiceVariable(ctx context.Context, svcVar *Fed... type FederationV2DevServiceUnimplementedResolver (line 231) | type FederationV2DevServiceUnimplementedResolver struct method Resolve_Federation_V2Dev_ForNameless (line 235) | func (FederationV2DevServiceUnimplementedResolver) Resolve_Federation_... method Resolve_Federation_V2Dev_PostV2Dev_User (line 242) | func (FederationV2DevServiceUnimplementedResolver) Resolve_Federation_... method Resolve_Federation_V2Dev_TypedNil (line 249) | func (FederationV2DevServiceUnimplementedResolver) Resolve_Federation_... method Resolve_Federation_V2Dev_Unused (line 256) | func (FederationV2DevServiceUnimplementedResolver) Resolve_Federation_... method Resolve_Federation_V2Dev_User (line 263) | func (FederationV2DevServiceUnimplementedResolver) Resolve_Federation_... method Resolve_Federation_V2Dev_User_Name (line 270) | func (FederationV2DevServiceUnimplementedResolver) Resolve_Federation_... constant FederationV2DevService_DependentMethod_Post_PostService_GetPost (line 276) | FederationV2DevService_DependentMethod_Post_PostService_GetPost = "/post... constant FederationV2DevService_DependentMethod_User_UserService_GetUser (line 277) | FederationV2DevService_DependentMethod_User_UserService_GetUser = "/user... type FederationV2DevService (line 281) | type FederationV2DevService struct method cleanup (line 408) | func (s *FederationV2DevService) cleanup(ctx context.Context) { method initServiceVariables (line 413) | func (s *FederationV2DevService) initServiceVariables(ctx context.Cont... method GetPostV2Dev (line 453) | func (s *FederationV2DevService) GetPostV2Dev(ctx context.Context, req... method resolve_Federation_V2Dev_ForNameless (line 483) | func (s *FederationV2DevService) resolve_Federation_V2Dev_ForNameless(... method resolve_Federation_V2Dev_GetPostV2DevResponse (line 504) | func (s *FederationV2DevService) resolve_Federation_V2Dev_GetPostV2Dev... method resolve_Federation_V2Dev_PostV2Dev (line 711) | func (s *FederationV2DevService) resolve_Federation_V2Dev_PostV2Dev(ct... method resolve_Federation_V2Dev_Ref (line 1113) | func (s *FederationV2DevService) resolve_Federation_V2Dev_Ref(ctx cont... method resolve_Federation_V2Dev_TypedNil (line 1152) | func (s *FederationV2DevService) resolve_Federation_V2Dev_TypedNil(ctx... method resolve_Federation_V2Dev_Unused (line 1173) | func (s *FederationV2DevService) resolve_Federation_V2Dev_Unused(ctx c... method resolve_Federation_V2Dev_User (line 1194) | func (s *FederationV2DevService) resolve_Federation_V2Dev_User(ctx con... method cast_Google_Protobuf_Duration__to__Google_Protobuf_Duration (line 1315) | func (s *FederationV2DevService) cast_Google_Protobuf_Duration__to__Go... method logvalue_Federation_V2Dev_ForNameless (line 1329) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_ForNameless... method logvalue_Federation_V2Dev_ForNamelessArgument (line 1341) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_ForNameless... method logvalue_Federation_V2Dev_GetPostV2DevResponse (line 1353) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_GetPostV2De... method logvalue_Federation_V2Dev_GetPostV2DevResponseArgument (line 1370) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_GetPostV2De... method logvalue_Federation_V2Dev_PostV2Dev (line 1382) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_PostV2Dev(v... method logvalue_Federation_V2Dev_PostV2DevArgument (line 1398) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_PostV2DevAr... method logvalue_Federation_V2Dev_PostV2DevType (line 1410) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_PostV2DevTy... method logvalue_Federation_V2Dev_Ref (line 1421) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_Ref(v *Ref)... method logvalue_Federation_V2Dev_RefArgument (line 1433) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_RefArgument... method logvalue_Federation_V2Dev_TypedNil (line 1443) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_TypedNil(v ... method logvalue_Federation_V2Dev_TypedNilArgument (line 1453) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_TypedNilArg... method logvalue_Federation_V2Dev_Unused (line 1463) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_Unused(v *U... method logvalue_Federation_V2Dev_UnusedArgument (line 1475) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_UnusedArgum... method logvalue_Federation_V2Dev_User (line 1487) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_User(v *Use... method logvalue_Federation_V2Dev_UserArgument (line 1500) | func (s *FederationV2DevService) logvalue_Federation_V2Dev_UserArgumen... method logvalue_Google_Protobuf_Duration (line 1515) | func (s *FederationV2DevService) logvalue_Google_Protobuf_Duration(v *... method logvalue_Post_GetPostRequest (line 1528) | func (s *FederationV2DevService) logvalue_Post_GetPostRequest(v *post.... method logvalue_Post_GetPostsRequest (line 1540) | func (s *FederationV2DevService) logvalue_Post_GetPostsRequest(v *post... method logvalue_User_GetUserRequest (line 1552) | func (s *FederationV2DevService) logvalue_User_GetUserRequest(v *user.... method logvalue_User_GetUsersRequest (line 1564) | func (s *FederationV2DevService) logvalue_User_GetUsersRequest(v *user... function NewFederationV2DevService (line 299) | func NewFederationV2DevService(cfg FederationV2DevServiceConfig) (*Feder... function CleanupFederationV2DevService (line 404) | func CleanupFederationV2DevService(ctx context.Context, svc *FederationV... FILE: _examples/03_custom_resolver/federation/other.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Ref (line 24) | type Ref struct method Reset (line 32) | func (x *Ref) Reset() { method String (line 41) | func (x *Ref) String() string { method ProtoMessage (line 45) | func (*Ref) ProtoMessage() {} method ProtoReflect (line 47) | func (x *Ref) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*Ref) Descriptor() ([]byte, []int) { method GetA (line 64) | func (x *Ref) GetA() string { function file_federation_other_proto_rawDescGZIP (line 100) | func file_federation_other_proto_rawDescGZIP() []byte { function init (line 119) | func init() { file_federation_other_proto_init() } function file_federation_other_proto_init (line 120) | func file_federation_other_proto_init() { FILE: _examples/03_custom_resolver/main_test.go constant bufSize (line 35) | bufSize = 1024 type clientConfig (line 43) | type clientConfig struct method Post_PostServiceClient (line 45) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... method User_UserServiceClient (line 49) | func (c *clientConfig) User_UserServiceClient(cfg federation.Federatio... type Resolver (line 53) | type Resolver struct method Init (line 56) | func (r *Resolver) Init(ctx context.Context) error { method Resolve_Federation_V2Dev_User (line 66) | func (r *Resolver) Resolve_Federation_V2Dev_User(ctx context.Context, ... method validateEnv (line 79) | func (r *Resolver) validateEnv(ctx context.Context) error { method validateServiceVar (line 98) | func (r *Resolver) validateServiceVar(ctx context.Context) error { method Resolve_Federation_V2Dev_PostV2Dev_User (line 108) | func (r *Resolver) Resolve_Federation_V2Dev_PostV2Dev_User(ctx context... method Resolve_Federation_V2Dev_Unused (line 112) | func (r *Resolver) Resolve_Federation_V2Dev_Unused(_ context.Context, ... method Resolve_Federation_V2Dev_ForNameless (line 116) | func (r *Resolver) Resolve_Federation_V2Dev_ForNameless(_ context.Cont... method Resolve_Federation_V2Dev_User_Name (line 120) | func (r *Resolver) Resolve_Federation_V2Dev_User_Name(_ context.Contex... method Resolve_Federation_V2Dev_TypedNil (line 124) | func (r *Resolver) Resolve_Federation_V2Dev_TypedNil(_ context.Context... type PostServer (line 128) | type PostServer struct method GetPost (line 132) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... method GetPosts (line 136) | func (s *PostServer) GetPosts(ctx context.Context, req *post.GetPostsR... type UserServer (line 140) | type UserServer struct method GetUser (line 144) | func (s *UserServer) GetUser(ctx context.Context, req *user.GetUserReq... method GetUsers (line 156) | func (s *UserServer) GetUsers(ctx context.Context, req *user.GetUsersR... function dialer (line 167) | func dialer(ctx context.Context, address string) (net.Conn, error) { function init (line 173) | func init() { function TestFederation (line 193) | func TestFederation(t *testing.T) { FILE: _examples/03_custom_resolver/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type GetPostsRequest (line 117) | type GetPostsRequest struct method Reset (line 125) | func (x *GetPostsRequest) Reset() { method String (line 134) | func (x *GetPostsRequest) String() string { method ProtoMessage (line 138) | func (*GetPostsRequest) ProtoMessage() {} method ProtoReflect (line 140) | func (x *GetPostsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*GetPostsRequest) Descriptor() ([]byte, []int) { method GetIds (line 157) | func (x *GetPostsRequest) GetIds() []string { type GetPostsResponse (line 164) | type GetPostsResponse struct method Reset (line 172) | func (x *GetPostsResponse) Reset() { method String (line 181) | func (x *GetPostsResponse) String() string { method ProtoMessage (line 185) | func (*GetPostsResponse) ProtoMessage() {} method ProtoReflect (line 187) | func (x *GetPostsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*GetPostsResponse) Descriptor() ([]byte, []int) { method GetPosts (line 204) | func (x *GetPostsResponse) GetPosts() []*Post { type Post (line 211) | type Post struct method Reset (line 222) | func (x *Post) Reset() { method String (line 231) | func (x *Post) String() string { method ProtoMessage (line 235) | func (*Post) ProtoMessage() {} method ProtoReflect (line 237) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 254) | func (x *Post) GetId() string { method GetTitle (line 261) | func (x *Post) GetTitle() string { method GetContent (line 268) | func (x *Post) GetContent() string { method GetUserId (line 275) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 326) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 355) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 356) | func file_post_post_proto_init() { FILE: _examples/03_custom_resolver/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" constant PostService_GetPosts_FullMethodName (line 23) | PostService_GetPosts_FullMethodName = "/post.PostService/GetPosts" type PostServiceClient (line 29) | type PostServiceClient interface type postServiceClient (line 34) | type postServiceClient struct method GetPost (line 42) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... method GetPosts (line 51) | func (c *postServiceClient) GetPosts(ctx context.Context, in *GetPosts... function NewPostServiceClient (line 38) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 63) | type PostServiceServer interface type UnimplementedPostServiceServer (line 70) | type UnimplementedPostServiceServer struct method GetPost (line 73) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method GetPosts (line 76) | func (UnimplementedPostServiceServer) GetPosts(context.Context, *GetPo... method mustEmbedUnimplementedPostServiceServer (line 79) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 84) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 88) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 92) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... function _PostService_GetPosts_Handler (line 110) | func _PostService_GetPosts_Handler(srv interface{}, ctx context.Context,... FILE: _examples/03_custom_resolver/user/user.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetUserRequest (line 23) | type GetUserRequest struct method Reset (line 31) | func (x *GetUserRequest) Reset() { method String (line 40) | func (x *GetUserRequest) String() string { method ProtoMessage (line 44) | func (*GetUserRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetUserRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetUserRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetUserRequest) GetId() string { type GetUserResponse (line 70) | type GetUserResponse struct method Reset (line 78) | func (x *GetUserResponse) Reset() { method String (line 87) | func (x *GetUserResponse) String() string { method ProtoMessage (line 91) | func (*GetUserResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetUserResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetUserResponse) Descriptor() ([]byte, []int) { method GetUser (line 110) | func (x *GetUserResponse) GetUser() *User { type GetUsersRequest (line 117) | type GetUsersRequest struct method Reset (line 125) | func (x *GetUsersRequest) Reset() { method String (line 134) | func (x *GetUsersRequest) String() string { method ProtoMessage (line 138) | func (*GetUsersRequest) ProtoMessage() {} method ProtoReflect (line 140) | func (x *GetUsersRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*GetUsersRequest) Descriptor() ([]byte, []int) { method GetIds (line 157) | func (x *GetUsersRequest) GetIds() []string { type GetUsersResponse (line 164) | type GetUsersResponse struct method Reset (line 172) | func (x *GetUsersResponse) Reset() { method String (line 181) | func (x *GetUsersResponse) String() string { method ProtoMessage (line 185) | func (*GetUsersResponse) ProtoMessage() {} method ProtoReflect (line 187) | func (x *GetUsersResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*GetUsersResponse) Descriptor() ([]byte, []int) { method GetUsers (line 204) | func (x *GetUsersResponse) GetUsers() []*User { type User (line 211) | type User struct method Reset (line 220) | func (x *User) Reset() { method String (line 229) | func (x *User) String() string { method ProtoMessage (line 233) | func (*User) ProtoMessage() {} method ProtoReflect (line 235) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 248) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 252) | func (x *User) GetId() string { method GetName (line 259) | func (x *User) GetName() string { function file_user_user_proto_rawDescGZIP (line 306) | func file_user_user_proto_rawDescGZIP() []byte { function init (line 335) | func init() { file_user_user_proto_init() } function file_user_user_proto_init (line 336) | func file_user_user_proto_init() { FILE: _examples/03_custom_resolver/user/user_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant UserService_GetUser_FullMethodName (line 22) | UserService_GetUser_FullMethodName = "/user.UserService/GetUser" constant UserService_GetUsers_FullMethodName (line 23) | UserService_GetUsers_FullMethodName = "/user.UserService/GetUsers" type UserServiceClient (line 29) | type UserServiceClient interface type userServiceClient (line 34) | type userServiceClient struct method GetUser (line 42) | func (c *userServiceClient) GetUser(ctx context.Context, in *GetUserRe... method GetUsers (line 51) | func (c *userServiceClient) GetUsers(ctx context.Context, in *GetUsers... function NewUserServiceClient (line 38) | func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient { type UserServiceServer (line 63) | type UserServiceServer interface type UnimplementedUserServiceServer (line 70) | type UnimplementedUserServiceServer struct method GetUser (line 73) | func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUse... method GetUsers (line 76) | func (UnimplementedUserServiceServer) GetUsers(context.Context, *GetUs... method mustEmbedUnimplementedUserServiceServer (line 79) | func (UnimplementedUserServiceServer) mustEmbedUnimplementedUserServic... type UnsafeUserServiceServer (line 84) | type UnsafeUserServiceServer interface function RegisterUserServiceServer (line 88) | func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceS... function _UserService_GetUser_Handler (line 92) | func _UserService_GetUser_Handler(srv interface{}, ctx context.Context, ... function _UserService_GetUsers_Handler (line 110) | func _UserService_GetUsers_Handler(srv interface{}, ctx context.Context,... FILE: _examples/04_timeout/federation/federation.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Ext (line 26) | type Ext struct method Reset (line 34) | func (x *Ext) Reset() { method String (line 43) | func (x *Ext) String() string { method ProtoMessage (line 47) | func (*Ext) ProtoMessage() {} method ProtoReflect (line 49) | func (x *Ext) ProtoReflect() protoreflect.Message { method Descriptor (line 62) | func (*Ext) Descriptor() ([]byte, []int) { method GetFoo (line 66) | func (x *Ext) GetFoo() string { type GetPostRequest (line 73) | type GetPostRequest struct method Reset (line 81) | func (x *GetPostRequest) Reset() { method String (line 90) | func (x *GetPostRequest) String() string { method ProtoMessage (line 94) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 113) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 120) | type GetPostResponse struct method Reset (line 128) | func (x *GetPostResponse) Reset() { method String (line 137) | func (x *GetPostResponse) String() string { method ProtoMessage (line 141) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 143) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 156) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 160) | func (x *GetPostResponse) GetPost() *Post { type Post (line 167) | type Post struct method Reset (line 177) | func (x *Post) Reset() { method String (line 186) | func (x *Post) String() string { method ProtoMessage (line 190) | func (*Post) ProtoMessage() {} method ProtoReflect (line 192) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 205) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 209) | func (x *Post) GetId() string { method GetTitle (line 216) | func (x *Post) GetTitle() string { method GetContent (line 223) | func (x *Post) GetContent() string { type UpdatePostRequest (line 230) | type UpdatePostRequest struct method Reset (line 238) | func (x *UpdatePostRequest) Reset() { method String (line 247) | func (x *UpdatePostRequest) String() string { method ProtoMessage (line 251) | func (*UpdatePostRequest) ProtoMessage() {} method ProtoReflect (line 253) | func (x *UpdatePostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 266) | func (*UpdatePostRequest) Descriptor() ([]byte, []int) { method GetId (line 270) | func (x *UpdatePostRequest) GetId() string { type UpdatePostResponse (line 277) | type UpdatePostResponse struct method Reset (line 283) | func (x *UpdatePostResponse) Reset() { method String (line 292) | func (x *UpdatePostResponse) String() string { method ProtoMessage (line 296) | func (*UpdatePostResponse) ProtoMessage() {} method ProtoReflect (line 298) | func (x *UpdatePostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 311) | func (*UpdatePostResponse) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 408) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 441) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 442) | func file_federation_federation_proto_init() { FILE: _examples/04_timeout/federation/federation_grpc.pb.go constant _ (line 20) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 23) | FederationService_GetPost_FullMethodName = "/federation.FederationSer... constant FederationService_UpdatePost_FullMethodName (line 24) | FederationService_UpdatePost_FullMethodName = "/federation.FederationSer... type FederationServiceClient (line 30) | type FederationServiceClient interface type federationServiceClient (line 35) | type federationServiceClient struct method GetPost (line 43) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... method UpdatePost (line 52) | func (c *federationServiceClient) UpdatePost(ctx context.Context, in *... function NewFederationServiceClient (line 39) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 64) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 71) | type UnimplementedFederationServiceServer struct method GetPost (line 74) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method UpdatePost (line 77) | func (UnimplementedFederationServiceServer) UpdatePost(context.Context... method mustEmbedUnimplementedFederationServiceServer (line 80) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 85) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 89) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 93) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... function _FederationService_UpdatePost_Handler (line 111) | func _FederationService_UpdatePost_Handler(srv interface{}, ctx context.... FILE: _examples/04_timeout/federation/federation_grpc_federation.pb.go type FederationService_Federation_GetPostResponseVariable (line 29) | type FederationService_Federation_GetPostResponseVariable struct type FederationService_Federation_GetPostResponseArgument (line 34) | type FederationService_Federation_GetPostResponseArgument struct type FederationService_Federation_PostVariable (line 40) | type FederationService_Federation_PostVariable struct type FederationService_Federation_PostArgument (line 46) | type FederationService_Federation_PostArgument struct type FederationService_Federation_UpdatePostResponseVariable (line 52) | type FederationService_Federation_UpdatePostResponseVariable struct type FederationService_Federation_UpdatePostResponseArgument (line 56) | type FederationService_Federation_UpdatePostResponseArgument struct type FederationServiceConfig (line 62) | type FederationServiceConfig struct type FederationServiceClientFactory (line 74) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 81) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 88) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 93) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 100) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 108) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_DeletePost (line 111) | FederationService_DependentMethod_Post_PostService_DeletePost = "/post.P... constant FederationService_DependentMethod_Post_PostService_GetPost (line 112) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.P... constant FederationService_DependentMethod_Post_PostService_UpdatePost (line 113) | FederationService_DependentMethod_Post_PostService_UpdatePost = "/post.P... type FederationService (line 117) | type FederationService struct method cleanup (line 191) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 198) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method UpdatePost (line 228) | func (s *FederationService) UpdatePost(ctx context.Context, req *Updat... method resolve_Federation_GetPostResponse (line 262) | func (s *FederationService) resolve_Federation_GetPostResponse(ctx con... method resolve_Federation_Post (line 347) | func (s *FederationService) resolve_Federation_Post(ctx context.Contex... method resolve_Federation_UpdatePostResponse (line 451) | func (s *FederationService) resolve_Federation_UpdatePostResponse(ctx ... method cast_Federation_UpdatePostResponse__to__Google_Protobuf_Empty (line 589) | func (s *FederationService) cast_Federation_UpdatePostResponse__to__Go... method logvalue_Federation_GetPostResponse (line 598) | func (s *FederationService) logvalue_Federation_GetPostResponse(v *Get... method logvalue_Federation_GetPostResponseArgument (line 610) | func (s *FederationService) logvalue_Federation_GetPostResponseArgumen... method logvalue_Federation_Post (line 622) | func (s *FederationService) logvalue_Federation_Post(v *Post) slog.Val... method logvalue_Federation_PostArgument (line 636) | func (s *FederationService) logvalue_Federation_PostArgument(v *Federa... method logvalue_Federation_UpdatePostResponse (line 648) | func (s *FederationService) logvalue_Federation_UpdatePostResponse(v *... method logvalue_Federation_UpdatePostResponseArgument (line 658) | func (s *FederationService) logvalue_Federation_UpdatePostResponseArgu... method logvalue_Post_DeletePostRequest (line 670) | func (s *FederationService) logvalue_Post_DeletePostRequest(v *post.De... method logvalue_Post_GetPostRequest (line 682) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... method logvalue_Post_UpdatePostRequest (line 694) | func (s *FederationService) logvalue_Post_UpdatePostRequest(v *post.Up... function NewFederationService (line 132) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 187) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/04_timeout/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/04_timeout/main_test.go constant bufSize (line 29) | bufSize = 1024 type clientConfig (line 38) | type clientConfig struct method Post_PostServiceClient (line 40) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... type PostServer (line 44) | type PostServer struct method GetPost (line 48) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... method UpdatePost (line 60) | func (s *PostServer) UpdatePost(ctx context.Context, req *post.UpdateP... method DeletePost (line 66) | func (s *PostServer) DeletePost(ctx context.Context, req *post.DeleteP... function dialer (line 71) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 75) | func TestFederation(t *testing.T) { FILE: _examples/04_timeout/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type Post (line 117) | type Post struct method Reset (line 128) | func (x *Post) Reset() { method String (line 137) | func (x *Post) String() string { method ProtoMessage (line 141) | func (*Post) ProtoMessage() {} method ProtoReflect (line 143) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 156) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 160) | func (x *Post) GetId() string { method GetTitle (line 167) | func (x *Post) GetTitle() string { method GetContent (line 174) | func (x *Post) GetContent() string { method GetUserId (line 181) | func (x *Post) GetUserId() string { type UpdatePostRequest (line 188) | type UpdatePostRequest struct method Reset (line 196) | func (x *UpdatePostRequest) Reset() { method String (line 205) | func (x *UpdatePostRequest) String() string { method ProtoMessage (line 209) | func (*UpdatePostRequest) ProtoMessage() {} method ProtoReflect (line 211) | func (x *UpdatePostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 224) | func (*UpdatePostRequest) Descriptor() ([]byte, []int) { method GetId (line 228) | func (x *UpdatePostRequest) GetId() string { type UpdatePostResponse (line 235) | type UpdatePostResponse struct method Reset (line 241) | func (x *UpdatePostResponse) Reset() { method String (line 250) | func (x *UpdatePostResponse) String() string { method ProtoMessage (line 254) | func (*UpdatePostResponse) ProtoMessage() {} method ProtoReflect (line 256) | func (x *UpdatePostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 269) | func (*UpdatePostResponse) Descriptor() ([]byte, []int) { type DeletePostRequest (line 273) | type DeletePostRequest struct method Reset (line 281) | func (x *DeletePostRequest) Reset() { method String (line 290) | func (x *DeletePostRequest) String() string { method ProtoMessage (line 294) | func (*DeletePostRequest) ProtoMessage() {} method ProtoReflect (line 296) | func (x *DeletePostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 309) | func (*DeletePostRequest) Descriptor() ([]byte, []int) { method GetId (line 313) | func (x *DeletePostRequest) GetId() string { type DeletePostResponse (line 320) | type DeletePostResponse struct method Reset (line 326) | func (x *DeletePostResponse) Reset() { method String (line 335) | func (x *DeletePostResponse) String() string { method ProtoMessage (line 339) | func (*DeletePostResponse) ProtoMessage() {} method ProtoReflect (line 341) | func (x *DeletePostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 354) | func (*DeletePostResponse) Descriptor() ([]byte, []int) { function file_post_post_proto_rawDescGZIP (line 408) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 440) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 441) | func file_post_post_proto_init() { FILE: _examples/04_timeout/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" constant PostService_UpdatePost_FullMethodName (line 23) | PostService_UpdatePost_FullMethodName = "/post.PostService/UpdatePost" constant PostService_DeletePost_FullMethodName (line 24) | PostService_DeletePost_FullMethodName = "/post.PostService/DeletePost" type PostServiceClient (line 30) | type PostServiceClient interface type postServiceClient (line 36) | type postServiceClient struct method GetPost (line 44) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... method UpdatePost (line 53) | func (c *postServiceClient) UpdatePost(ctx context.Context, in *Update... method DeletePost (line 62) | func (c *postServiceClient) DeletePost(ctx context.Context, in *Delete... function NewPostServiceClient (line 40) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 74) | type PostServiceServer interface type UnimplementedPostServiceServer (line 82) | type UnimplementedPostServiceServer struct method GetPost (line 85) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method UpdatePost (line 88) | func (UnimplementedPostServiceServer) UpdatePost(context.Context, *Upd... method DeletePost (line 91) | func (UnimplementedPostServiceServer) DeletePost(context.Context, *Del... method mustEmbedUnimplementedPostServiceServer (line 94) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 99) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 103) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 107) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... function _PostService_UpdatePost_Handler (line 125) | func _PostService_UpdatePost_Handler(srv interface{}, ctx context.Contex... function _PostService_DeletePost_Handler (line 143) | func _PostService_DeletePost_Handler(srv interface{}, ctx context.Contex... FILE: _examples/05_async/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetRequest (line 24) | type GetRequest struct method Reset (line 30) | func (x *GetRequest) Reset() { method String (line 39) | func (x *GetRequest) String() string { method ProtoMessage (line 43) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 45) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 58) | func (*GetRequest) Descriptor() ([]byte, []int) { type GetResponse (line 62) | type GetResponse struct method Reset (line 71) | func (x *GetResponse) Reset() { method String (line 80) | func (x *GetResponse) String() string { method ProtoMessage (line 84) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 86) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 99) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetHname (line 103) | func (x *GetResponse) GetHname() string { method GetJname (line 110) | func (x *GetResponse) GetJname() string { type A (line 117) | type A struct method Reset (line 125) | func (x *A) Reset() { method String (line 134) | func (x *A) String() string { method ProtoMessage (line 138) | func (*A) ProtoMessage() {} method ProtoReflect (line 140) | func (x *A) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*A) Descriptor() ([]byte, []int) { method GetName (line 157) | func (x *A) GetName() string { type AA (line 164) | type AA struct method Reset (line 172) | func (x *AA) Reset() { method String (line 181) | func (x *AA) String() string { method ProtoMessage (line 185) | func (*AA) ProtoMessage() {} method ProtoReflect (line 187) | func (x *AA) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*AA) Descriptor() ([]byte, []int) { method GetName (line 204) | func (x *AA) GetName() string { type AB (line 211) | type AB struct method Reset (line 219) | func (x *AB) Reset() { method String (line 228) | func (x *AB) String() string { method ProtoMessage (line 232) | func (*AB) ProtoMessage() {} method ProtoReflect (line 234) | func (x *AB) ProtoReflect() protoreflect.Message { method Descriptor (line 247) | func (*AB) Descriptor() ([]byte, []int) { method GetName (line 251) | func (x *AB) GetName() string { type B (line 258) | type B struct method Reset (line 266) | func (x *B) Reset() { method String (line 275) | func (x *B) String() string { method ProtoMessage (line 279) | func (*B) ProtoMessage() {} method ProtoReflect (line 281) | func (x *B) ProtoReflect() protoreflect.Message { method Descriptor (line 294) | func (*B) Descriptor() ([]byte, []int) { method GetName (line 298) | func (x *B) GetName() string { type C (line 305) | type C struct method Reset (line 313) | func (x *C) Reset() { method String (line 322) | func (x *C) String() string { method ProtoMessage (line 326) | func (*C) ProtoMessage() {} method ProtoReflect (line 328) | func (x *C) ProtoReflect() protoreflect.Message { method Descriptor (line 341) | func (*C) Descriptor() ([]byte, []int) { method GetName (line 345) | func (x *C) GetName() string { type D (line 352) | type D struct method Reset (line 360) | func (x *D) Reset() { method String (line 369) | func (x *D) String() string { method ProtoMessage (line 373) | func (*D) ProtoMessage() {} method ProtoReflect (line 375) | func (x *D) ProtoReflect() protoreflect.Message { method Descriptor (line 388) | func (*D) Descriptor() ([]byte, []int) { method GetName (line 392) | func (x *D) GetName() string { type E (line 399) | type E struct method Reset (line 407) | func (x *E) Reset() { method String (line 416) | func (x *E) String() string { method ProtoMessage (line 420) | func (*E) ProtoMessage() {} method ProtoReflect (line 422) | func (x *E) ProtoReflect() protoreflect.Message { method Descriptor (line 435) | func (*E) Descriptor() ([]byte, []int) { method GetName (line 439) | func (x *E) GetName() string { type F (line 446) | type F struct method Reset (line 454) | func (x *F) Reset() { method String (line 463) | func (x *F) String() string { method ProtoMessage (line 467) | func (*F) ProtoMessage() {} method ProtoReflect (line 469) | func (x *F) ProtoReflect() protoreflect.Message { method Descriptor (line 482) | func (*F) Descriptor() ([]byte, []int) { method GetName (line 486) | func (x *F) GetName() string { type G (line 493) | type G struct method Reset (line 501) | func (x *G) Reset() { method String (line 510) | func (x *G) String() string { method ProtoMessage (line 514) | func (*G) ProtoMessage() {} method ProtoReflect (line 516) | func (x *G) ProtoReflect() protoreflect.Message { method Descriptor (line 529) | func (*G) Descriptor() ([]byte, []int) { method GetName (line 533) | func (x *G) GetName() string { type H (line 540) | type H struct method Reset (line 548) | func (x *H) Reset() { method String (line 557) | func (x *H) String() string { method ProtoMessage (line 561) | func (*H) ProtoMessage() {} method ProtoReflect (line 563) | func (x *H) ProtoReflect() protoreflect.Message { method Descriptor (line 576) | func (*H) Descriptor() ([]byte, []int) { method GetName (line 580) | func (x *H) GetName() string { type I (line 587) | type I struct method Reset (line 595) | func (x *I) Reset() { method String (line 604) | func (x *I) String() string { method ProtoMessage (line 608) | func (*I) ProtoMessage() {} method ProtoReflect (line 610) | func (x *I) ProtoReflect() protoreflect.Message { method Descriptor (line 623) | func (*I) Descriptor() ([]byte, []int) { method GetName (line 627) | func (x *I) GetName() string { type J (line 634) | type J struct method Reset (line 642) | func (x *J) Reset() { method String (line 651) | func (x *J) String() string { method ProtoMessage (line 655) | func (*J) ProtoMessage() {} method ProtoReflect (line 657) | func (x *J) ProtoReflect() protoreflect.Message { method Descriptor (line 670) | func (*J) Descriptor() ([]byte, []int) { method GetName (line 674) | func (x *J) GetName() string { function file_federation_federation_proto_rawDescGZIP (line 762) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 796) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 797) | func file_federation_federation_proto_init() { FILE: _examples/05_async/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method Get (line 40) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method Get (line 61) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 77) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... FILE: _examples/05_async/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_AAVariable (line 26) | type FederationService_Org_Federation_AAVariable struct type FederationService_Org_Federation_AAArgument (line 30) | type FederationService_Org_Federation_AAArgument struct type FederationService_Org_Federation_AVariable (line 35) | type FederationService_Org_Federation_AVariable struct type FederationService_Org_Federation_AArgument (line 39) | type FederationService_Org_Federation_AArgument struct type FederationService_Org_Federation_ABVariable (line 44) | type FederationService_Org_Federation_ABVariable struct type FederationService_Org_Federation_ABArgument (line 48) | type FederationService_Org_Federation_ABArgument struct type FederationService_Org_Federation_BVariable (line 53) | type FederationService_Org_Federation_BVariable struct type FederationService_Org_Federation_BArgument (line 57) | type FederationService_Org_Federation_BArgument struct type FederationService_Org_Federation_CVariable (line 62) | type FederationService_Org_Federation_CVariable struct type FederationService_Org_Federation_CArgument (line 66) | type FederationService_Org_Federation_CArgument struct type FederationService_Org_Federation_DVariable (line 72) | type FederationService_Org_Federation_DVariable struct type FederationService_Org_Federation_DArgument (line 76) | type FederationService_Org_Federation_DArgument struct type FederationService_Org_Federation_EVariable (line 82) | type FederationService_Org_Federation_EVariable struct type FederationService_Org_Federation_EArgument (line 86) | type FederationService_Org_Federation_EArgument struct type FederationService_Org_Federation_FVariable (line 93) | type FederationService_Org_Federation_FVariable struct type FederationService_Org_Federation_FArgument (line 97) | type FederationService_Org_Federation_FArgument struct type FederationService_Org_Federation_GVariable (line 104) | type FederationService_Org_Federation_GVariable struct type FederationService_Org_Federation_GArgument (line 108) | type FederationService_Org_Federation_GArgument struct type FederationService_Org_Federation_GetResponseVariable (line 113) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 127) | type FederationService_Org_Federation_GetResponseArgument struct type FederationService_Org_Federation_HVariable (line 132) | type FederationService_Org_Federation_HVariable struct type FederationService_Org_Federation_HArgument (line 136) | type FederationService_Org_Federation_HArgument struct type FederationService_Org_Federation_IVariable (line 144) | type FederationService_Org_Federation_IVariable struct type FederationService_Org_Federation_IArgument (line 148) | type FederationService_Org_Federation_IArgument struct type FederationService_Org_Federation_JVariable (line 153) | type FederationService_Org_Federation_JVariable struct type FederationService_Org_Federation_JArgument (line 157) | type FederationService_Org_Federation_JArgument struct type FederationServiceConfig (line 163) | type FederationServiceConfig struct type FederationServiceClientFactory (line 172) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 177) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 184) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 188) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 195) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 203) | type FederationServiceUnimplementedResolver struct type FederationService (line 206) | type FederationService struct method cleanup (line 286) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 293) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_A (line 319) | func (s *FederationService) resolve_Org_Federation_A(ctx context.Conte... method resolve_Org_Federation_AA (line 438) | func (s *FederationService) resolve_Org_Federation_AA(ctx context.Cont... method resolve_Org_Federation_AB (line 475) | func (s *FederationService) resolve_Org_Federation_AB(ctx context.Cont... method resolve_Org_Federation_B (line 512) | func (s *FederationService) resolve_Org_Federation_B(ctx context.Conte... method resolve_Org_Federation_C (line 549) | func (s *FederationService) resolve_Org_Federation_C(ctx context.Conte... method resolve_Org_Federation_D (line 586) | func (s *FederationService) resolve_Org_Federation_D(ctx context.Conte... method resolve_Org_Federation_E (line 623) | func (s *FederationService) resolve_Org_Federation_E(ctx context.Conte... method resolve_Org_Federation_F (line 660) | func (s *FederationService) resolve_Org_Federation_F(ctx context.Conte... method resolve_Org_Federation_G (line 697) | func (s *FederationService) resolve_Org_Federation_G(ctx context.Conte... method resolve_Org_Federation_GetResponse (line 734) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method resolve_Org_Federation_H (line 1331) | func (s *FederationService) resolve_Org_Federation_H(ctx context.Conte... method resolve_Org_Federation_I (line 1368) | func (s *FederationService) resolve_Org_Federation_I(ctx context.Conte... method resolve_Org_Federation_J (line 1405) | func (s *FederationService) resolve_Org_Federation_J(ctx context.Conte... method logvalue_Org_Federation_A (line 1441) | func (s *FederationService) logvalue_Org_Federation_A(v *A) slog.Value { method logvalue_Org_Federation_AA (line 1453) | func (s *FederationService) logvalue_Org_Federation_AA(v *AA) slog.Val... method logvalue_Org_Federation_AAArgument (line 1465) | func (s *FederationService) logvalue_Org_Federation_AAArgument(v *Fede... method logvalue_Org_Federation_AArgument (line 1475) | func (s *FederationService) logvalue_Org_Federation_AArgument(v *Feder... method logvalue_Org_Federation_AB (line 1485) | func (s *FederationService) logvalue_Org_Federation_AB(v *AB) slog.Val... method logvalue_Org_Federation_ABArgument (line 1497) | func (s *FederationService) logvalue_Org_Federation_ABArgument(v *Fede... method logvalue_Org_Federation_B (line 1507) | func (s *FederationService) logvalue_Org_Federation_B(v *B) slog.Value { method logvalue_Org_Federation_BArgument (line 1519) | func (s *FederationService) logvalue_Org_Federation_BArgument(v *Feder... method logvalue_Org_Federation_C (line 1529) | func (s *FederationService) logvalue_Org_Federation_C(v *C) slog.Value { method logvalue_Org_Federation_CArgument (line 1541) | func (s *FederationService) logvalue_Org_Federation_CArgument(v *Feder... method logvalue_Org_Federation_D (line 1553) | func (s *FederationService) logvalue_Org_Federation_D(v *D) slog.Value { method logvalue_Org_Federation_DArgument (line 1565) | func (s *FederationService) logvalue_Org_Federation_DArgument(v *Feder... method logvalue_Org_Federation_E (line 1577) | func (s *FederationService) logvalue_Org_Federation_E(v *E) slog.Value { method logvalue_Org_Federation_EArgument (line 1589) | func (s *FederationService) logvalue_Org_Federation_EArgument(v *Feder... method logvalue_Org_Federation_F (line 1602) | func (s *FederationService) logvalue_Org_Federation_F(v *F) slog.Value { method logvalue_Org_Federation_FArgument (line 1614) | func (s *FederationService) logvalue_Org_Federation_FArgument(v *Feder... method logvalue_Org_Federation_G (line 1627) | func (s *FederationService) logvalue_Org_Federation_G(v *G) slog.Value { method logvalue_Org_Federation_GArgument (line 1639) | func (s *FederationService) logvalue_Org_Federation_GArgument(v *Feder... method logvalue_Org_Federation_GetResponse (line 1649) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 1662) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_Org_Federation_H (line 1672) | func (s *FederationService) logvalue_Org_Federation_H(v *H) slog.Value { method logvalue_Org_Federation_HArgument (line 1684) | func (s *FederationService) logvalue_Org_Federation_HArgument(v *Feder... method logvalue_Org_Federation_I (line 1698) | func (s *FederationService) logvalue_Org_Federation_I(v *I) slog.Value { method logvalue_Org_Federation_IArgument (line 1710) | func (s *FederationService) logvalue_Org_Federation_IArgument(v *Feder... method logvalue_Org_Federation_J (line 1720) | func (s *FederationService) logvalue_Org_Federation_J(v *J) slog.Value { method logvalue_Org_Federation_JArgument (line 1732) | func (s *FederationService) logvalue_Org_Federation_JArgument(v *Feder... function NewFederationService (line 221) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 282) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/05_async/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/05_async/main_test.go constant bufSize (line 26) | bufSize = 1024 function dialer (line 32) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 36) | func TestFederation(t *testing.T) { FILE: _examples/06_alias/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type PostType (line 25) | type PostType method Enum (line 50) | func (x PostType) Enum() *PostType { method String (line 56) | func (x PostType) String() string { method Descriptor (line 60) | func (PostType) Descriptor() protoreflect.EnumDescriptor { method Type (line 64) | func (PostType) Type() protoreflect.EnumType { method Number (line 68) | func (x PostType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 73) | func (PostType) EnumDescriptor() ([]byte, []int) { constant PostType_POST_TYPE_UNKNOWN (line 28) | PostType_POST_TYPE_UNKNOWN PostType = 0 constant PostType_POST_TYPE_FOO (line 29) | PostType_POST_TYPE_FOO PostType = 1 constant PostType_POST_TYPE_BAR (line 30) | PostType_POST_TYPE_BAR PostType = 2 constant PostType_POST_TYPE_BAZ (line 31) | PostType_POST_TYPE_BAZ PostType = 3 type PostContent_Category (line 77) | type PostContent_Category method Enum (line 99) | func (x PostContent_Category) Enum() *PostContent_Category { method String (line 105) | func (x PostContent_Category) String() string { method Descriptor (line 109) | func (PostContent_Category) Descriptor() protoreflect.EnumDescriptor { method Type (line 113) | func (PostContent_Category) Type() protoreflect.EnumType { method Number (line 117) | func (x PostContent_Category) Number() protoreflect.EnumNumber { method EnumDescriptor (line 122) | func (PostContent_Category) EnumDescriptor() ([]byte, []int) { constant PostContent_CATEGORY_A (line 80) | PostContent_CATEGORY_A PostContent_Category = 0 constant PostContent_CATEGORY_B (line 81) | PostContent_CATEGORY_B PostContent_Category = 1 constant PostContent_CATEGORY_C (line 82) | PostContent_CATEGORY_C PostContent_Category = 2 type GetPostRequest (line 126) | type GetPostRequest struct method Reset (line 139) | func (x *GetPostRequest) Reset() { method String (line 148) | func (x *GetPostRequest) String() string { method ProtoMessage (line 152) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 154) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 167) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 171) | func (x *GetPostRequest) GetId() string { method GetCondition (line 178) | func (m *GetPostRequest) GetCondition() isGetPostRequest_Condition { method GetA (line 185) | func (x *GetPostRequest) GetA() *GetPostRequest_ConditionA { method GetConditionB (line 192) | func (x *GetPostRequest) GetConditionB() *GetPostRequest_ConditionB { type isGetPostRequest_Condition (line 199) | type isGetPostRequest_Condition interface type GetPostRequest_A (line 203) | type GetPostRequest_A struct method isGetPostRequest_Condition (line 211) | func (*GetPostRequest_A) isGetPostRequest_Condition() {} type GetPostRequest_ConditionB_ (line 207) | type GetPostRequest_ConditionB_ struct method isGetPostRequest_Condition (line 213) | func (*GetPostRequest_ConditionB_) isGetPostRequest_Condition() {} type GetPostResponse (line 215) | type GetPostResponse struct method Reset (line 223) | func (x *GetPostResponse) Reset() { method String (line 232) | func (x *GetPostResponse) String() string { method ProtoMessage (line 236) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 238) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 251) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 255) | func (x *GetPostResponse) GetPost() *Post { type Post (line 262) | type Post struct method Reset (line 277) | func (x *Post) Reset() { method String (line 286) | func (x *Post) String() string { method ProtoMessage (line 290) | func (*Post) ProtoMessage() {} method ProtoReflect (line 292) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 305) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 309) | func (x *Post) GetId() string { method GetData (line 316) | func (x *Post) GetData() *PostData { method GetData2 (line 323) | func (x *Post) GetData2() *PostData { method GetType (line 330) | func (x *Post) GetType() PostType { method GetType2 (line 337) | func (x *Post) GetType2() PostType { method GetType3 (line 344) | func (x *Post) GetType3() PostType { method GetType4 (line 351) | func (x *Post) GetType4() PostType { method GetM (line 358) | func (x *Post) GetM() *post.M { type PostData (line 365) | type PostData struct method Reset (line 375) | func (x *PostData) Reset() { method String (line 384) | func (x *PostData) String() string { method ProtoMessage (line 388) | func (*PostData) ProtoMessage() {} method ProtoReflect (line 390) | func (x *PostData) ProtoReflect() protoreflect.Message { method Descriptor (line 403) | func (*PostData) Descriptor() ([]byte, []int) { method GetType (line 407) | func (x *PostData) GetType() PostType { method GetTitle (line 414) | func (x *PostData) GetTitle() string { method GetContent (line 421) | func (x *PostData) GetContent() *PostContent { type PostContent (line 428) | type PostContent struct method Reset (line 440) | func (x *PostContent) Reset() { method String (line 449) | func (x *PostContent) String() string { method ProtoMessage (line 453) | func (*PostContent) ProtoMessage() {} method ProtoReflect (line 455) | func (x *PostContent) ProtoReflect() protoreflect.Message { method Descriptor (line 468) | func (*PostContent) Descriptor() ([]byte, []int) { method GetCategory (line 472) | func (x *PostContent) GetCategory() PostContent_Category { method GetHead (line 479) | func (x *PostContent) GetHead() string { method GetBody (line 486) | func (x *PostContent) GetBody() string { method GetDupBody (line 493) | func (x *PostContent) GetDupBody() string { method GetCounts (line 500) | func (x *PostContent) GetCounts() map[int32]int32 { type M (line 507) | type M struct method Reset (line 515) | func (x *M) Reset() { method String (line 524) | func (x *M) String() string { method ProtoMessage (line 528) | func (*M) ProtoMessage() {} method ProtoReflect (line 530) | func (x *M) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*M) Descriptor() ([]byte, []int) { method GetX (line 547) | func (x *M) GetX() string { type GetPostRequest_ConditionA (line 554) | type GetPostRequest_ConditionA struct method Reset (line 562) | func (x *GetPostRequest_ConditionA) Reset() { method String (line 571) | func (x *GetPostRequest_ConditionA) String() string { method ProtoMessage (line 575) | func (*GetPostRequest_ConditionA) ProtoMessage() {} method ProtoReflect (line 577) | func (x *GetPostRequest_ConditionA) ProtoReflect() protoreflect.Message { method Descriptor (line 590) | func (*GetPostRequest_ConditionA) Descriptor() ([]byte, []int) { method GetProp (line 594) | func (x *GetPostRequest_ConditionA) GetProp() string { type GetPostRequest_ConditionB (line 601) | type GetPostRequest_ConditionB struct method Reset (line 607) | func (x *GetPostRequest_ConditionB) Reset() { method String (line 616) | func (x *GetPostRequest_ConditionB) String() string { method ProtoMessage (line 620) | func (*GetPostRequest_ConditionB) ProtoMessage() {} method ProtoReflect (line 622) | func (x *GetPostRequest_ConditionB) ProtoReflect() protoreflect.Message { method Descriptor (line 635) | func (*GetPostRequest_ConditionB) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 832) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 879) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 880) | func file_federation_federation_proto_init() { FILE: _examples/06_alias/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/org.federation.FederationSe... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/06_alias/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetPostResponseVariable (line 29) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 34) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 42) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 54) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 62) | type FederationServiceConfig struct type FederationServiceClientFactory (line 74) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 83) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 90) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 96) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 103) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 111) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 114) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/or... constant FederationService_DependentMethod_Org_Post_V2_PostService_GetPost (line 115) | FederationService_DependentMethod_Org_Post_V2_PostService_GetPost = "/or... type FederationService (line 119) | type FederationService struct method cleanup (line 207) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 214) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 244) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 357) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method cast_Org_Federation_GetPostRequest_ConditionA__to__Org_Post_PostConditionA (line 904) | func (s *FederationService) cast_Org_Federation_GetPostRequest_Conditi... method cast_Org_Federation_GetPostRequest_ConditionB__to__Org_Post_PostConditionB (line 917) | func (s *FederationService) cast_Org_Federation_GetPostRequest_Conditi... method cast_Org_Federation_M__to__Org_Post_M (line 927) | func (s *FederationService) cast_Org_Federation_M__to__Org_Post_M(from... method cast_Org_Post_PostContent_Category__to__Org_Federation_PostContent_Category (line 940) | func (s *FederationService) cast_Org_Post_PostContent_Category__to__Or... method cast_Org_Post_PostContent__to__Org_Federation_PostContent (line 954) | func (s *FederationService) cast_Org_Post_PostContent__to__Org_Federat... method cast_Org_Post_PostDataType__to__Org_Federation_PostType (line 978) | func (s *FederationService) cast_Org_Post_PostDataType__to__Org_Federa... method cast_Org_Post_PostData__to__Org_Federation_PostData (line 994) | func (s *FederationService) cast_Org_Post_PostData__to__Org_Federation... method cast_Org_Post_V2_PostContent_Category__to__Org_Federation_PostContent_Category (line 1017) | func (s *FederationService) cast_Org_Post_V2_PostContent_Category__to_... method cast_Org_Post_V2_PostContent__to__Org_Federation_PostContent (line 1031) | func (s *FederationService) cast_Org_Post_V2_PostContent__to__Org_Fede... method cast_Org_Post_V2_PostDataType__to__Org_Federation_PostType (line 1055) | func (s *FederationService) cast_Org_Post_V2_PostDataType__to__Org_Fed... method cast_Org_Post_V2_PostData__to__Org_Federation_PostData (line 1071) | func (s *FederationService) cast_Org_Post_V2_PostData__to__Org_Federat... method logvalue_Org_Federation_GetPostRequest_ConditionA (line 1093) | func (s *FederationService) logvalue_Org_Federation_GetPostRequest_Con... method logvalue_Org_Federation_GetPostRequest_ConditionB (line 1105) | func (s *FederationService) logvalue_Org_Federation_GetPostRequest_Con... method logvalue_Org_Federation_GetPostResponse (line 1115) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 1127) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 1141) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 1160) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_PostContent (line 1174) | func (s *FederationService) logvalue_Org_Federation_PostContent(v *Pos... method logvalue_Org_Federation_PostContent_Category (line 1190) | func (s *FederationService) logvalue_Org_Federation_PostContent_Catego... method logvalue_Org_Federation_PostContent_CountsEntry (line 1205) | func (s *FederationService) logvalue_Org_Federation_PostContent_Counts... method logvalue_Org_Federation_PostData (line 1219) | func (s *FederationService) logvalue_Org_Federation_PostData(v *PostDa... method logvalue_Org_Federation_PostType (line 1233) | func (s *FederationService) logvalue_Org_Federation_PostType(v PostTyp... method logvalue_Org_Post_GetPostRequest (line 1250) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_M (line 1264) | func (s *FederationService) logvalue_Org_Post_M(v *post.M) slog.Value { method logvalue_Org_Post_PostConditionA (line 1276) | func (s *FederationService) logvalue_Org_Post_PostConditionA(v *post.P... method logvalue_Org_Post_PostConditionB (line 1288) | func (s *FederationService) logvalue_Org_Post_PostConditionB(v *post.P... method logvalue_Org_Post_V2_GetPostRequest (line 1298) | func (s *FederationService) logvalue_Org_Post_V2_GetPostRequest(v *pos... function NewFederationService (line 134) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 203) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/06_alias/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/06_alias/main_test.go constant bufSize (line 28) | bufSize = 1024 type clientConfig (line 36) | type clientConfig struct method Org_Post_PostServiceClient (line 38) | func (c *clientConfig) Org_Post_PostServiceClient(cfg federation.Feder... method Org_Post_V2_PostServiceClient (line 42) | func (c *clientConfig) Org_Post_V2_PostServiceClient(cfg federation.Fe... type PostServer (line 46) | type PostServer struct method GetPost (line 50) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... type PostV2Server (line 67) | type PostV2Server struct method GetPost (line 71) | func (s *PostV2Server) GetPost(ctx context.Context, req *postv2.GetPos... function dialer (line 88) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 92) | func TestFederation(t *testing.T) { FILE: _examples/06_alias/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type PostDataType (line 23) | type PostDataType method Enum (line 48) | func (x PostDataType) Enum() *PostDataType { method String (line 54) | func (x PostDataType) String() string { method Descriptor (line 58) | func (PostDataType) Descriptor() protoreflect.EnumDescriptor { method Type (line 62) | func (PostDataType) Type() protoreflect.EnumType { method Number (line 66) | func (x PostDataType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 71) | func (PostDataType) EnumDescriptor() ([]byte, []int) { constant PostDataType_POST_TYPE_A (line 26) | PostDataType_POST_TYPE_A PostDataType = 0 constant PostDataType_POST_TYPE_B (line 27) | PostDataType_POST_TYPE_B PostDataType = 1 constant PostDataType_POST_TYPE_C (line 28) | PostDataType_POST_TYPE_C PostDataType = 2 constant PostDataType_POST_TYPE_D (line 29) | PostDataType_POST_TYPE_D PostDataType = 3 type PostContent_Category (line 75) | type PostContent_Category method Enum (line 94) | func (x PostContent_Category) Enum() *PostContent_Category { method String (line 100) | func (x PostContent_Category) String() string { method Descriptor (line 104) | func (PostContent_Category) Descriptor() protoreflect.EnumDescriptor { method Type (line 108) | func (PostContent_Category) Type() protoreflect.EnumType { method Number (line 112) | func (x PostContent_Category) Number() protoreflect.EnumNumber { method EnumDescriptor (line 117) | func (PostContent_Category) EnumDescriptor() ([]byte, []int) { constant PostContent_CATEGORY_A (line 78) | PostContent_CATEGORY_A PostContent_Category = 0 constant PostContent_CATEGORY_B (line 79) | PostContent_CATEGORY_B PostContent_Category = 1 type GetPostRequest (line 121) | type GetPostRequest struct method Reset (line 134) | func (x *GetPostRequest) Reset() { method String (line 143) | func (x *GetPostRequest) String() string { method ProtoMessage (line 147) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 149) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 162) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 166) | func (x *GetPostRequest) GetId() string { method GetCondition (line 173) | func (m *GetPostRequest) GetCondition() isGetPostRequest_Condition { method GetA (line 180) | func (x *GetPostRequest) GetA() *PostConditionA { method GetB (line 187) | func (x *GetPostRequest) GetB() *PostConditionB { type isGetPostRequest_Condition (line 194) | type isGetPostRequest_Condition interface type GetPostRequest_A (line 198) | type GetPostRequest_A struct method isGetPostRequest_Condition (line 206) | func (*GetPostRequest_A) isGetPostRequest_Condition() {} type GetPostRequest_B (line 202) | type GetPostRequest_B struct method isGetPostRequest_Condition (line 208) | func (*GetPostRequest_B) isGetPostRequest_Condition() {} type GetPostResponse (line 210) | type GetPostResponse struct method Reset (line 218) | func (x *GetPostResponse) Reset() { method String (line 227) | func (x *GetPostResponse) String() string { method ProtoMessage (line 231) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 233) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 246) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 250) | func (x *GetPostResponse) GetPost() *Post { type Post (line 257) | type Post struct method Reset (line 266) | func (x *Post) Reset() { method String (line 275) | func (x *Post) String() string { method ProtoMessage (line 279) | func (*Post) ProtoMessage() {} method ProtoReflect (line 281) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 294) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 298) | func (x *Post) GetId() string { method GetData (line 305) | func (x *Post) GetData() *PostData { type PostData (line 312) | type PostData struct method Reset (line 323) | func (x *PostData) Reset() { method String (line 332) | func (x *PostData) String() string { method ProtoMessage (line 336) | func (*PostData) ProtoMessage() {} method ProtoReflect (line 338) | func (x *PostData) ProtoReflect() protoreflect.Message { method Descriptor (line 351) | func (*PostData) Descriptor() ([]byte, []int) { method GetType (line 355) | func (x *PostData) GetType() PostDataType { method GetTitle (line 362) | func (x *PostData) GetTitle() string { method GetContent (line 369) | func (x *PostData) GetContent() *PostContent { method GetData (line 376) | func (x *PostData) GetData() string { type PostContent (line 383) | type PostContent struct method Reset (line 394) | func (x *PostContent) Reset() { method String (line 403) | func (x *PostContent) String() string { method ProtoMessage (line 407) | func (*PostContent) ProtoMessage() {} method ProtoReflect (line 409) | func (x *PostContent) ProtoReflect() protoreflect.Message { method Descriptor (line 422) | func (*PostContent) Descriptor() ([]byte, []int) { method GetCategory (line 426) | func (x *PostContent) GetCategory() PostContent_Category { method GetHead (line 433) | func (x *PostContent) GetHead() string { method GetBody (line 440) | func (x *PostContent) GetBody() string { method GetCounts (line 447) | func (x *PostContent) GetCounts() map[int32]int32 { type PostConditionA (line 454) | type PostConditionA struct method Reset (line 462) | func (x *PostConditionA) Reset() { method String (line 471) | func (x *PostConditionA) String() string { method ProtoMessage (line 475) | func (*PostConditionA) ProtoMessage() {} method ProtoReflect (line 477) | func (x *PostConditionA) ProtoReflect() protoreflect.Message { method Descriptor (line 490) | func (*PostConditionA) Descriptor() ([]byte, []int) { method GetProp (line 494) | func (x *PostConditionA) GetProp() string { type PostConditionB (line 501) | type PostConditionB struct method Reset (line 507) | func (x *PostConditionB) Reset() { method String (line 516) | func (x *PostConditionB) String() string { method ProtoMessage (line 520) | func (*PostConditionB) ProtoMessage() {} method ProtoReflect (line 522) | func (x *PostConditionB) ProtoReflect() protoreflect.Message { method Descriptor (line 535) | func (*PostConditionB) Descriptor() ([]byte, []int) { type M (line 539) | type M struct method Reset (line 547) | func (x *M) Reset() { method String (line 556) | func (x *M) String() string { method ProtoMessage (line 560) | func (*M) ProtoMessage() {} method ProtoReflect (line 562) | func (x *M) ProtoReflect() protoreflect.Message { method Descriptor (line 575) | func (*M) Descriptor() ([]byte, []int) { method GetX (line 579) | func (x *M) GetX() string { function file_post_post_proto_rawDescGZIP (line 663) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 703) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 704) | func file_post_post_proto_init() { FILE: _examples/06_alias/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/org.post.PostService/GetPost" type PostServiceClient (line 28) | type PostServiceClient interface type postServiceClient (line 32) | type postServiceClient struct method GetPost (line 40) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... function NewPostServiceClient (line 36) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 52) | type PostServiceServer interface type UnimplementedPostServiceServer (line 58) | type UnimplementedPostServiceServer struct method GetPost (line 61) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method mustEmbedUnimplementedPostServiceServer (line 64) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 69) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 73) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 77) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/06_alias/post/v2/extra.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ExtraType (line 25) | type ExtraType method Enum (line 47) | func (x ExtraType) Enum() *ExtraType { method String (line 53) | func (x ExtraType) String() string { method Descriptor (line 57) | func (ExtraType) Descriptor() protoreflect.EnumDescriptor { method Type (line 61) | func (ExtraType) Type() protoreflect.EnumType { method Number (line 65) | func (x ExtraType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 70) | func (ExtraType) EnumDescriptor() ([]byte, []int) { constant ExtraType_EXTRA_TYPE_UNKNOWN (line 28) | ExtraType_EXTRA_TYPE_UNKNOWN ExtraType = 0 constant ExtraType_EXTRA_TYPE_A (line 29) | ExtraType_EXTRA_TYPE_A ExtraType = 1 constant ExtraType_EXTRA_TYPE_B (line 30) | ExtraType_EXTRA_TYPE_B ExtraType = 2 function file_post_v2_extra_proto_rawDescGZIP (line 100) | func file_post_v2_extra_proto_rawDescGZIP() []byte { function init (line 119) | func init() { file_post_v2_extra_proto_init() } function file_post_v2_extra_proto_init (line 120) | func file_post_v2_extra_proto_init() { FILE: _examples/06_alias/post/v2/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type PostDataType (line 23) | type PostDataType method Enum (line 48) | func (x PostDataType) Enum() *PostDataType { method String (line 54) | func (x PostDataType) String() string { method Descriptor (line 58) | func (PostDataType) Descriptor() protoreflect.EnumDescriptor { method Type (line 62) | func (PostDataType) Type() protoreflect.EnumType { method Number (line 66) | func (x PostDataType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 71) | func (PostDataType) EnumDescriptor() ([]byte, []int) { constant PostDataType_POST_TYPE_A (line 26) | PostDataType_POST_TYPE_A PostDataType = 0 constant PostDataType_POST_V2_TYPE_B (line 27) | PostDataType_POST_V2_TYPE_B PostDataType = 1 constant PostDataType_POST_V2_TYPE_C (line 28) | PostDataType_POST_V2_TYPE_C PostDataType = 2 constant PostDataType_POST_V2_TYPE_D (line 29) | PostDataType_POST_V2_TYPE_D PostDataType = 3 type PostContent_Category (line 75) | type PostContent_Category method Enum (line 94) | func (x PostContent_Category) Enum() *PostContent_Category { method String (line 100) | func (x PostContent_Category) String() string { method Descriptor (line 104) | func (PostContent_Category) Descriptor() protoreflect.EnumDescriptor { method Type (line 108) | func (PostContent_Category) Type() protoreflect.EnumType { method Number (line 112) | func (x PostContent_Category) Number() protoreflect.EnumNumber { method EnumDescriptor (line 117) | func (PostContent_Category) EnumDescriptor() ([]byte, []int) { constant PostContent_CATEGORY_A (line 78) | PostContent_CATEGORY_A PostContent_Category = 0 constant PostContent_CATEGORY_B (line 79) | PostContent_CATEGORY_B PostContent_Category = 1 type GetPostRequest (line 121) | type GetPostRequest struct method Reset (line 129) | func (x *GetPostRequest) Reset() { method String (line 138) | func (x *GetPostRequest) String() string { method ProtoMessage (line 142) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 144) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 161) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 168) | type GetPostResponse struct method Reset (line 176) | func (x *GetPostResponse) Reset() { method String (line 185) | func (x *GetPostResponse) String() string { method ProtoMessage (line 189) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 191) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 204) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 208) | func (x *GetPostResponse) GetPost() *Post { type Post (line 215) | type Post struct method Reset (line 224) | func (x *Post) Reset() { method String (line 233) | func (x *Post) String() string { method ProtoMessage (line 237) | func (*Post) ProtoMessage() {} method ProtoReflect (line 239) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 252) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 256) | func (x *Post) GetId() string { method GetData (line 263) | func (x *Post) GetData() *PostData { type PostData (line 270) | type PostData struct method Reset (line 281) | func (x *PostData) Reset() { method String (line 290) | func (x *PostData) String() string { method ProtoMessage (line 294) | func (*PostData) ProtoMessage() {} method ProtoReflect (line 296) | func (x *PostData) ProtoReflect() protoreflect.Message { method Descriptor (line 309) | func (*PostData) Descriptor() ([]byte, []int) { method GetType (line 313) | func (x *PostData) GetType() PostDataType { method GetTitle (line 320) | func (x *PostData) GetTitle() string { method GetContent (line 327) | func (x *PostData) GetContent() *PostContent { method GetV2Data (line 334) | func (x *PostData) GetV2Data() string { type PostContent (line 341) | type PostContent struct method Reset (line 352) | func (x *PostContent) Reset() { method String (line 361) | func (x *PostContent) String() string { method ProtoMessage (line 365) | func (*PostContent) ProtoMessage() {} method ProtoReflect (line 367) | func (x *PostContent) ProtoReflect() protoreflect.Message { method Descriptor (line 380) | func (*PostContent) Descriptor() ([]byte, []int) { method GetCategory (line 384) | func (x *PostContent) GetCategory() PostContent_Category { method GetHead (line 391) | func (x *PostContent) GetHead() string { method GetBody (line 398) | func (x *PostContent) GetBody() string { method GetCounts (line 405) | func (x *PostContent) GetCounts() map[int32]int32 { function file_post_v2_post_proto_rawDescGZIP (line 482) | func file_post_v2_post_proto_rawDescGZIP() []byte { function init (line 517) | func init() { file_post_v2_post_proto_init() } function file_post_v2_post_proto_init (line 518) | func file_post_v2_post_proto_init() { FILE: _examples/06_alias/post/v2/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/org.post.v2.PostService/GetPost" type PostServiceClient (line 28) | type PostServiceClient interface type postServiceClient (line 32) | type postServiceClient struct method GetPost (line 40) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... function NewPostServiceClient (line 36) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 52) | type PostServiceServer interface type UnimplementedPostServiceServer (line 58) | type UnimplementedPostServiceServer struct method GetPost (line 61) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method mustEmbedUnimplementedPostServiceServer (line 64) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 69) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 73) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 77) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/07_autobind/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 25) | type GetPostRequest struct method Reset (line 33) | func (x *GetPostRequest) Reset() { method String (line 42) | func (x *GetPostRequest) String() string { method ProtoMessage (line 46) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 72) | type GetPostResponse struct method Reset (line 83) | func (x *GetPostResponse) Reset() { method String (line 92) | func (x *GetPostResponse) String() string { method ProtoMessage (line 96) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 98) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 111) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetId (line 115) | func (x *GetPostResponse) GetId() string { method GetTitle (line 122) | func (x *GetPostResponse) GetTitle() string { method GetContent (line 129) | func (x *GetPostResponse) GetContent() string { method GetUid (line 136) | func (x *GetPostResponse) GetUid() string { type Post (line 143) | type Post struct method Reset (line 154) | func (x *Post) Reset() { method String (line 163) | func (x *Post) String() string { method ProtoMessage (line 167) | func (*Post) ProtoMessage() {} method ProtoReflect (line 169) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 182) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 186) | func (x *Post) GetId() string { method GetTitle (line 193) | func (x *Post) GetTitle() string { method GetContent (line 200) | func (x *Post) GetContent() string { method GetUid (line 207) | func (x *Post) GetUid() string { type User (line 214) | type User struct method Reset (line 222) | func (x *User) Reset() { method String (line 231) | func (x *User) String() string { method ProtoMessage (line 235) | func (*User) ProtoMessage() {} method ProtoReflect (line 237) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*User) Descriptor() ([]byte, []int) { method GetUid (line 254) | func (x *User) GetUid() string { function file_federation_federation_proto_rawDescGZIP (line 321) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 345) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 346) | func file_federation_federation_proto_init() { FILE: _examples/07_autobind/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/org.federation.FederationSe... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/07_autobind/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetPostResponseVariable (line 28) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 39) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 46) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_UserVariable (line 52) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 56) | type FederationService_Org_Federation_UserArgument struct type FederationServiceConfig (line 62) | type FederationServiceConfig struct type FederationServiceClientFactory (line 74) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 81) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 88) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 93) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 100) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 108) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPost (line 111) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.Post... type FederationService (line 115) | type FederationService struct method cleanup (line 187) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 194) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 222) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 299) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_User (line 470) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method logvalue_Org_Federation_GetPostResponse (line 506) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 521) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 533) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 548) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_User (line 560) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 572) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Post_GetPostRequest (line 584) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... function NewFederationService (line 130) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 183) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/07_autobind/main_test.go constant bufSize (line 28) | bufSize = 1024 type clientConfig (line 35) | type clientConfig struct method Post_PostServiceClient (line 37) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... type PostServer (line 41) | type PostServer struct method GetPost (line 45) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... function dialer (line 56) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 60) | func TestFederation(t *testing.T) { FILE: _examples/07_autobind/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type Post (line 117) | type Post struct method Reset (line 128) | func (x *Post) Reset() { method String (line 137) | func (x *Post) String() string { method ProtoMessage (line 141) | func (*Post) ProtoMessage() {} method ProtoReflect (line 143) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 156) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 160) | func (x *Post) GetId() string { method GetTitle (line 167) | func (x *Post) GetTitle() string { method GetContent (line 174) | func (x *Post) GetContent() string { method GetUserId (line 181) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 222) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 246) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 247) | func file_post_post_proto_init() { FILE: _examples/07_autobind/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" type PostServiceClient (line 28) | type PostServiceClient interface type postServiceClient (line 32) | type postServiceClient struct method GetPost (line 40) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... function NewPostServiceClient (line 36) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 52) | type PostServiceServer interface type UnimplementedPostServiceServer (line 58) | type UnimplementedPostServiceServer struct method GetPost (line 61) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method mustEmbedUnimplementedPostServiceServer (line 64) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 69) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 73) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 77) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/08_literal/content/content.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ContentType (line 23) | type ContentType method Enum (line 45) | func (x ContentType) Enum() *ContentType { method String (line 51) | func (x ContentType) String() string { method Descriptor (line 55) | func (ContentType) Descriptor() protoreflect.EnumDescriptor { method Type (line 59) | func (ContentType) Type() protoreflect.EnumType { method Number (line 63) | func (x ContentType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 68) | func (ContentType) EnumDescriptor() ([]byte, []int) { constant ContentType_CONTENT_TYPE_1 (line 26) | ContentType_CONTENT_TYPE_1 ContentType = 0 constant ContentType_CONTENT_TYPE_2 (line 27) | ContentType_CONTENT_TYPE_2 ContentType = 1 constant ContentType_CONTENT_TYPE_3 (line 28) | ContentType_CONTENT_TYPE_3 ContentType = 2 type GetContentRequest (line 72) | type GetContentRequest struct method Reset (line 116) | func (x *GetContentRequest) Reset() { method String (line 125) | func (x *GetContentRequest) String() string { method ProtoMessage (line 129) | func (*GetContentRequest) ProtoMessage() {} method ProtoReflect (line 131) | func (x *GetContentRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 144) | func (*GetContentRequest) Descriptor() ([]byte, []int) { method GetByField (line 148) | func (x *GetContentRequest) GetByField() string { method GetDoubleField (line 155) | func (x *GetContentRequest) GetDoubleField() float64 { method GetDoublesField (line 162) | func (x *GetContentRequest) GetDoublesField() []float64 { method GetFloatField (line 169) | func (x *GetContentRequest) GetFloatField() float32 { method GetFloatsField (line 176) | func (x *GetContentRequest) GetFloatsField() []float32 { method GetInt32Field (line 183) | func (x *GetContentRequest) GetInt32Field() int32 { method GetInt32SField (line 190) | func (x *GetContentRequest) GetInt32SField() []int32 { method GetInt64Field (line 197) | func (x *GetContentRequest) GetInt64Field() int64 { method GetInt64SField (line 204) | func (x *GetContentRequest) GetInt64SField() []int64 { method GetUint32Field (line 211) | func (x *GetContentRequest) GetUint32Field() uint32 { method GetUint32SField (line 218) | func (x *GetContentRequest) GetUint32SField() []uint32 { method GetUint64Field (line 225) | func (x *GetContentRequest) GetUint64Field() uint64 { method GetUint64SField (line 232) | func (x *GetContentRequest) GetUint64SField() []uint64 { method GetSint32Field (line 239) | func (x *GetContentRequest) GetSint32Field() int32 { method GetSint32SField (line 246) | func (x *GetContentRequest) GetSint32SField() []int32 { method GetSint64Field (line 253) | func (x *GetContentRequest) GetSint64Field() int64 { method GetSint64SField (line 260) | func (x *GetContentRequest) GetSint64SField() []int64 { method GetFixed32Field (line 267) | func (x *GetContentRequest) GetFixed32Field() uint32 { method GetFixed32SField (line 274) | func (x *GetContentRequest) GetFixed32SField() []uint32 { method GetFixed64Field (line 281) | func (x *GetContentRequest) GetFixed64Field() uint64 { method GetFixed64SField (line 288) | func (x *GetContentRequest) GetFixed64SField() []uint64 { method GetSfixed32Field (line 295) | func (x *GetContentRequest) GetSfixed32Field() int32 { method GetSfixed32SField (line 302) | func (x *GetContentRequest) GetSfixed32SField() []int32 { method GetSfixed64Field (line 309) | func (x *GetContentRequest) GetSfixed64Field() int64 { method GetSfixed64SField (line 316) | func (x *GetContentRequest) GetSfixed64SField() []int64 { method GetBoolField (line 323) | func (x *GetContentRequest) GetBoolField() bool { method GetBoolsField (line 330) | func (x *GetContentRequest) GetBoolsField() []bool { method GetStringField (line 337) | func (x *GetContentRequest) GetStringField() string { method GetStringsField (line 344) | func (x *GetContentRequest) GetStringsField() []string { method GetByteStringField (line 351) | func (x *GetContentRequest) GetByteStringField() []byte { method GetByteStringsField (line 358) | func (x *GetContentRequest) GetByteStringsField() [][]byte { method GetEnumField (line 365) | func (x *GetContentRequest) GetEnumField() ContentType { method GetEnumsField (line 372) | func (x *GetContentRequest) GetEnumsField() []ContentType { method GetEnvField (line 379) | func (x *GetContentRequest) GetEnvField() string { method GetEnvsField (line 386) | func (x *GetContentRequest) GetEnvsField() []string { method GetMessageField (line 393) | func (x *GetContentRequest) GetMessageField() *Content { method GetMessagesField (line 400) | func (x *GetContentRequest) GetMessagesField() []*Content { type GetContentResponse (line 407) | type GetContentResponse struct method Reset (line 415) | func (x *GetContentResponse) Reset() { method String (line 424) | func (x *GetContentResponse) String() string { method ProtoMessage (line 428) | func (*GetContentResponse) ProtoMessage() {} method ProtoReflect (line 430) | func (x *GetContentResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 443) | func (*GetContentResponse) Descriptor() ([]byte, []int) { method GetContent (line 447) | func (x *GetContentResponse) GetContent() *Content { type Content (line 454) | type Content struct method Reset (line 498) | func (x *Content) Reset() { method String (line 507) | func (x *Content) String() string { method ProtoMessage (line 511) | func (*Content) ProtoMessage() {} method ProtoReflect (line 513) | func (x *Content) ProtoReflect() protoreflect.Message { method Descriptor (line 526) | func (*Content) Descriptor() ([]byte, []int) { method GetByField (line 530) | func (x *Content) GetByField() string { method GetDoubleField (line 537) | func (x *Content) GetDoubleField() float64 { method GetDoublesField (line 544) | func (x *Content) GetDoublesField() []float64 { method GetFloatField (line 551) | func (x *Content) GetFloatField() float32 { method GetFloatsField (line 558) | func (x *Content) GetFloatsField() []float32 { method GetInt32Field (line 565) | func (x *Content) GetInt32Field() int32 { method GetInt32SField (line 572) | func (x *Content) GetInt32SField() []int32 { method GetInt64Field (line 579) | func (x *Content) GetInt64Field() int64 { method GetInt64SField (line 586) | func (x *Content) GetInt64SField() []int64 { method GetUint32Field (line 593) | func (x *Content) GetUint32Field() uint32 { method GetUint32SField (line 600) | func (x *Content) GetUint32SField() []uint32 { method GetUint64Field (line 607) | func (x *Content) GetUint64Field() uint64 { method GetUint64SField (line 614) | func (x *Content) GetUint64SField() []uint64 { method GetSint32Field (line 621) | func (x *Content) GetSint32Field() int32 { method GetSint32SField (line 628) | func (x *Content) GetSint32SField() []int32 { method GetSint64Field (line 635) | func (x *Content) GetSint64Field() int64 { method GetSint64SField (line 642) | func (x *Content) GetSint64SField() []int64 { method GetFixed32Field (line 649) | func (x *Content) GetFixed32Field() uint32 { method GetFixed32SField (line 656) | func (x *Content) GetFixed32SField() []uint32 { method GetFixed64Field (line 663) | func (x *Content) GetFixed64Field() uint64 { method GetFixed64SField (line 670) | func (x *Content) GetFixed64SField() []uint64 { method GetSfixed32Field (line 677) | func (x *Content) GetSfixed32Field() int32 { method GetSfixed32SField (line 684) | func (x *Content) GetSfixed32SField() []int32 { method GetSfixed64Field (line 691) | func (x *Content) GetSfixed64Field() int64 { method GetSfixed64SField (line 698) | func (x *Content) GetSfixed64SField() []int64 { method GetBoolField (line 705) | func (x *Content) GetBoolField() bool { method GetBoolsField (line 712) | func (x *Content) GetBoolsField() []bool { method GetStringField (line 719) | func (x *Content) GetStringField() string { method GetStringsField (line 726) | func (x *Content) GetStringsField() []string { method GetByteStringField (line 733) | func (x *Content) GetByteStringField() []byte { method GetByteStringsField (line 740) | func (x *Content) GetByteStringsField() [][]byte { method GetEnumField (line 747) | func (x *Content) GetEnumField() ContentType { method GetEnumsField (line 754) | func (x *Content) GetEnumsField() []ContentType { method GetEnvField (line 761) | func (x *Content) GetEnvField() string { method GetEnvsField (line 768) | func (x *Content) GetEnvsField() []string { method GetMessageField (line 775) | func (x *Content) GetMessageField() *Content { method GetMessagesField (line 782) | func (x *Content) GetMessagesField() []*Content { function file_content_content_proto_rawDescGZIP (line 1002) | func file_content_content_proto_rawDescGZIP() []byte { function init (line 1036) | func init() { file_content_content_proto_init() } function file_content_content_proto_init (line 1037) | func file_content_content_proto_init() { FILE: _examples/08_literal/content/content_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant ContentService_GetContent_FullMethodName (line 22) | ContentService_GetContent_FullMethodName = "/content.ContentService/GetC... type ContentServiceClient (line 28) | type ContentServiceClient interface type contentServiceClient (line 32) | type contentServiceClient struct method GetContent (line 40) | func (c *contentServiceClient) GetContent(ctx context.Context, in *Get... function NewContentServiceClient (line 36) | func NewContentServiceClient(cc grpc.ClientConnInterface) ContentService... type ContentServiceServer (line 52) | type ContentServiceServer interface type UnimplementedContentServiceServer (line 58) | type UnimplementedContentServiceServer struct method GetContent (line 61) | func (UnimplementedContentServiceServer) GetContent(context.Context, *... method mustEmbedUnimplementedContentServiceServer (line 64) | func (UnimplementedContentServiceServer) mustEmbedUnimplementedContent... type UnsafeContentServiceServer (line 69) | type UnsafeContentServiceServer interface function RegisterContentServiceServer (line 73) | func RegisterContentServiceServer(s grpc.ServiceRegistrar, srv ContentSe... function _ContentService_GetContent_Handler (line 77) | func _ContentService_GetContent_Handler(srv interface{}, ctx context.Con... FILE: _examples/08_literal/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ContentType (line 24) | type ContentType method Enum (line 46) | func (x ContentType) Enum() *ContentType { method String (line 52) | func (x ContentType) String() string { method Descriptor (line 56) | func (ContentType) Descriptor() protoreflect.EnumDescriptor { method Type (line 60) | func (ContentType) Type() protoreflect.EnumType { method Number (line 64) | func (x ContentType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 69) | func (ContentType) EnumDescriptor() ([]byte, []int) { constant ContentType_CONTENT_TYPE_1 (line 27) | ContentType_CONTENT_TYPE_1 ContentType = 0 constant ContentType_CONTENT_TYPE_2 (line 28) | ContentType_CONTENT_TYPE_2 ContentType = 1 constant ContentType_CONTENT_TYPE_3 (line 29) | ContentType_CONTENT_TYPE_3 ContentType = 2 type GetRequest (line 73) | type GetRequest struct method Reset (line 81) | func (x *GetRequest) Reset() { method String (line 90) | func (x *GetRequest) String() string { method ProtoMessage (line 94) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetRequest) Descriptor() ([]byte, []int) { method GetId (line 113) | func (x *GetRequest) GetId() string { type GetResponse (line 120) | type GetResponse struct method Reset (line 129) | func (x *GetResponse) Reset() { method String (line 138) | func (x *GetResponse) String() string { method ProtoMessage (line 142) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 144) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetContent (line 161) | func (x *GetResponse) GetContent() *Content { method GetCelExpr (line 168) | func (x *GetResponse) GetCelExpr() int64 { type Content (line 175) | type Content struct method Reset (line 219) | func (x *Content) Reset() { method String (line 228) | func (x *Content) String() string { method ProtoMessage (line 232) | func (*Content) ProtoMessage() {} method ProtoReflect (line 234) | func (x *Content) ProtoReflect() protoreflect.Message { method Descriptor (line 247) | func (*Content) Descriptor() ([]byte, []int) { method GetByField (line 251) | func (x *Content) GetByField() string { method GetDoubleField (line 258) | func (x *Content) GetDoubleField() float64 { method GetDoublesField (line 265) | func (x *Content) GetDoublesField() []float64 { method GetFloatField (line 272) | func (x *Content) GetFloatField() float32 { method GetFloatsField (line 279) | func (x *Content) GetFloatsField() []float32 { method GetInt32Field (line 286) | func (x *Content) GetInt32Field() int32 { method GetInt32SField (line 293) | func (x *Content) GetInt32SField() []int32 { method GetInt64Field (line 300) | func (x *Content) GetInt64Field() int64 { method GetInt64SField (line 307) | func (x *Content) GetInt64SField() []int64 { method GetUint32Field (line 314) | func (x *Content) GetUint32Field() uint32 { method GetUint32SField (line 321) | func (x *Content) GetUint32SField() []uint32 { method GetUint64Field (line 328) | func (x *Content) GetUint64Field() uint64 { method GetUint64SField (line 335) | func (x *Content) GetUint64SField() []uint64 { method GetSint32Field (line 342) | func (x *Content) GetSint32Field() int32 { method GetSint32SField (line 349) | func (x *Content) GetSint32SField() []int32 { method GetSint64Field (line 356) | func (x *Content) GetSint64Field() int64 { method GetSint64SField (line 363) | func (x *Content) GetSint64SField() []int64 { method GetFixed32Field (line 370) | func (x *Content) GetFixed32Field() uint32 { method GetFixed32SField (line 377) | func (x *Content) GetFixed32SField() []uint32 { method GetFixed64Field (line 384) | func (x *Content) GetFixed64Field() uint64 { method GetFixed64SField (line 391) | func (x *Content) GetFixed64SField() []uint64 { method GetSfixed32Field (line 398) | func (x *Content) GetSfixed32Field() int32 { method GetSfixed32SField (line 405) | func (x *Content) GetSfixed32SField() []int32 { method GetSfixed64Field (line 412) | func (x *Content) GetSfixed64Field() int64 { method GetSfixed64SField (line 419) | func (x *Content) GetSfixed64SField() []int64 { method GetBoolField (line 426) | func (x *Content) GetBoolField() bool { method GetBoolsField (line 433) | func (x *Content) GetBoolsField() []bool { method GetStringField (line 440) | func (x *Content) GetStringField() string { method GetStringsField (line 447) | func (x *Content) GetStringsField() []string { method GetByteStringField (line 454) | func (x *Content) GetByteStringField() []byte { method GetByteStringsField (line 461) | func (x *Content) GetByteStringsField() [][]byte { method GetEnumField (line 468) | func (x *Content) GetEnumField() ContentType { method GetEnumsField (line 475) | func (x *Content) GetEnumsField() []ContentType { method GetEnvField (line 482) | func (x *Content) GetEnvField() string { method GetEnvsField (line 489) | func (x *Content) GetEnvsField() []string { method GetMessageField (line 496) | func (x *Content) GetMessageField() *Content { method GetMessagesField (line 503) | func (x *Content) GetMessagesField() []*Content { function file_federation_federation_proto_rawDescGZIP (line 725) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 755) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 756) | func file_federation_federation_proto_init() { FILE: _examples/08_literal/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method Get (line 40) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method Get (line 61) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 77) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... FILE: _examples/08_literal/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetResponseVariable (line 28) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 34) | type FederationService_Org_Federation_GetResponseArgument struct type FederationServiceConfig (line 40) | type FederationServiceConfig struct type FederationServiceClientFactory (line 52) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 59) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 66) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 71) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 78) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 86) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Content_ContentService_GetContent (line 89) | FederationService_DependentMethod_Content_ContentService_GetContent = "/... type FederationService (line 93) | type FederationService struct method cleanup (line 161) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 168) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 196) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method cast_Content_ContentType__to__Org_Federation_ContentType (line 770) | func (s *FederationService) cast_Content_ContentType__to__Org_Federati... method cast_Content_Content__to__Org_Federation_Content (line 786) | func (s *FederationService) cast_Content_Content__to__Org_Federation_C... method cast_float64__to__float32 (line 883) | func (s *FederationService) cast_float64__to__float32(from float64) (f... method cast_int64__to__Content_ContentType (line 888) | func (s *FederationService) cast_int64__to__Content_ContentType(from i... method cast_int64__to__int32 (line 893) | func (s *FederationService) cast_int64__to__int32(from int64) (int32, ... method cast_int64__to__int64 (line 898) | func (s *FederationService) cast_int64__to__int64(from int64) (int64, ... method cast_repeated_Content_ContentType__to__repeated_Org_Federation_ContentType (line 903) | func (s *FederationService) cast_repeated_Content_ContentType__to__rep... method cast_repeated_Content_Content__to__repeated_Org_Federation_Content (line 916) | func (s *FederationService) cast_repeated_Content_Content__to__repeate... method cast_repeated_float64__to__repeated_float32 (line 929) | func (s *FederationService) cast_repeated_float64__to__repeated_float3... method cast_repeated_int64__to__repeated_Content_ContentType (line 942) | func (s *FederationService) cast_repeated_int64__to__repeated_Content_... method cast_repeated_int64__to__repeated_int32 (line 955) | func (s *FederationService) cast_repeated_int64__to__repeated_int32(fr... method cast_repeated_int64__to__repeated_int64 (line 968) | func (s *FederationService) cast_repeated_int64__to__repeated_int64(fr... method cast_repeated_uint64__to__repeated_uint32 (line 981) | func (s *FederationService) cast_repeated_uint64__to__repeated_uint32(... method cast_repeated_uint64__to__repeated_uint64 (line 994) | func (s *FederationService) cast_repeated_uint64__to__repeated_uint64(... method cast_uint64__to__uint32 (line 1007) | func (s *FederationService) cast_uint64__to__uint32(from uint64) (uint... method cast_uint64__to__uint64 (line 1016) | func (s *FederationService) cast_uint64__to__uint64(from uint64) (uint... method logvalue_Content_Content (line 1020) | func (s *FederationService) logvalue_Content_Content(v *content.Conten... method logvalue_Content_ContentType (line 1068) | func (s *FederationService) logvalue_Content_ContentType(v content.Con... method logvalue_Content_GetContentRequest (line 1083) | func (s *FederationService) logvalue_Content_GetContentRequest(v *cont... method logvalue_Org_Federation_Content (line 1131) | func (s *FederationService) logvalue_Org_Federation_Content(v *Content... method logvalue_Org_Federation_ContentType (line 1179) | func (s *FederationService) logvalue_Org_Federation_ContentType(v Cont... method logvalue_Org_Federation_GetResponse (line 1194) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 1207) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_repeated_Content_Content (line 1219) | func (s *FederationService) logvalue_repeated_Content_Content(v []*con... method logvalue_repeated_Content_ContentType (line 1233) | func (s *FederationService) logvalue_repeated_Content_ContentType(v []... method logvalue_repeated_Org_Federation_Content (line 1247) | func (s *FederationService) logvalue_repeated_Org_Federation_Content(v... method logvalue_repeated_Org_Federation_ContentType (line 1261) | func (s *FederationService) logvalue_repeated_Org_Federation_ContentTy... function NewFederationService (line 108) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 157) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/08_literal/main_test.go constant bufSize (line 27) | bufSize = 1024 type clientConfig (line 34) | type clientConfig struct method Content_ContentServiceClient (line 36) | func (c *clientConfig) Content_ContentServiceClient(cfg federation.Fed... type ContentServer (line 40) | type ContentServer struct method GetContent (line 44) | func (s *ContentServer) GetContent(ctx context.Context, req *content.G... function dialer (line 88) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 92) | func TestFederation(t *testing.T) { FILE: _examples/09_multi_user/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetRequest (line 24) | type GetRequest struct method Reset (line 30) | func (x *GetRequest) Reset() { method String (line 39) | func (x *GetRequest) String() string { method ProtoMessage (line 43) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 45) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 58) | func (*GetRequest) Descriptor() ([]byte, []int) { type GetResponse (line 62) | type GetResponse struct method Reset (line 71) | func (x *GetResponse) Reset() { method String (line 80) | func (x *GetResponse) String() string { method ProtoMessage (line 84) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 86) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 99) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetUser (line 103) | func (x *GetResponse) GetUser() *User { method GetUser2 (line 110) | func (x *GetResponse) GetUser2() *User { type User (line 117) | type User struct method Reset (line 126) | func (x *User) Reset() { method String (line 135) | func (x *User) String() string { method ProtoMessage (line 139) | func (*User) ProtoMessage() {} method ProtoReflect (line 141) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 154) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 158) | func (x *User) GetId() string { method GetName (line 165) | func (x *User) GetName() string { type UserID (line 172) | type UserID struct method Reset (line 180) | func (x *UserID) Reset() { method String (line 189) | func (x *UserID) String() string { method ProtoMessage (line 193) | func (*UserID) ProtoMessage() {} method ProtoReflect (line 195) | func (x *UserID) ProtoReflect() protoreflect.Message { method Descriptor (line 208) | func (*UserID) Descriptor() ([]byte, []int) { method GetValue (line 212) | func (x *UserID) GetValue() string { type Sub (line 219) | type Sub struct method Reset (line 225) | func (x *Sub) Reset() { method String (line 234) | func (x *Sub) String() string { method ProtoMessage (line 238) | func (*Sub) ProtoMessage() {} method ProtoReflect (line 240) | func (x *Sub) ProtoReflect() protoreflect.Message { method Descriptor (line 253) | func (*Sub) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 318) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 345) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 346) | func file_federation_federation_proto_init() { FILE: _examples/09_multi_user/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method Get (line 40) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method Get (line 61) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 77) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... FILE: _examples/09_multi_user/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetResponseVariable (line 28) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 35) | type FederationService_Org_Federation_GetResponseArgument struct type FederationService_Org_Federation_SubVariable (line 40) | type FederationService_Org_Federation_SubVariable struct type FederationService_Org_Federation_SubArgument (line 44) | type FederationService_Org_Federation_SubArgument struct type FederationService_Org_Federation_UserVariable (line 49) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 56) | type FederationService_Org_Federation_UserArgument struct type FederationService_Org_Federation_UserIDVariable (line 62) | type FederationService_Org_Federation_UserIDVariable struct type FederationService_Org_Federation_UserIDArgument (line 66) | type FederationService_Org_Federation_UserIDArgument struct type FederationService_Org_Federation_User_NameArgument (line 71) | type FederationService_Org_Federation_User_NameArgument struct type FederationServiceConfig (line 76) | type FederationServiceConfig struct type FederationServiceClientFactory (line 91) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 98) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 105) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 110) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 121) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 129) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_Sub (line 133) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_S... method Resolve_Org_Federation_User_Name (line 140) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_U... constant FederationService_DependentMethod_User_UserService_GetUser (line 146) | FederationService_DependentMethod_User_UserService_GetUser = "/user.User... type FederationService (line 150) | type FederationService struct method cleanup (line 230) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 237) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 263) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method resolve_Org_Federation_Sub (line 464) | func (s *FederationService) resolve_Org_Federation_Sub(ctx context.Con... method resolve_Org_Federation_User (line 485) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method resolve_Org_Federation_UserID (line 651) | func (s *FederationService) resolve_Org_Federation_UserID(ctx context.... method logvalue_Org_Federation_GetResponse (line 719) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 732) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_Org_Federation_Sub (line 742) | func (s *FederationService) logvalue_Org_Federation_Sub(v *Sub) slog.V... method logvalue_Org_Federation_SubArgument (line 752) | func (s *FederationService) logvalue_Org_Federation_SubArgument(v *Fed... method logvalue_Org_Federation_User (line 762) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 775) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Federation_UserID (line 787) | func (s *FederationService) logvalue_Org_Federation_UserID(v *UserID) ... method logvalue_Org_Federation_UserIDArgument (line 799) | func (s *FederationService) logvalue_Org_Federation_UserIDArgument(v *... method logvalue_User_GetUserRequest (line 809) | func (s *FederationService) logvalue_User_GetUserRequest(v *user.GetUs... function NewFederationService (line 166) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 226) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/09_multi_user/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/09_multi_user/main_test.go constant bufSize (line 27) | bufSize = 1024 type clientConfig (line 34) | type clientConfig struct method User_UserServiceClient (line 36) | func (c *clientConfig) User_UserServiceClient(cfg federation.Federatio... type UserServer (line 40) | type UserServer struct method GetUser (line 48) | func (s *UserServer) GetUser(ctx context.Context, req *user.GetUserReq... type resolver (line 57) | type resolver struct method Resolve_Org_Federation_Sub (line 59) | func (r *resolver) Resolve_Org_Federation_Sub(_ context.Context, _ *fe... method Resolve_Org_Federation_User_Name (line 63) | func (r *resolver) Resolve_Org_Federation_User_Name(_ context.Context,... function dialer (line 67) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 71) | func TestFederation(t *testing.T) { FILE: _examples/09_multi_user/user/user.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetUserRequest (line 23) | type GetUserRequest struct method Reset (line 31) | func (x *GetUserRequest) Reset() { method String (line 40) | func (x *GetUserRequest) String() string { method ProtoMessage (line 44) | func (*GetUserRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetUserRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetUserRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetUserRequest) GetId() string { type GetUserResponse (line 70) | type GetUserResponse struct method Reset (line 78) | func (x *GetUserResponse) Reset() { method String (line 87) | func (x *GetUserResponse) String() string { method ProtoMessage (line 91) | func (*GetUserResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetUserResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetUserResponse) Descriptor() ([]byte, []int) { method GetUser (line 110) | func (x *GetUserResponse) GetUser() *User { type User (line 117) | type User struct method Reset (line 126) | func (x *User) Reset() { method String (line 135) | func (x *User) String() string { method ProtoMessage (line 139) | func (*User) ProtoMessage() {} method ProtoReflect (line 141) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 154) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 158) | func (x *User) GetId() string { method GetName (line 165) | func (x *User) GetName() string { function file_user_user_proto_rawDescGZIP (line 203) | func file_user_user_proto_rawDescGZIP() []byte { function init (line 227) | func init() { file_user_user_proto_init() } function file_user_user_proto_init (line 228) | func file_user_user_proto_init() { FILE: _examples/09_multi_user/user/user_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant UserService_GetUser_FullMethodName (line 22) | UserService_GetUser_FullMethodName = "/user.UserService/GetUser" type UserServiceClient (line 28) | type UserServiceClient interface type userServiceClient (line 32) | type userServiceClient struct method GetUser (line 40) | func (c *userServiceClient) GetUser(ctx context.Context, in *GetUserRe... function NewUserServiceClient (line 36) | func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient { type UserServiceServer (line 52) | type UserServiceServer interface type UnimplementedUserServiceServer (line 58) | type UnimplementedUserServiceServer struct method GetUser (line 61) | func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUse... method mustEmbedUnimplementedUserServiceServer (line 64) | func (UnimplementedUserServiceServer) mustEmbedUnimplementedUserServic... type UnsafeUserServiceServer (line 69) | type UnsafeUserServiceServer interface function RegisterUserServiceServer (line 73) | func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceS... function _UserService_GetUser_Handler (line 77) | func _UserService_GetUser_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/10_oneof/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type UserType (line 24) | type UserType method Enum (line 43) | func (x UserType) Enum() *UserType { method String (line 49) | func (x UserType) String() string { method Descriptor (line 53) | func (UserType) Descriptor() protoreflect.EnumDescriptor { method Type (line 57) | func (UserType) Type() protoreflect.EnumType { method Number (line 61) | func (x UserType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 66) | func (UserType) EnumDescriptor() ([]byte, []int) { constant UserType_USER_TYPE_UNSPECIFIED (line 27) | UserType_USER_TYPE_UNSPECIFIED UserType = 0 constant UserType_USER_TYPE_ANONYMOUS (line 28) | UserType_USER_TYPE_ANONYMOUS UserType = 1 type GetRequest (line 70) | type GetRequest struct method Reset (line 76) | func (x *GetRequest) Reset() { method String (line 85) | func (x *GetRequest) String() string { method ProtoMessage (line 89) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 91) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 104) | func (*GetRequest) Descriptor() ([]byte, []int) { type GetResponse (line 108) | type GetResponse struct method Reset (line 119) | func (x *GetResponse) Reset() { method String (line 128) | func (x *GetResponse) String() string { method ProtoMessage (line 132) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 134) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 147) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetUser (line 151) | func (x *GetResponse) GetUser() *User { method GetMsg (line 158) | func (x *GetResponse) GetMsg() string { method GetNestedMsg (line 165) | func (x *GetResponse) GetNestedMsg() *NestedMessageSelection_Nest { method GetCastOneof (line 172) | func (x *GetResponse) GetCastOneof() *CastOneof { type GetNoValueRequest (line 179) | type GetNoValueRequest struct method Reset (line 185) | func (x *GetNoValueRequest) Reset() { method String (line 194) | func (x *GetNoValueRequest) String() string { method ProtoMessage (line 198) | func (*GetNoValueRequest) ProtoMessage() {} method ProtoReflect (line 200) | func (x *GetNoValueRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 213) | func (*GetNoValueRequest) Descriptor() ([]byte, []int) { type GetNoValueResponse (line 217) | type GetNoValueResponse struct method Reset (line 225) | func (x *GetNoValueResponse) Reset() { method String (line 234) | func (x *GetNoValueResponse) String() string { method ProtoMessage (line 238) | func (*GetNoValueResponse) ProtoMessage() {} method ProtoReflect (line 240) | func (x *GetNoValueResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 253) | func (*GetNoValueResponse) Descriptor() ([]byte, []int) { method GetNoValue (line 257) | func (x *GetNoValueResponse) GetNoValue() *M { type UserSelection (line 264) | type UserSelection struct method Reset (line 277) | func (x *UserSelection) Reset() { method String (line 286) | func (x *UserSelection) String() string { method ProtoMessage (line 290) | func (*UserSelection) ProtoMessage() {} method ProtoReflect (line 292) | func (x *UserSelection) ProtoReflect() protoreflect.Message { method Descriptor (line 305) | func (*UserSelection) Descriptor() ([]byte, []int) { method GetUser (line 309) | func (m *UserSelection) GetUser() isUserSelection_User { method GetUserA (line 316) | func (x *UserSelection) GetUserA() *User { method GetUserB (line 323) | func (x *UserSelection) GetUserB() *User { method GetUserC (line 330) | func (x *UserSelection) GetUserC() *User { type isUserSelection_User (line 337) | type isUserSelection_User interface type UserSelection_UserA (line 341) | type UserSelection_UserA struct method isUserSelection_User (line 353) | func (*UserSelection_UserA) isUserSelection_User() {} type UserSelection_UserB (line 345) | type UserSelection_UserB struct method isUserSelection_User (line 355) | func (*UserSelection_UserB) isUserSelection_User() {} type UserSelection_UserC (line 349) | type UserSelection_UserC struct method isUserSelection_User (line 357) | func (*UserSelection_UserC) isUserSelection_User() {} type MessageSelection (line 359) | type MessageSelection struct method Reset (line 372) | func (x *MessageSelection) Reset() { method String (line 381) | func (x *MessageSelection) String() string { method ProtoMessage (line 385) | func (*MessageSelection) ProtoMessage() {} method ProtoReflect (line 387) | func (x *MessageSelection) ProtoReflect() protoreflect.Message { method Descriptor (line 400) | func (*MessageSelection) Descriptor() ([]byte, []int) { method GetMessage (line 404) | func (m *MessageSelection) GetMessage() isMessageSelection_Message { method GetMsgA (line 411) | func (x *MessageSelection) GetMsgA() string { method GetMsgB (line 418) | func (x *MessageSelection) GetMsgB() string { method GetMsgC (line 425) | func (x *MessageSelection) GetMsgC() string { type isMessageSelection_Message (line 432) | type isMessageSelection_Message interface type MessageSelection_MsgA (line 436) | type MessageSelection_MsgA struct method isMessageSelection_Message (line 448) | func (*MessageSelection_MsgA) isMessageSelection_Message() {} type MessageSelection_MsgB (line 440) | type MessageSelection_MsgB struct method isMessageSelection_Message (line 450) | func (*MessageSelection_MsgB) isMessageSelection_Message() {} type MessageSelection_MsgC (line 444) | type MessageSelection_MsgC struct method isMessageSelection_Message (line 452) | func (*MessageSelection_MsgC) isMessageSelection_Message() {} type NoValueSelection (line 454) | type NoValueSelection struct method Reset (line 466) | func (x *NoValueSelection) Reset() { method String (line 475) | func (x *NoValueSelection) String() string { method ProtoMessage (line 479) | func (*NoValueSelection) ProtoMessage() {} method ProtoReflect (line 481) | func (x *NoValueSelection) ProtoReflect() protoreflect.Message { method Descriptor (line 494) | func (*NoValueSelection) Descriptor() ([]byte, []int) { method GetNoValue (line 498) | func (m *NoValueSelection) GetNoValue() isNoValueSelection_NoValue { method GetMA (line 505) | func (x *NoValueSelection) GetMA() *M { method GetMB (line 512) | func (x *NoValueSelection) GetMB() *M { type isNoValueSelection_NoValue (line 519) | type isNoValueSelection_NoValue interface type NoValueSelection_MA (line 523) | type NoValueSelection_MA struct method isNoValueSelection_NoValue (line 531) | func (*NoValueSelection_MA) isNoValueSelection_NoValue() {} type NoValueSelection_MB (line 527) | type NoValueSelection_MB struct method isNoValueSelection_NoValue (line 533) | func (*NoValueSelection_MB) isNoValueSelection_NoValue() {} type NestedMessageSelection (line 535) | type NestedMessageSelection struct method Reset (line 541) | func (x *NestedMessageSelection) Reset() { method String (line 550) | func (x *NestedMessageSelection) String() string { method ProtoMessage (line 554) | func (*NestedMessageSelection) ProtoMessage() {} method ProtoReflect (line 556) | func (x *NestedMessageSelection) ProtoReflect() protoreflect.Message { method Descriptor (line 569) | func (*NestedMessageSelection) Descriptor() ([]byte, []int) { type CastOneof (line 573) | type CastOneof struct method Reset (line 586) | func (x *CastOneof) Reset() { method String (line 595) | func (x *CastOneof) String() string { method ProtoMessage (line 599) | func (*CastOneof) ProtoMessage() {} method ProtoReflect (line 601) | func (x *CastOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 614) | func (*CastOneof) Descriptor() ([]byte, []int) { method GetCastOneof (line 618) | func (m *CastOneof) GetCastOneof() isCastOneof_CastOneof { method GetNum (line 625) | func (x *CastOneof) GetNum() int64 { method GetUser (line 632) | func (x *CastOneof) GetUser() *User { method GetType (line 639) | func (x *CastOneof) GetType() UserType { type isCastOneof_CastOneof (line 646) | type isCastOneof_CastOneof interface type CastOneof_Num (line 650) | type CastOneof_Num struct method isCastOneof_CastOneof (line 662) | func (*CastOneof_Num) isCastOneof_CastOneof() {} type CastOneof_User (line 654) | type CastOneof_User struct method isCastOneof_CastOneof (line 664) | func (*CastOneof_User) isCastOneof_CastOneof() {} type CastOneof_Type (line 658) | type CastOneof_Type struct method isCastOneof_CastOneof (line 666) | func (*CastOneof_Type) isCastOneof_CastOneof() {} type M (line 668) | type M struct method Reset (line 676) | func (x *M) Reset() { method String (line 685) | func (x *M) String() string { method ProtoMessage (line 689) | func (*M) ProtoMessage() {} method ProtoReflect (line 691) | func (x *M) ProtoReflect() protoreflect.Message { method Descriptor (line 704) | func (*M) Descriptor() ([]byte, []int) { method GetValue (line 708) | func (x *M) GetValue() string { type User (line 715) | type User struct method Reset (line 723) | func (x *User) Reset() { method String (line 732) | func (x *User) String() string { method ProtoMessage (line 736) | func (*User) ProtoMessage() {} method ProtoReflect (line 738) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 751) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 755) | func (x *User) GetId() string { type NestedMessageSelection_Nest (line 762) | type NestedMessageSelection_Nest struct method Reset (line 774) | func (x *NestedMessageSelection_Nest) Reset() { method String (line 783) | func (x *NestedMessageSelection_Nest) String() string { method ProtoMessage (line 787) | func (*NestedMessageSelection_Nest) ProtoMessage() {} method ProtoReflect (line 789) | func (x *NestedMessageSelection_Nest) ProtoReflect() protoreflect.Mess... method Descriptor (line 802) | func (*NestedMessageSelection_Nest) Descriptor() ([]byte, []int) { method GetValue (line 806) | func (m *NestedMessageSelection_Nest) GetValue() isNestedMessageSelect... method GetInt (line 813) | func (x *NestedMessageSelection_Nest) GetInt() int64 { method GetText (line 820) | func (x *NestedMessageSelection_Nest) GetText() string { type isNestedMessageSelection_Nest_Value (line 827) | type isNestedMessageSelection_Nest_Value interface type NestedMessageSelection_Nest_Int (line 831) | type NestedMessageSelection_Nest_Int struct method isNestedMessageSelection_Nest_Value (line 839) | func (*NestedMessageSelection_Nest_Int) isNestedMessageSelection_Nest_... type NestedMessageSelection_Nest_Text (line 835) | type NestedMessageSelection_Nest_Text struct method isNestedMessageSelection_Nest_Value (line 841) | func (*NestedMessageSelection_Nest_Text) isNestedMessageSelection_Nest... function file_federation_federation_proto_rawDescGZIP (line 1005) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 1052) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 1053) | func file_federation_federation_proto_init() { FILE: _examples/10_oneof/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.Federatio... constant FederationService_GetNoValue_FullMethodName (line 23) | FederationService_GetNoValue_FullMethodName = "/org.federation.Federatio... type FederationServiceClient (line 29) | type FederationServiceClient interface type federationServiceClient (line 34) | type federationServiceClient struct method Get (line 42) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... method GetNoValue (line 51) | func (c *federationServiceClient) GetNoValue(ctx context.Context, in *... function NewFederationServiceClient (line 38) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 63) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 70) | type UnimplementedFederationServiceServer struct method Get (line 73) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method GetNoValue (line 76) | func (UnimplementedFederationServiceServer) GetNoValue(context.Context... method mustEmbedUnimplementedFederationServiceServer (line 79) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 84) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 88) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 92) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... function _FederationService_GetNoValue_Handler (line 110) | func _FederationService_GetNoValue_Handler(srv interface{}, ctx context.... FILE: _examples/10_oneof/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_CastOneofVariable (line 28) | type FederationService_Org_Federation_CastOneofVariable struct type FederationService_Org_Federation_CastOneofArgument (line 32) | type FederationService_Org_Federation_CastOneofArgument struct type FederationService_Org_Federation_GetNoValueResponseVariable (line 37) | type FederationService_Org_Federation_GetNoValueResponseVariable struct type FederationService_Org_Federation_GetNoValueResponseArgument (line 42) | type FederationService_Org_Federation_GetNoValueResponseArgument struct type FederationService_Org_Federation_GetResponseVariable (line 47) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 55) | type FederationService_Org_Federation_GetResponseArgument struct type FederationService_Org_Federation_MessageSelectionVariable (line 60) | type FederationService_Org_Federation_MessageSelectionVariable struct type FederationService_Org_Federation_MessageSelectionArgument (line 64) | type FederationService_Org_Federation_MessageSelectionArgument struct type FederationService_Org_Federation_NestedMessageSelection_NestVariable (line 69) | type FederationService_Org_Federation_NestedMessageSelection_NestVariabl... type FederationService_Org_Federation_NestedMessageSelection_NestArgument (line 73) | type FederationService_Org_Federation_NestedMessageSelection_NestArgumen... type FederationService_Org_Federation_NoValueSelectionVariable (line 78) | type FederationService_Org_Federation_NoValueSelectionVariable struct type FederationService_Org_Federation_NoValueSelectionArgument (line 82) | type FederationService_Org_Federation_NoValueSelectionArgument struct type FederationService_Org_Federation_UserVariable (line 87) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 91) | type FederationService_Org_Federation_UserArgument struct type FederationService_Org_Federation_UserSelectionVariable (line 99) | type FederationService_Org_Federation_UserSelectionVariable struct type FederationService_Org_Federation_UserSelectionArgument (line 106) | type FederationService_Org_Federation_UserSelectionArgument struct type FederationServiceConfig (line 112) | type FederationServiceConfig struct type FederationServiceClientFactory (line 124) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 131) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 138) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 143) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 150) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 158) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_User_UserService_GetUser (line 161) | FederationService_DependentMethod_User_UserService_GetUser = "/user.User... type FederationService (line 165) | type FederationService struct method cleanup (line 268) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 275) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method GetNoValue (line 301) | func (s *FederationService) GetNoValue(ctx context.Context, req *GetNo... method resolve_Org_Federation_CastOneof (line 327) | func (s *FederationService) resolve_Org_Federation_CastOneof(ctx conte... method resolve_Org_Federation_GetNoValueResponse (line 439) | func (s *FederationService) resolve_Org_Federation_GetNoValueResponse(... method resolve_Org_Federation_GetResponse (line 511) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method resolve_Org_Federation_MessageSelection (line 762) | func (s *FederationService) resolve_Org_Federation_MessageSelection(ct... method resolve_Org_Federation_NestedMessageSelection_Nest (line 864) | func (s *FederationService) resolve_Org_Federation_NestedMessageSelect... method resolve_Org_Federation_NoValueSelection (line 948) | func (s *FederationService) resolve_Org_Federation_NoValueSelection(ct... method resolve_Org_Federation_User (line 1032) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method resolve_Org_Federation_UserSelection (line 1163) | func (s *FederationService) resolve_Org_Federation_UserSelection(ctx c... method cast_Org_Federation_M__to__Org_Federation_NoValueSelection_MA (line 1486) | func (s *FederationService) cast_Org_Federation_M__to__Org_Federation_... method cast_Org_Federation_M__to__Org_Federation_NoValueSelection_MB (line 1501) | func (s *FederationService) cast_Org_Federation_M__to__Org_Federation_... method cast_Org_Federation_User__to__Org_Federation_UserSelection_UserA (line 1516) | func (s *FederationService) cast_Org_Federation_User__to__Org_Federati... method cast_Org_Federation_User__to__Org_Federation_UserSelection_UserB (line 1531) | func (s *FederationService) cast_Org_Federation_User__to__Org_Federati... method cast_Org_Federation_User__to__Org_Federation_UserSelection_UserC (line 1546) | func (s *FederationService) cast_Org_Federation_User__to__Org_Federati... method cast_User_UserType__to__Org_Federation_CastOneof_Type (line 1561) | func (s *FederationService) cast_User_UserType__to__Org_Federation_Cas... method cast_User_User__to__Org_Federation_CastOneof_User (line 1577) | func (s *FederationService) cast_User_User__to__Org_Federation_CastOne... method cast_int64__to__Org_Federation_NestedMessageSelection_Nest_Int (line 1592) | func (s *FederationService) cast_int64__to__Org_Federation_NestedMessa... method cast_string__to__Org_Federation_MessageSelection_MsgA (line 1599) | func (s *FederationService) cast_string__to__Org_Federation_MessageSel... method cast_string__to__Org_Federation_MessageSelection_MsgB (line 1606) | func (s *FederationService) cast_string__to__Org_Federation_MessageSel... method cast_string__to__Org_Federation_MessageSelection_MsgC (line 1613) | func (s *FederationService) cast_string__to__Org_Federation_MessageSel... method cast_string__to__Org_Federation_NestedMessageSelection_Nest_Text (line 1620) | func (s *FederationService) cast_string__to__Org_Federation_NestedMess... method cast_uint64__to__Org_Federation_CastOneof_Num (line 1627) | func (s *FederationService) cast_uint64__to__Org_Federation_CastOneof_... method logvalue_Org_Federation_CastOneof (line 1637) | func (s *FederationService) logvalue_Org_Federation_CastOneof(v *CastO... method logvalue_Org_Federation_CastOneofArgument (line 1651) | func (s *FederationService) logvalue_Org_Federation_CastOneofArgument(... method logvalue_Org_Federation_GetNoValueResponse (line 1661) | func (s *FederationService) logvalue_Org_Federation_GetNoValueResponse... method logvalue_Org_Federation_GetNoValueResponseArgument (line 1673) | func (s *FederationService) logvalue_Org_Federation_GetNoValueResponse... method logvalue_Org_Federation_GetResponse (line 1683) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 1698) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_Org_Federation_M (line 1708) | func (s *FederationService) logvalue_Org_Federation_M(v *M) slog.Value { method logvalue_Org_Federation_MessageSelection (line 1720) | func (s *FederationService) logvalue_Org_Federation_MessageSelection(v... method logvalue_Org_Federation_MessageSelectionArgument (line 1734) | func (s *FederationService) logvalue_Org_Federation_MessageSelectionAr... method logvalue_Org_Federation_NestedMessageSelection_Nest (line 1744) | func (s *FederationService) logvalue_Org_Federation_NestedMessageSelec... method logvalue_Org_Federation_NestedMessageSelection_NestArgument (line 1757) | func (s *FederationService) logvalue_Org_Federation_NestedMessageSelec... method logvalue_Org_Federation_NoValueSelection (line 1767) | func (s *FederationService) logvalue_Org_Federation_NoValueSelection(v... method logvalue_Org_Federation_NoValueSelectionArgument (line 1780) | func (s *FederationService) logvalue_Org_Federation_NoValueSelectionAr... method logvalue_Org_Federation_User (line 1790) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 1802) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Federation_UserSelection (line 1816) | func (s *FederationService) logvalue_Org_Federation_UserSelection(v *U... method logvalue_Org_Federation_UserSelectionArgument (line 1830) | func (s *FederationService) logvalue_Org_Federation_UserSelectionArgum... method logvalue_Org_Federation_UserType (line 1842) | func (s *FederationService) logvalue_Org_Federation_UserType(v UserTyp... method logvalue_User_GetUserRequest (line 1855) | func (s *FederationService) logvalue_User_GetUserRequest(v *user.GetUs... function NewFederationService (line 180) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 264) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/10_oneof/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/10_oneof/main_test.go constant bufSize (line 29) | bufSize = 1024 function dialer (line 36) | func dialer(ctx context.Context, address string) (net.Conn, error) { type clientConfig (line 40) | type clientConfig struct method User_UserServiceClient (line 42) | func (c *clientConfig) User_UserServiceClient(cfg federation.Federatio... type UserServer (line 46) | type UserServer struct method GetUser (line 50) | func (s *UserServer) GetUser(ctx context.Context, req *user.GetUserReq... function TestFederation (line 58) | func TestFederation(t *testing.T) { function TestFederation_NoValue (line 147) | func TestFederation_NoValue(t *testing.T) { FILE: _examples/10_oneof/user/user.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type UserType (line 23) | type UserType method Enum (line 42) | func (x UserType) Enum() *UserType { method String (line 48) | func (x UserType) String() string { method Descriptor (line 52) | func (UserType) Descriptor() protoreflect.EnumDescriptor { method Type (line 56) | func (UserType) Type() protoreflect.EnumType { method Number (line 60) | func (x UserType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 65) | func (UserType) EnumDescriptor() ([]byte, []int) { constant UserType_USER_TYPE_UNSPECIFIED (line 26) | UserType_USER_TYPE_UNSPECIFIED UserType = 0 constant UserType_USER_TYPE_ANONYMOUS (line 27) | UserType_USER_TYPE_ANONYMOUS UserType = 1 type GetUserRequest (line 69) | type GetUserRequest struct method Reset (line 82) | func (x *GetUserRequest) Reset() { method String (line 91) | func (x *GetUserRequest) String() string { method ProtoMessage (line 95) | func (*GetUserRequest) ProtoMessage() {} method ProtoReflect (line 97) | func (x *GetUserRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 110) | func (*GetUserRequest) Descriptor() ([]byte, []int) { method GetId (line 114) | func (x *GetUserRequest) GetId() string { method GetFoobar (line 121) | func (m *GetUserRequest) GetFoobar() isGetUserRequest_Foobar { method GetFoo (line 128) | func (x *GetUserRequest) GetFoo() int64 { method GetBar (line 135) | func (x *GetUserRequest) GetBar() string { type isGetUserRequest_Foobar (line 142) | type isGetUserRequest_Foobar interface type GetUserRequest_Foo (line 146) | type GetUserRequest_Foo struct method isGetUserRequest_Foobar (line 154) | func (*GetUserRequest_Foo) isGetUserRequest_Foobar() {} type GetUserRequest_Bar (line 150) | type GetUserRequest_Bar struct method isGetUserRequest_Foobar (line 156) | func (*GetUserRequest_Bar) isGetUserRequest_Foobar() {} type GetUserResponse (line 158) | type GetUserResponse struct method Reset (line 166) | func (x *GetUserResponse) Reset() { method String (line 175) | func (x *GetUserResponse) String() string { method ProtoMessage (line 179) | func (*GetUserResponse) ProtoMessage() {} method ProtoReflect (line 181) | func (x *GetUserResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 194) | func (*GetUserResponse) Descriptor() ([]byte, []int) { method GetUser (line 198) | func (x *GetUserResponse) GetUser() *User { type User (line 205) | type User struct method Reset (line 214) | func (x *User) Reset() { method String (line 223) | func (x *User) String() string { method ProtoMessage (line 227) | func (*User) ProtoMessage() {} method ProtoReflect (line 229) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 242) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 246) | func (x *User) GetId() string { method GetName (line 253) | func (x *User) GetName() string { function file_user_user_proto_rawDescGZIP (line 298) | func file_user_user_proto_rawDescGZIP() []byte { function init (line 324) | func init() { file_user_user_proto_init() } function file_user_user_proto_init (line 325) | func file_user_user_proto_init() { FILE: _examples/10_oneof/user/user_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant UserService_GetUser_FullMethodName (line 22) | UserService_GetUser_FullMethodName = "/user.UserService/GetUser" type UserServiceClient (line 28) | type UserServiceClient interface type userServiceClient (line 32) | type userServiceClient struct method GetUser (line 40) | func (c *userServiceClient) GetUser(ctx context.Context, in *GetUserRe... function NewUserServiceClient (line 36) | func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient { type UserServiceServer (line 52) | type UserServiceServer interface type UnimplementedUserServiceServer (line 58) | type UnimplementedUserServiceServer struct method GetUser (line 61) | func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUse... method mustEmbedUnimplementedUserServiceServer (line 64) | func (UnimplementedUserServiceServer) mustEmbedUnimplementedUserServic... type UnsafeUserServiceServer (line 69) | type UnsafeUserServiceServer interface function RegisterUserServiceServer (line 73) | func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceS... function _UserService_GetUser_Handler (line 77) | func _UserService_GetUser_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/11_multi_service/comment/comment.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CommentType (line 23) | type CommentType method Enum (line 45) | func (x CommentType) Enum() *CommentType { method String (line 51) | func (x CommentType) String() string { method Descriptor (line 55) | func (CommentType) Descriptor() protoreflect.EnumDescriptor { method Type (line 59) | func (CommentType) Type() protoreflect.EnumType { method Number (line 63) | func (x CommentType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 68) | func (CommentType) EnumDescriptor() ([]byte, []int) { constant CommentType_UNKNOWN (line 26) | CommentType_UNKNOWN CommentType = 0 constant CommentType_TYPE1 (line 27) | CommentType_TYPE1 CommentType = 1 constant CommentType_TYPE2 (line 28) | CommentType_TYPE2 CommentType = 2 function file_comment_comment_proto_rawDescGZIP (line 95) | func file_comment_comment_proto_rawDescGZIP() []byte { function init (line 114) | func init() { file_comment_comment_proto_init() } function file_comment_comment_proto_init (line 115) | func file_comment_comment_proto_init() { FILE: _examples/11_multi_service/favorite/favorite.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type FavoriteType (line 24) | type FavoriteType method Enum (line 46) | func (x FavoriteType) Enum() *FavoriteType { method String (line 52) | func (x FavoriteType) String() string { method Descriptor (line 56) | func (FavoriteType) Descriptor() protoreflect.EnumDescriptor { method Type (line 60) | func (FavoriteType) Type() protoreflect.EnumType { method Number (line 64) | func (x FavoriteType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 69) | func (FavoriteType) EnumDescriptor() ([]byte, []int) { constant FavoriteType_UNKNOWN (line 27) | FavoriteType_UNKNOWN FavoriteType = 0 constant FavoriteType_TYPE1 (line 28) | FavoriteType_TYPE1 FavoriteType = 1 constant FavoriteType_TYPE2 (line 29) | FavoriteType_TYPE2 FavoriteType = 2 function file_favorite_favorite_proto_rawDescGZIP (line 101) | func file_favorite_favorite_proto_rawDescGZIP() []byte { function init (line 120) | func init() { file_favorite_favorite_proto_init() } function file_favorite_favorite_proto_init (line 121) | func file_favorite_favorite_proto_init() { FILE: _examples/11_multi_service/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type MyFavoriteType (line 24) | type MyFavoriteType method Enum (line 43) | func (x MyFavoriteType) Enum() *MyFavoriteType { method String (line 49) | func (x MyFavoriteType) String() string { method Descriptor (line 53) | func (MyFavoriteType) Descriptor() protoreflect.EnumDescriptor { method Type (line 57) | func (MyFavoriteType) Type() protoreflect.EnumType { method Number (line 61) | func (x MyFavoriteType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 66) | func (MyFavoriteType) EnumDescriptor() ([]byte, []int) { constant MyFavoriteType_UNKNOWN (line 27) | MyFavoriteType_UNKNOWN MyFavoriteType = 0 constant MyFavoriteType_TYPE1 (line 28) | MyFavoriteType_TYPE1 MyFavoriteType = 5000 type GetPostRequest (line 70) | type GetPostRequest struct method Reset (line 78) | func (x *GetPostRequest) Reset() { method String (line 87) | func (x *GetPostRequest) String() string { method ProtoMessage (line 91) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 110) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 117) | type GetPostResponse struct method Reset (line 127) | func (x *GetPostResponse) Reset() { method String (line 136) | func (x *GetPostResponse) String() string { method ProtoMessage (line 140) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 142) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 155) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 159) | func (x *GetPostResponse) GetPost() *Post { method GetUpperName (line 166) | func (x *GetPostResponse) GetUpperName() string { method GetFoo (line 173) | func (x *GetPostResponse) GetFoo() *GetPostResponse_Foo { type Post (line 180) | type Post struct method Reset (line 194) | func (x *Post) Reset() { method String (line 203) | func (x *Post) String() string { method ProtoMessage (line 207) | func (*Post) ProtoMessage() {} method ProtoReflect (line 209) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 222) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 226) | func (x *Post) GetId() string { method GetTitle (line 233) | func (x *Post) GetTitle() string { method GetContent (line 240) | func (x *Post) GetContent() string { method GetUser (line 247) | func (x *Post) GetUser() *User { method GetReaction (line 254) | func (x *Post) GetReaction() *Reaction { method GetFavoriteValue (line 261) | func (x *Post) GetFavoriteValue() MyFavoriteType { method GetCmp (line 268) | func (x *Post) GetCmp() bool { type User (line 275) | type User struct method Reset (line 284) | func (x *User) Reset() { method String (line 293) | func (x *User) String() string { method ProtoMessage (line 297) | func (*User) ProtoMessage() {} method ProtoReflect (line 299) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 312) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 316) | func (x *User) GetId() string { method GetName (line 323) | func (x *User) GetName() string { type GetNameRequest (line 330) | type GetNameRequest struct method Reset (line 336) | func (x *GetNameRequest) Reset() { method String (line 345) | func (x *GetNameRequest) String() string { method ProtoMessage (line 349) | func (*GetNameRequest) ProtoMessage() {} method ProtoReflect (line 351) | func (x *GetNameRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 364) | func (*GetNameRequest) Descriptor() ([]byte, []int) { type GetNameResponse (line 368) | type GetNameResponse struct method Reset (line 377) | func (x *GetNameResponse) Reset() { method String (line 386) | func (x *GetNameResponse) String() string { method ProtoMessage (line 390) | func (*GetNameResponse) ProtoMessage() {} method ProtoReflect (line 392) | func (x *GetNameResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 405) | func (*GetNameResponse) Descriptor() ([]byte, []int) { method GetName (line 409) | func (x *GetNameResponse) GetName() string { method GetFoo (line 416) | func (x *GetNameResponse) GetFoo() *GetNameResponse_Foo { type GetStatusRequest (line 423) | type GetStatusRequest struct method Reset (line 429) | func (x *GetStatusRequest) Reset() { method String (line 438) | func (x *GetStatusRequest) String() string { method ProtoMessage (line 442) | func (*GetStatusRequest) ProtoMessage() {} method ProtoReflect (line 444) | func (x *GetStatusRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 457) | func (*GetStatusRequest) Descriptor() ([]byte, []int) { type GetStatusResponse (line 461) | type GetStatusResponse struct method Reset (line 469) | func (x *GetStatusResponse) Reset() { method String (line 478) | func (x *GetStatusResponse) String() string { method ProtoMessage (line 482) | func (*GetStatusResponse) ProtoMessage() {} method ProtoReflect (line 484) | func (x *GetStatusResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 497) | func (*GetStatusResponse) Descriptor() ([]byte, []int) { method GetUser (line 501) | func (x *GetStatusResponse) GetUser() *User { type GetPostResponse_Foo (line 508) | type GetPostResponse_Foo struct method Reset (line 516) | func (x *GetPostResponse_Foo) Reset() { method String (line 525) | func (x *GetPostResponse_Foo) String() string { method ProtoMessage (line 529) | func (*GetPostResponse_Foo) ProtoMessage() {} method ProtoReflect (line 531) | func (x *GetPostResponse_Foo) ProtoReflect() protoreflect.Message { method Descriptor (line 544) | func (*GetPostResponse_Foo) Descriptor() ([]byte, []int) { method GetX (line 548) | func (x *GetPostResponse_Foo) GetX() string { type GetNameResponse_Foo (line 555) | type GetNameResponse_Foo struct method Reset (line 563) | func (x *GetNameResponse_Foo) Reset() { method String (line 572) | func (x *GetNameResponse_Foo) String() string { method ProtoMessage (line 576) | func (*GetNameResponse_Foo) ProtoMessage() {} method ProtoReflect (line 578) | func (x *GetNameResponse_Foo) ProtoReflect() protoreflect.Message { method Descriptor (line 591) | func (*GetNameResponse_Foo) Descriptor() ([]byte, []int) { method GetY (line 595) | func (x *GetNameResponse_Foo) GetY() string { function file_federation_federation_proto_rawDescGZIP (line 785) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 833) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 834) | func file_federation_federation_proto_init() { FILE: _examples/11_multi_service/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/federation.FederationServic... constant FederationService_GetName_FullMethodName (line 23) | FederationService_GetName_FullMethodName = "/federation.FederationServic... type FederationServiceClient (line 29) | type FederationServiceClient interface type federationServiceClient (line 34) | type federationServiceClient struct method GetPost (line 42) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... method GetName (line 51) | func (c *federationServiceClient) GetName(ctx context.Context, in *Get... function NewFederationServiceClient (line 38) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 63) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 70) | type UnimplementedFederationServiceServer struct method GetPost (line 73) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method GetName (line 76) | func (UnimplementedFederationServiceServer) GetName(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 79) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 84) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 88) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 92) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... function _FederationService_GetName_Handler (line 110) | func _FederationService_GetName_Handler(srv interface{}, ctx context.Con... constant PrivateService_GetPost_FullMethodName (line 149) | PrivateService_GetPost_FullMethodName = "/federation.PrivateService/GetP... constant PrivateService_GetName_FullMethodName (line 150) | PrivateService_GetName_FullMethodName = "/federation.PrivateService/GetN... type PrivateServiceClient (line 156) | type PrivateServiceClient interface type privateServiceClient (line 161) | type privateServiceClient struct method GetPost (line 169) | func (c *privateServiceClient) GetPost(ctx context.Context, in *GetPos... method GetName (line 178) | func (c *privateServiceClient) GetName(ctx context.Context, in *GetNam... function NewPrivateServiceClient (line 165) | func NewPrivateServiceClient(cc grpc.ClientConnInterface) PrivateService... type PrivateServiceServer (line 190) | type PrivateServiceServer interface type UnimplementedPrivateServiceServer (line 197) | type UnimplementedPrivateServiceServer struct method GetPost (line 200) | func (UnimplementedPrivateServiceServer) GetPost(context.Context, *Get... method GetName (line 203) | func (UnimplementedPrivateServiceServer) GetName(context.Context, *Get... method mustEmbedUnimplementedPrivateServiceServer (line 206) | func (UnimplementedPrivateServiceServer) mustEmbedUnimplementedPrivate... type UnsafePrivateServiceServer (line 211) | type UnsafePrivateServiceServer interface function RegisterPrivateServiceServer (line 215) | func RegisterPrivateServiceServer(s grpc.ServiceRegistrar, srv PrivateSe... function _PrivateService_GetPost_Handler (line 219) | func _PrivateService_GetPost_Handler(srv interface{}, ctx context.Contex... function _PrivateService_GetName_Handler (line 237) | func _PrivateService_GetName_Handler(srv interface{}, ctx context.Contex... constant DebugService_GetStatus_FullMethodName (line 276) | DebugService_GetStatus_FullMethodName = "/federation.DebugService/GetSta... type DebugServiceClient (line 282) | type DebugServiceClient interface type debugServiceClient (line 286) | type debugServiceClient struct method GetStatus (line 294) | func (c *debugServiceClient) GetStatus(ctx context.Context, in *GetSta... function NewDebugServiceClient (line 290) | func NewDebugServiceClient(cc grpc.ClientConnInterface) DebugServiceClie... type DebugServiceServer (line 306) | type DebugServiceServer interface type UnimplementedDebugServiceServer (line 312) | type UnimplementedDebugServiceServer struct method GetStatus (line 315) | func (UnimplementedDebugServiceServer) GetStatus(context.Context, *Get... method mustEmbedUnimplementedDebugServiceServer (line 318) | func (UnimplementedDebugServiceServer) mustEmbedUnimplementedDebugServ... type UnsafeDebugServiceServer (line 323) | type UnsafeDebugServiceServer interface function RegisterDebugServiceServer (line 327) | func RegisterDebugServiceServer(s grpc.ServiceRegistrar, srv DebugServic... function _DebugService_GetStatus_Handler (line 331) | func _DebugService_GetStatus_Handler(srv interface{}, ctx context.Contex... FILE: _examples/11_multi_service/federation/federation_grpc_federation.pb.go type FederationService_Federation_GetNameResponseVariable (line 28) | type FederationService_Federation_GetNameResponseVariable struct type FederationService_Federation_GetNameResponseArgument (line 33) | type FederationService_Federation_GetNameResponseArgument struct type FederationService_Federation_GetNameResponse_FooVariable (line 38) | type FederationService_Federation_GetNameResponse_FooVariable struct type FederationService_Federation_GetNameResponse_FooArgument (line 42) | type FederationService_Federation_GetNameResponse_FooArgument struct type FederationService_Federation_GetPostResponseVariable (line 47) | type FederationService_Federation_GetPostResponseVariable struct type FederationService_Federation_GetPostResponseArgument (line 53) | type FederationService_Federation_GetPostResponseArgument struct type FederationService_Federation_GetPostResponse_FooVariable (line 59) | type FederationService_Federation_GetPostResponse_FooVariable struct type FederationService_Federation_GetPostResponse_FooArgument (line 63) | type FederationService_Federation_GetPostResponse_FooArgument struct type FederationService_Federation_PostVariable (line 68) | type FederationService_Federation_PostVariable struct type FederationService_Federation_PostArgument (line 76) | type FederationService_Federation_PostArgument struct type FederationService_Federation_ReactionVariable (line 81) | type FederationService_Federation_ReactionVariable struct type FederationService_Federation_ReactionArgument (line 86) | type FederationService_Federation_ReactionArgument struct type FederationService_Federation_UserVariable (line 92) | type FederationService_Federation_UserVariable struct type FederationService_Federation_UserArgument (line 96) | type FederationService_Federation_UserArgument struct type FederationServiceConfig (line 103) | type FederationServiceConfig struct type FederationServiceClientFactory (line 112) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 117) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 124) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 128) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 135) | type FederationServiceCELPluginConfig struct type FederationServiceEnv (line 140) | type FederationServiceEnv struct type keyFederationServiceEnv (line 145) | type keyFederationServiceEnv struct function GetFederationServiceEnv (line 148) | func GetFederationServiceEnv(ctx context.Context) *FederationServiceEnv { function withFederationServiceEnv (line 156) | func withFederationServiceEnv(ctx context.Context, env *FederationServic... type FederationServiceVariable (line 161) | type FederationServiceVariable struct type keyFederationServiceVariable (line 168) | type keyFederationServiceVariable struct function GetFederationServiceVariable (line 171) | func GetFederationServiceVariable(ctx context.Context) *FederationServic... function withFederationServiceVariable (line 179) | func withFederationServiceVariable(ctx context.Context, svcVar *Federati... type FederationServiceUnimplementedResolver (line 187) | type FederationServiceUnimplementedResolver struct type FederationService (line 190) | type FederationService struct method cleanup (line 280) | func (s *FederationService) cleanup(ctx context.Context) { method initServiceVariables (line 285) | func (s *FederationService) initServiceVariables(ctx context.Context) ... method GetPost (line 389) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method GetName (line 419) | func (s *FederationService) GetName(ctx context.Context, req *GetNameR... method resolve_Federation_GetNameResponse (line 447) | func (s *FederationService) resolve_Federation_GetNameResponse(ctx con... method resolve_Federation_GetNameResponse_Foo (line 534) | func (s *FederationService) resolve_Federation_GetNameResponse_Foo(ctx... method resolve_Federation_GetPostResponse (line 573) | func (s *FederationService) resolve_Federation_GetPostResponse(ctx con... method resolve_Federation_GetPostResponse_Foo (line 724) | func (s *FederationService) resolve_Federation_GetPostResponse_Foo(ctx... method resolve_Federation_Post (line 763) | func (s *FederationService) resolve_Federation_Post(ctx context.Contex... method resolve_Federation_Reaction (line 1072) | func (s *FederationService) resolve_Federation_Reaction(ctx context.Co... method resolve_Federation_User (line 1164) | func (s *FederationService) resolve_Federation_User(ctx context.Contex... method cast_Favorite_FavoriteType__to__Federation_MyFavoriteType (line 1216) | func (s *FederationService) cast_Favorite_FavoriteType__to__Federation... method logvalue_Favorite_FavoriteType (line 1229) | func (s *FederationService) logvalue_Favorite_FavoriteType(v favorite.... method logvalue_Federation_GetNameResponse (line 1244) | func (s *FederationService) logvalue_Federation_GetNameResponse(v *Get... method logvalue_Federation_GetNameResponseArgument (line 1257) | func (s *FederationService) logvalue_Federation_GetNameResponseArgumen... method logvalue_Federation_GetNameResponse_Foo (line 1267) | func (s *FederationService) logvalue_Federation_GetNameResponse_Foo(v ... method logvalue_Federation_GetNameResponse_FooArgument (line 1279) | func (s *FederationService) logvalue_Federation_GetNameResponse_FooArg... method logvalue_Federation_GetPostResponse (line 1289) | func (s *FederationService) logvalue_Federation_GetPostResponse(v *Get... method logvalue_Federation_GetPostResponseArgument (line 1303) | func (s *FederationService) logvalue_Federation_GetPostResponseArgumen... method logvalue_Federation_GetPostResponse_Foo (line 1315) | func (s *FederationService) logvalue_Federation_GetPostResponse_Foo(v ... method logvalue_Federation_GetPostResponse_FooArgument (line 1327) | func (s *FederationService) logvalue_Federation_GetPostResponse_FooArg... method logvalue_Federation_MyFavoriteType (line 1337) | func (s *FederationService) logvalue_Federation_MyFavoriteType(v MyFav... method logvalue_Federation_Post (line 1350) | func (s *FederationService) logvalue_Federation_Post(v *Post) slog.Val... method logvalue_Federation_PostArgument (line 1368) | func (s *FederationService) logvalue_Federation_PostArgument(v *Federa... method logvalue_Federation_Reaction (line 1378) | func (s *FederationService) logvalue_Federation_Reaction(v *Reaction) ... method logvalue_Federation_ReactionArgument (line 1392) | func (s *FederationService) logvalue_Federation_ReactionArgument(v *Fe... method logvalue_Federation_User (line 1404) | func (s *FederationService) logvalue_Federation_User(v *User) slog.Val... method logvalue_Federation_UserArgument (line 1417) | func (s *FederationService) logvalue_Federation_UserArgument(v *Federa... function NewFederationService (line 207) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 276) | func CleanupFederationService(ctx context.Context, svc *FederationServic... type PrivateService_Federation_GetNameResponseVariable (line 1431) | type PrivateService_Federation_GetNameResponseVariable struct type PrivateService_Federation_GetNameResponseArgument (line 1436) | type PrivateService_Federation_GetNameResponseArgument struct type PrivateService_Federation_GetNameResponse_FooVariable (line 1441) | type PrivateService_Federation_GetNameResponse_FooVariable struct type PrivateService_Federation_GetNameResponse_FooArgument (line 1445) | type PrivateService_Federation_GetNameResponse_FooArgument struct type PrivateService_Federation_GetPostResponseVariable (line 1450) | type PrivateService_Federation_GetPostResponseVariable struct type PrivateService_Federation_GetPostResponseArgument (line 1456) | type PrivateService_Federation_GetPostResponseArgument struct type PrivateService_Federation_GetPostResponse_FooVariable (line 1462) | type PrivateService_Federation_GetPostResponse_FooVariable struct type PrivateService_Federation_GetPostResponse_FooArgument (line 1466) | type PrivateService_Federation_GetPostResponse_FooArgument struct type PrivateService_Federation_PostVariable (line 1471) | type PrivateService_Federation_PostVariable struct type PrivateService_Federation_PostArgument (line 1479) | type PrivateService_Federation_PostArgument struct type PrivateService_Federation_ReactionVariable (line 1484) | type PrivateService_Federation_ReactionVariable struct type PrivateService_Federation_ReactionArgument (line 1489) | type PrivateService_Federation_ReactionArgument struct type PrivateService_Federation_UserVariable (line 1495) | type PrivateService_Federation_UserVariable struct type PrivateService_Federation_UserArgument (line 1499) | type PrivateService_Federation_UserArgument struct type PrivateServiceConfig (line 1506) | type PrivateServiceConfig struct type PrivateServiceClientFactory (line 1515) | type PrivateServiceClientFactory interface type PrivateServiceClientConfig (line 1520) | type PrivateServiceClientConfig struct type PrivateServiceDependentClientSet (line 1527) | type PrivateServiceDependentClientSet struct type PrivateServiceResolver (line 1531) | type PrivateServiceResolver interface type PrivateServiceCELPluginConfig (line 1538) | type PrivateServiceCELPluginConfig struct type PrivateServiceEnv (line 1543) | type PrivateServiceEnv struct type keyPrivateServiceEnv (line 1548) | type keyPrivateServiceEnv struct function GetPrivateServiceEnv (line 1551) | func GetPrivateServiceEnv(ctx context.Context) *PrivateServiceEnv { function withPrivateServiceEnv (line 1559) | func withPrivateServiceEnv(ctx context.Context, env *PrivateServiceEnv) ... type PrivateServiceVariable (line 1564) | type PrivateServiceVariable struct type keyPrivateServiceVariable (line 1573) | type keyPrivateServiceVariable struct function GetPrivateServiceVariable (line 1576) | func GetPrivateServiceVariable(ctx context.Context) *PrivateServiceVaria... function withPrivateServiceVariable (line 1584) | func withPrivateServiceVariable(ctx context.Context, svcVar *PrivateServ... type PrivateServiceUnimplementedResolver (line 1592) | type PrivateServiceUnimplementedResolver struct type PrivateService (line 1595) | type PrivateService struct method cleanup (line 1687) | func (s *PrivateService) cleanup(ctx context.Context) { method initServiceVariables (line 1692) | func (s *PrivateService) initServiceVariables(ctx context.Context) err... method GetPost (line 1907) | func (s *PrivateService) GetPost(ctx context.Context, req *GetPostRequ... method GetName (line 1937) | func (s *PrivateService) GetName(ctx context.Context, req *GetNameRequ... method resolve_Federation_GetNameResponse (line 1965) | func (s *PrivateService) resolve_Federation_GetNameResponse(ctx contex... method resolve_Federation_GetNameResponse_Foo (line 2052) | func (s *PrivateService) resolve_Federation_GetNameResponse_Foo(ctx co... method resolve_Federation_GetPostResponse (line 2091) | func (s *PrivateService) resolve_Federation_GetPostResponse(ctx contex... method resolve_Federation_GetPostResponse_Foo (line 2242) | func (s *PrivateService) resolve_Federation_GetPostResponse_Foo(ctx co... method resolve_Federation_Post (line 2281) | func (s *PrivateService) resolve_Federation_Post(ctx context.Context, ... method resolve_Federation_Reaction (line 2590) | func (s *PrivateService) resolve_Federation_Reaction(ctx context.Conte... method resolve_Federation_User (line 2682) | func (s *PrivateService) resolve_Federation_User(ctx context.Context, ... method cast_Favorite_FavoriteType__to__Federation_MyFavoriteType (line 2734) | func (s *PrivateService) cast_Favorite_FavoriteType__to__Federation_My... method logvalue_Favorite_FavoriteType (line 2747) | func (s *PrivateService) logvalue_Favorite_FavoriteType(v favorite.Fav... method logvalue_Federation_GetNameResponse (line 2762) | func (s *PrivateService) logvalue_Federation_GetNameResponse(v *GetNam... method logvalue_Federation_GetNameResponseArgument (line 2775) | func (s *PrivateService) logvalue_Federation_GetNameResponseArgument(v... method logvalue_Federation_GetNameResponse_Foo (line 2785) | func (s *PrivateService) logvalue_Federation_GetNameResponse_Foo(v *Ge... method logvalue_Federation_GetNameResponse_FooArgument (line 2797) | func (s *PrivateService) logvalue_Federation_GetNameResponse_FooArgume... method logvalue_Federation_GetPostResponse (line 2807) | func (s *PrivateService) logvalue_Federation_GetPostResponse(v *GetPos... method logvalue_Federation_GetPostResponseArgument (line 2821) | func (s *PrivateService) logvalue_Federation_GetPostResponseArgument(v... method logvalue_Federation_GetPostResponse_Foo (line 2833) | func (s *PrivateService) logvalue_Federation_GetPostResponse_Foo(v *Ge... method logvalue_Federation_GetPostResponse_FooArgument (line 2845) | func (s *PrivateService) logvalue_Federation_GetPostResponse_FooArgume... method logvalue_Federation_MyFavoriteType (line 2855) | func (s *PrivateService) logvalue_Federation_MyFavoriteType(v MyFavori... method logvalue_Federation_Post (line 2868) | func (s *PrivateService) logvalue_Federation_Post(v *Post) slog.Value { method logvalue_Federation_PostArgument (line 2886) | func (s *PrivateService) logvalue_Federation_PostArgument(v *PrivateSe... method logvalue_Federation_Reaction (line 2896) | func (s *PrivateService) logvalue_Federation_Reaction(v *Reaction) slo... method logvalue_Federation_ReactionArgument (line 2910) | func (s *PrivateService) logvalue_Federation_ReactionArgument(v *Priva... method logvalue_Federation_User (line 2922) | func (s *PrivateService) logvalue_Federation_User(v *User) slog.Value { method logvalue_Federation_UserArgument (line 2935) | func (s *PrivateService) logvalue_Federation_UserArgument(v *PrivateSe... function NewPrivateService (line 1612) | func NewPrivateService(cfg PrivateServiceConfig) (*PrivateService, error) { function CleanupPrivateService (line 1683) | func CleanupPrivateService(ctx context.Context, svc *PrivateService) { type DebugService_Federation_GetStatusResponseVariable (line 2949) | type DebugService_Federation_GetStatusResponseVariable struct type DebugService_Federation_GetStatusResponseArgument (line 2954) | type DebugService_Federation_GetStatusResponseArgument struct type DebugService_Federation_UserVariable (line 2959) | type DebugService_Federation_UserVariable struct type DebugService_Federation_UserArgument (line 2963) | type DebugService_Federation_UserArgument struct type DebugServiceConfig (line 2970) | type DebugServiceConfig struct type DebugServiceClientFactory (line 2979) | type DebugServiceClientFactory interface type DebugServiceClientConfig (line 2984) | type DebugServiceClientConfig struct type DebugServiceDependentClientSet (line 2991) | type DebugServiceDependentClientSet struct type DebugServiceResolver (line 2995) | type DebugServiceResolver interface type DebugServiceCELPluginConfig (line 3002) | type DebugServiceCELPluginConfig struct type DebugServiceUnimplementedResolver (line 3010) | type DebugServiceUnimplementedResolver struct type DebugService (line 3013) | type DebugService struct method cleanup (line 3071) | func (s *DebugService) cleanup(ctx context.Context) { method GetStatus (line 3078) | func (s *DebugService) GetStatus(ctx context.Context, req *GetStatusRe... method resolve_Federation_GetStatusResponse (line 3104) | func (s *DebugService) resolve_Federation_GetStatusResponse(ctx contex... method resolve_Federation_User (line 3204) | func (s *DebugService) resolve_Federation_User(ctx context.Context, re... method logvalue_Federation_GetStatusResponse (line 3253) | func (s *DebugService) logvalue_Federation_GetStatusResponse(v *GetSta... method logvalue_Federation_GetStatusResponseArgument (line 3265) | func (s *DebugService) logvalue_Federation_GetStatusResponseArgument(v... method logvalue_Federation_User (line 3275) | func (s *DebugService) logvalue_Federation_User(v *User) slog.Value { method logvalue_Federation_UserArgument (line 3288) | func (s *DebugService) logvalue_Federation_UserArgument(v *DebugServic... function NewDebugService (line 3028) | func NewDebugService(cfg DebugServiceConfig) (*DebugService, error) { function CleanupDebugService (line 3067) | func CleanupDebugService(ctx context.Context, svc *DebugService) { FILE: _examples/11_multi_service/federation/other.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetRequest (line 24) | type GetRequest struct method Reset (line 32) | func (x *GetRequest) Reset() { method String (line 41) | func (x *GetRequest) String() string { method ProtoMessage (line 45) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*GetRequest) Descriptor() ([]byte, []int) { method GetId (line 64) | func (x *GetRequest) GetId() string { type GetResponse (line 71) | type GetResponse struct method Reset (line 79) | func (x *GetResponse) Reset() { method String (line 88) | func (x *GetResponse) String() string { method ProtoMessage (line 92) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 94) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 107) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetPost (line 111) | func (x *GetResponse) GetPost() *Post { function file_federation_other_proto_rawDescGZIP (line 155) | func file_federation_other_proto_rawDescGZIP() []byte { function init (line 179) | func init() { file_federation_other_proto_init() } function file_federation_other_proto_init (line 180) | func file_federation_other_proto_init() { FILE: _examples/11_multi_service/federation/other_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant OtherService_Get_FullMethodName (line 22) | OtherService_Get_FullMethodName = "/federation.OtherService/Get" type OtherServiceClient (line 28) | type OtherServiceClient interface type otherServiceClient (line 32) | type otherServiceClient struct method Get (line 40) | func (c *otherServiceClient) Get(ctx context.Context, in *GetRequest, ... function NewOtherServiceClient (line 36) | func NewOtherServiceClient(cc grpc.ClientConnInterface) OtherServiceClie... type OtherServiceServer (line 52) | type OtherServiceServer interface type UnimplementedOtherServiceServer (line 58) | type UnimplementedOtherServiceServer struct method Get (line 61) | func (UnimplementedOtherServiceServer) Get(context.Context, *GetReques... method mustEmbedUnimplementedOtherServiceServer (line 64) | func (UnimplementedOtherServiceServer) mustEmbedUnimplementedOtherServ... type UnsafeOtherServiceServer (line 69) | type UnsafeOtherServiceServer interface function RegisterOtherServiceServer (line 73) | func RegisterOtherServiceServer(s grpc.ServiceRegistrar, srv OtherServic... function _OtherService_Get_Handler (line 77) | func _OtherService_Get_Handler(srv interface{}, ctx context.Context, dec... FILE: _examples/11_multi_service/federation/other_grpc_federation.pb.go type OtherService_Federation_GetResponseVariable (line 28) | type OtherService_Federation_GetResponseVariable struct type OtherService_Federation_GetResponseArgument (line 33) | type OtherService_Federation_GetResponseArgument struct type OtherService_Federation_GetResponse_PostArgument (line 39) | type OtherService_Federation_GetResponse_PostArgument struct type OtherService_Federation_PostVariable (line 44) | type OtherService_Federation_PostVariable struct type OtherService_Federation_PostArgument (line 52) | type OtherService_Federation_PostArgument struct type OtherService_Federation_ReactionVariable (line 57) | type OtherService_Federation_ReactionVariable struct type OtherService_Federation_ReactionArgument (line 62) | type OtherService_Federation_ReactionArgument struct type OtherService_Federation_UserVariable (line 68) | type OtherService_Federation_UserVariable struct type OtherService_Federation_UserArgument (line 72) | type OtherService_Federation_UserArgument struct type OtherServiceConfig (line 79) | type OtherServiceConfig struct type OtherServiceClientFactory (line 91) | type OtherServiceClientFactory interface type OtherServiceClientConfig (line 96) | type OtherServiceClientConfig struct type OtherServiceDependentClientSet (line 103) | type OtherServiceDependentClientSet struct type OtherServiceResolver (line 107) | type OtherServiceResolver interface type OtherServiceCELPluginConfig (line 116) | type OtherServiceCELPluginConfig struct type OtherServiceUnimplementedResolver (line 124) | type OtherServiceUnimplementedResolver struct method Resolve_Federation_GetResponse_Post (line 128) | func (OtherServiceUnimplementedResolver) Resolve_Federation_GetRespons... type OtherService (line 134) | type OtherService struct method cleanup (line 209) | func (s *OtherService) cleanup(ctx context.Context) { method Get (line 216) | func (s *OtherService) Get(ctx context.Context, req *GetRequest) (res ... method resolve_Federation_GetResponse (line 244) | func (s *OtherService) resolve_Federation_GetResponse(ctx context.Cont... method resolve_Federation_Post (line 315) | func (s *OtherService) resolve_Federation_Post(ctx context.Context, re... method resolve_Federation_Reaction (line 622) | func (s *OtherService) resolve_Federation_Reaction(ctx context.Context... method resolve_Federation_User (line 712) | func (s *OtherService) resolve_Federation_User(ctx context.Context, re... method cast_Favorite_FavoriteType__to__Federation_MyFavoriteType (line 762) | func (s *OtherService) cast_Favorite_FavoriteType__to__Federation_MyFa... method logvalue_Favorite_FavoriteType (line 775) | func (s *OtherService) logvalue_Favorite_FavoriteType(v favorite.Favor... method logvalue_Federation_GetResponse (line 790) | func (s *OtherService) logvalue_Federation_GetResponse(v *GetResponse)... method logvalue_Federation_GetResponseArgument (line 802) | func (s *OtherService) logvalue_Federation_GetResponseArgument(v *Othe... method logvalue_Federation_MyFavoriteType (line 814) | func (s *OtherService) logvalue_Federation_MyFavoriteType(v MyFavorite... method logvalue_Federation_Post (line 827) | func (s *OtherService) logvalue_Federation_Post(v *Post) slog.Value { method logvalue_Federation_PostArgument (line 845) | func (s *OtherService) logvalue_Federation_PostArgument(v *OtherServic... method logvalue_Federation_Reaction (line 855) | func (s *OtherService) logvalue_Federation_Reaction(v *Reaction) slog.... method logvalue_Federation_ReactionArgument (line 869) | func (s *OtherService) logvalue_Federation_ReactionArgument(v *OtherSe... method logvalue_Federation_User (line 881) | func (s *OtherService) logvalue_Federation_User(v *User) slog.Value { method logvalue_Federation_UserArgument (line 894) | func (s *OtherService) logvalue_Federation_UserArgument(v *OtherServic... function NewOtherService (line 150) | func NewOtherService(cfg OtherServiceConfig) (*OtherService, error) { function CleanupOtherService (line 205) | func CleanupOtherService(ctx context.Context, svc *OtherService) { FILE: _examples/11_multi_service/federation/ping.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type PingRequest (line 26) | type PingRequest struct method Reset (line 32) | func (x *PingRequest) Reset() { method String (line 41) | func (x *PingRequest) String() string { method ProtoMessage (line 45) | func (*PingRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *PingRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*PingRequest) Descriptor() ([]byte, []int) { type PingResponse (line 64) | type PingResponse struct method Reset (line 73) | func (x *PingResponse) Reset() { method String (line 82) | func (x *PingResponse) String() string { method ProtoMessage (line 86) | func (*PingResponse) ProtoMessage() {} method ProtoReflect (line 88) | func (x *PingResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 101) | func (*PingResponse) Descriptor() ([]byte, []int) { method GetLikeType (line 105) | func (x *PingResponse) GetLikeType() like.LikeType { method GetPingAt (line 112) | func (x *PingResponse) GetPingAt() *timestamppb.Timestamp { function file_federation_ping_proto_rawDescGZIP (line 156) | func file_federation_ping_proto_rawDescGZIP() []byte { function init (line 180) | func init() { file_federation_ping_proto_init() } function file_federation_ping_proto_init (line 181) | func file_federation_ping_proto_init() { FILE: _examples/11_multi_service/federation/ping_grpc_federation.pb.go type Federation_PingResponseArgument (line 13) | type Federation_PingResponseArgument struct FILE: _examples/11_multi_service/federation/reaction.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Reaction (line 25) | type Reaction struct method Reset (line 35) | func (x *Reaction) Reset() { method String (line 44) | func (x *Reaction) String() string { method ProtoMessage (line 48) | func (*Reaction) ProtoMessage() {} method ProtoReflect (line 50) | func (x *Reaction) ProtoReflect() protoreflect.Message { method Descriptor (line 63) | func (*Reaction) Descriptor() ([]byte, []int) { method GetFavoriteType (line 67) | func (x *Reaction) GetFavoriteType() favorite.FavoriteType { method GetFavoriteTypeStr (line 74) | func (x *Reaction) GetFavoriteTypeStr() string { method GetCmp (line 81) | func (x *Reaction) GetCmp() bool { function file_federation_reaction_proto_rawDescGZIP (line 133) | func file_federation_reaction_proto_rawDescGZIP() []byte { function init (line 154) | func init() { file_federation_reaction_proto_init() } function file_federation_reaction_proto_init (line 155) | func file_federation_reaction_proto_init() { FILE: _examples/11_multi_service/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/11_multi_service/like/like.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type LikeType (line 24) | type LikeType method Enum (line 46) | func (x LikeType) Enum() *LikeType { method String (line 52) | func (x LikeType) String() string { method Descriptor (line 56) | func (LikeType) Descriptor() protoreflect.EnumDescriptor { method Type (line 60) | func (LikeType) Type() protoreflect.EnumType { method Number (line 64) | func (x LikeType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 69) | func (LikeType) EnumDescriptor() ([]byte, []int) { constant LikeType_UNKNOWN (line 27) | LikeType_UNKNOWN LikeType = 0 constant LikeType_TYPE1 (line 28) | LikeType_TYPE1 LikeType = 1 constant LikeType_TYPE2 (line 29) | LikeType_TYPE2 LikeType = 2 function file_like_like_proto_rawDescGZIP (line 96) | func file_like_like_proto_rawDescGZIP() []byte { function init (line 115) | func init() { file_like_like_proto_init() } function file_like_like_proto_init (line 116) | func file_like_like_proto_init() { FILE: _examples/11_multi_service/main_test.go type Resolver (line 24) | type Resolver struct method Resolve_Federation_GetResponse_Post (line 38) | func (r *Resolver) Resolve_Federation_GetResponse_Post(_ context.Conte... function TestFederation (line 42) | func TestFederation(t *testing.T) { FILE: _examples/12_validation/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 25) | type GetPostRequest struct method Reset (line 33) | func (x *GetPostRequest) Reset() { method String (line 42) | func (x *GetPostRequest) String() string { method ProtoMessage (line 46) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 72) | type GetPostResponse struct method Reset (line 80) | func (x *GetPostResponse) Reset() { method String (line 89) | func (x *GetPostResponse) String() string { method ProtoMessage (line 93) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 95) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 108) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 112) | func (x *GetPostResponse) GetPost() *Post { type Post (line 119) | type Post struct method Reset (line 130) | func (x *Post) Reset() { method String (line 139) | func (x *Post) String() string { method ProtoMessage (line 143) | func (*Post) ProtoMessage() {} method ProtoReflect (line 145) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 158) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 162) | func (x *Post) GetId() string { method GetTitle (line 169) | func (x *Post) GetTitle() string { method GetContent (line 176) | func (x *Post) GetContent() string { method GetItem (line 183) | func (x *Post) GetItem() *Item { type Item (line 190) | type Item struct method Reset (line 199) | func (x *Item) Reset() { method String (line 208) | func (x *Item) String() string { method ProtoMessage (line 212) | func (*Item) ProtoMessage() {} method ProtoReflect (line 214) | func (x *Item) ProtoReflect() protoreflect.Message { method Descriptor (line 227) | func (*Item) Descriptor() ([]byte, []int) { method GetItemId (line 231) | func (x *Item) GetItemId() int32 { method GetName (line 238) | func (x *Item) GetName() string { type CustomMessage (line 245) | type CustomMessage struct method Reset (line 253) | func (x *CustomMessage) Reset() { method String (line 262) | func (x *CustomMessage) String() string { method ProtoMessage (line 266) | func (*CustomMessage) ProtoMessage() {} method ProtoReflect (line 268) | func (x *CustomMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 281) | func (*CustomMessage) Descriptor() ([]byte, []int) { method GetMessage (line 285) | func (x *CustomMessage) GetMessage() string { type CustomHandlerMessage (line 292) | type CustomHandlerMessage struct method Reset (line 298) | func (x *CustomHandlerMessage) Reset() { method String (line 307) | func (x *CustomHandlerMessage) String() string { method ProtoMessage (line 311) | func (*CustomHandlerMessage) ProtoMessage() {} method ProtoReflect (line 313) | func (x *CustomHandlerMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 326) | func (*CustomHandlerMessage) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 451) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 479) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 480) | func file_federation_federation_proto_init() { FILE: _examples/12_validation/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/org.federation.FederationSe... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/12_validation/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_CustomHandlerMessageVariable (line 26) | type FederationService_Org_Federation_CustomHandlerMessageVariable struct type FederationService_Org_Federation_CustomHandlerMessageArgument (line 30) | type FederationService_Org_Federation_CustomHandlerMessageArgument struct type FederationService_Org_Federation_CustomMessageVariable (line 36) | type FederationService_Org_Federation_CustomMessageVariable struct type FederationService_Org_Federation_CustomMessageArgument (line 40) | type FederationService_Org_Federation_CustomMessageArgument struct type FederationService_Org_Federation_GetPostResponseVariable (line 46) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 55) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 61) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 65) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 70) | type FederationServiceConfig struct type FederationServiceClientFactory (line 82) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 87) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 94) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 98) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 107) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 115) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_CustomHandlerMessage (line 119) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_C... type FederationService (line 125) | type FederationService struct method cleanup (line 197) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 204) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_CustomHandlerMessage (line 232) | func (s *FederationService) resolve_Org_Federation_CustomHandlerMessag... method resolve_Org_Federation_CustomMessage (line 303) | func (s *FederationService) resolve_Org_Federation_CustomMessage(ctx c... method resolve_Org_Federation_GetPostResponse (line 340) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 1234) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method logvalue_Org_Federation_CustomHandlerMessage (line 1309) | func (s *FederationService) logvalue_Org_Federation_CustomHandlerMessa... method logvalue_Org_Federation_CustomHandlerMessageArgument (line 1319) | func (s *FederationService) logvalue_Org_Federation_CustomHandlerMessa... method logvalue_Org_Federation_CustomMessage (line 1331) | func (s *FederationService) logvalue_Org_Federation_CustomMessage(v *C... method logvalue_Org_Federation_CustomMessageArgument (line 1343) | func (s *FederationService) logvalue_Org_Federation_CustomMessageArgum... method logvalue_Org_Federation_GetPostResponse (line 1355) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 1367) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Item (line 1379) | func (s *FederationService) logvalue_Org_Federation_Item(v *Item) slog... method logvalue_Org_Federation_Post (line 1392) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 1407) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... function NewFederationService (line 141) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 193) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/12_validation/main_test.go type Resolver (line 22) | type Resolver struct method Resolve_Org_Federation_CustomHandlerMessage (line 24) | func (r *Resolver) Resolve_Org_Federation_CustomHandlerMessage(_ conte... constant bufSize (line 28) | bufSize = 1024 function dialer (line 32) | func dialer(_ context.Context, _ string) (net.Conn, error) { function TestFederation (line 36) | func TestFederation(t *testing.T) { FILE: _examples/13_map/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Item_ItemType (line 25) | type Item_ItemType method Enum (line 50) | func (x Item_ItemType) Enum() *Item_ItemType { method String (line 56) | func (x Item_ItemType) String() string { method Descriptor (line 60) | func (Item_ItemType) Descriptor() protoreflect.EnumDescriptor { method Type (line 64) | func (Item_ItemType) Type() protoreflect.EnumType { method Number (line 68) | func (x Item_ItemType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 73) | func (Item_ItemType) EnumDescriptor() ([]byte, []int) { constant Item_ITEM_TYPE_UNSPECIFIED (line 28) | Item_ITEM_TYPE_UNSPECIFIED Item_ItemType = 0 constant Item_ITEM_TYPE_1 (line 29) | Item_ITEM_TYPE_1 Item_ItemType = 1 constant Item_ITEM_TYPE_2 (line 30) | Item_ITEM_TYPE_2 Item_ItemType = 2 constant Item_ITEM_TYPE_3 (line 31) | Item_ITEM_TYPE_3 Item_ItemType = 3 type GetPostsRequest (line 77) | type GetPostsRequest struct method Reset (line 85) | func (x *GetPostsRequest) Reset() { method String (line 94) | func (x *GetPostsRequest) String() string { method ProtoMessage (line 98) | func (*GetPostsRequest) ProtoMessage() {} method ProtoReflect (line 100) | func (x *GetPostsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 113) | func (*GetPostsRequest) Descriptor() ([]byte, []int) { method GetIds (line 117) | func (x *GetPostsRequest) GetIds() []string { type GetPostsResponse (line 124) | type GetPostsResponse struct method Reset (line 132) | func (x *GetPostsResponse) Reset() { method String (line 141) | func (x *GetPostsResponse) String() string { method ProtoMessage (line 145) | func (*GetPostsResponse) ProtoMessage() {} method ProtoReflect (line 147) | func (x *GetPostsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 160) | func (*GetPostsResponse) Descriptor() ([]byte, []int) { method GetPosts (line 164) | func (x *GetPostsResponse) GetPosts() *Posts { type Posts (line 171) | type Posts struct method Reset (line 185) | func (x *Posts) Reset() { method String (line 194) | func (x *Posts) String() string { method ProtoMessage (line 198) | func (*Posts) ProtoMessage() {} method ProtoReflect (line 200) | func (x *Posts) ProtoReflect() protoreflect.Message { method Descriptor (line 213) | func (*Posts) Descriptor() ([]byte, []int) { method GetIds (line 217) | func (x *Posts) GetIds() []string { method GetTitles (line 224) | func (x *Posts) GetTitles() []string { method GetContents (line 231) | func (x *Posts) GetContents() []string { method GetUsers (line 238) | func (x *Posts) GetUsers() []*User { method GetItems (line 245) | func (x *Posts) GetItems() []*Posts_PostItem { method GetItemTypes (line 252) | func (x *Posts) GetItemTypes() []Item_ItemType { method GetSelectedItemTypes (line 259) | func (x *Posts) GetSelectedItemTypes() []Item_ItemType { type User (line 266) | type User struct method Reset (line 275) | func (x *User) Reset() { method String (line 284) | func (x *User) String() string { method ProtoMessage (line 288) | func (*User) ProtoMessage() {} method ProtoReflect (line 290) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 303) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 307) | func (x *User) GetId() string { method GetName (line 314) | func (x *User) GetName() string { type Item (line 321) | type Item struct method Reset (line 327) | func (x *Item) Reset() { method String (line 336) | func (x *Item) String() string { method ProtoMessage (line 340) | func (*Item) ProtoMessage() {} method ProtoReflect (line 342) | func (x *Item) ProtoReflect() protoreflect.Message { method Descriptor (line 355) | func (*Item) Descriptor() ([]byte, []int) { type Posts_PostItem (line 359) | type Posts_PostItem struct method Reset (line 367) | func (x *Posts_PostItem) Reset() { method String (line 376) | func (x *Posts_PostItem) String() string { method ProtoMessage (line 380) | func (*Posts_PostItem) ProtoMessage() {} method ProtoReflect (line 382) | func (x *Posts_PostItem) ProtoReflect() protoreflect.Message { method Descriptor (line 395) | func (*Posts_PostItem) Descriptor() ([]byte, []int) { method GetName (line 399) | func (x *Posts_PostItem) GetName() string { function file_federation_federation_proto_rawDescGZIP (line 536) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 569) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 570) | func file_federation_federation_proto_init() { FILE: _examples/13_map/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPosts_FullMethodName (line 22) | FederationService_GetPosts_FullMethodName = "/org.federation.FederationS... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPosts (line 40) | func (c *federationServiceClient) GetPosts(ctx context.Context, in *Ge... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPosts (line 61) | func (UnimplementedFederationServiceServer) GetPosts(context.Context, ... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPosts_Handler (line 77) | func _FederationService_GetPosts_Handler(srv interface{}, ctx context.Co... FILE: _examples/13_map/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetPostsResponseVariable (line 29) | type FederationService_Org_Federation_GetPostsResponseVariable struct type FederationService_Org_Federation_GetPostsResponseArgument (line 34) | type FederationService_Org_Federation_GetPostsResponseArgument struct type FederationService_Org_Federation_PostsVariable (line 40) | type FederationService_Org_Federation_PostsVariable struct type FederationService_Org_Federation_PostsArgument (line 52) | type FederationService_Org_Federation_PostsArgument struct type FederationService_Org_Federation_Posts_PostItemVariable (line 58) | type FederationService_Org_Federation_Posts_PostItemVariable struct type FederationService_Org_Federation_Posts_PostItemArgument (line 62) | type FederationService_Org_Federation_Posts_PostItemArgument struct type FederationService_Org_Federation_UserVariable (line 68) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 74) | type FederationService_Org_Federation_UserArgument struct type FederationServiceConfig (line 80) | type FederationServiceConfig struct type FederationServiceClientFactory (line 92) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 101) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 108) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 114) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 121) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 129) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPosts (line 132) | FederationService_DependentMethod_Post_PostService_GetPosts = "/post.Pos... constant FederationService_DependentMethod_User_UserService_GetUser (line 133) | FederationService_DependentMethod_User_UserService_GetUser = "/user.Use... type FederationService (line 137) | type FederationService struct method cleanup (line 222) | func (s *FederationService) cleanup(ctx context.Context) { method GetPosts (line 229) | func (s *FederationService) GetPosts(ctx context.Context, req *GetPost... method resolve_Org_Federation_GetPostsResponse (line 257) | func (s *FederationService) resolve_Org_Federation_GetPostsResponse(ct... method resolve_Org_Federation_Posts (line 342) | func (s *FederationService) resolve_Org_Federation_Posts(ctx context.C... method resolve_Org_Federation_Posts_PostItem (line 868) | func (s *FederationService) resolve_Org_Federation_Posts_PostItem(ctx ... method resolve_Org_Federation_User (line 905) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method cast_User_Item_ItemType__to__Org_Federation_Item_ItemType (line 1008) | func (s *FederationService) cast_User_Item_ItemType__to__Org_Federatio... method cast_repeated_User_Item_ItemType__to__repeated_Org_Federation_Item_ItemType (line 1026) | func (s *FederationService) cast_repeated_User_Item_ItemType__to__repe... method logvalue_Org_Federation_GetPostsResponse (line 1038) | func (s *FederationService) logvalue_Org_Federation_GetPostsResponse(v... method logvalue_Org_Federation_GetPostsResponseArgument (line 1050) | func (s *FederationService) logvalue_Org_Federation_GetPostsResponseAr... method logvalue_Org_Federation_Item_ItemType (line 1062) | func (s *FederationService) logvalue_Org_Federation_Item_ItemType(v It... method logvalue_Org_Federation_Posts (line 1079) | func (s *FederationService) logvalue_Org_Federation_Posts(v *Posts) sl... method logvalue_Org_Federation_PostsArgument (line 1097) | func (s *FederationService) logvalue_Org_Federation_PostsArgument(v *F... method logvalue_Org_Federation_Posts_PostItem (line 1109) | func (s *FederationService) logvalue_Org_Federation_Posts_PostItem(v *... method logvalue_Org_Federation_Posts_PostItemArgument (line 1121) | func (s *FederationService) logvalue_Org_Federation_Posts_PostItemArgu... method logvalue_Org_Federation_User (line 1133) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 1146) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Post_GetPostRequest (line 1158) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... method logvalue_Post_GetPostsRequest (line 1170) | func (s *FederationService) logvalue_Post_GetPostsRequest(v *post.GetP... method logvalue_User_GetUserRequest (line 1182) | func (s *FederationService) logvalue_User_GetUserRequest(v *user.GetUs... method logvalue_User_GetUsersRequest (line 1194) | func (s *FederationService) logvalue_User_GetUsersRequest(v *user.GetU... method logvalue_repeated_Org_Federation_Item_ItemType (line 1206) | func (s *FederationService) logvalue_repeated_Org_Federation_Item_Item... method logvalue_repeated_Org_Federation_Posts_PostItem (line 1220) | func (s *FederationService) logvalue_repeated_Org_Federation_Posts_Pos... method logvalue_repeated_Org_Federation_User (line 1234) | func (s *FederationService) logvalue_repeated_Org_Federation_User(v []... function NewFederationService (line 152) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 218) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/13_map/main_test.go constant bufSize (line 30) | bufSize = 1024 type clientConfig (line 38) | type clientConfig struct method Post_PostServiceClient (line 40) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... method User_UserServiceClient (line 44) | func (c *clientConfig) User_UserServiceClient(cfg federation.Federatio... type PostServer (line 48) | type PostServer struct method GetPosts (line 52) | func (s *PostServer) GetPosts(ctx context.Context, req *post.GetPostsR... type UserServer (line 65) | type UserServer struct method GetUser (line 69) | func (s *UserServer) GetUser(ctx context.Context, req *user.GetUserReq... function dialer (line 78) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 82) | func TestFederation(t *testing.T) { FILE: _examples/13_map/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type GetPostsRequest (line 117) | type GetPostsRequest struct method Reset (line 125) | func (x *GetPostsRequest) Reset() { method String (line 134) | func (x *GetPostsRequest) String() string { method ProtoMessage (line 138) | func (*GetPostsRequest) ProtoMessage() {} method ProtoReflect (line 140) | func (x *GetPostsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*GetPostsRequest) Descriptor() ([]byte, []int) { method GetIds (line 157) | func (x *GetPostsRequest) GetIds() []string { type GetPostsResponse (line 164) | type GetPostsResponse struct method Reset (line 172) | func (x *GetPostsResponse) Reset() { method String (line 181) | func (x *GetPostsResponse) String() string { method ProtoMessage (line 185) | func (*GetPostsResponse) ProtoMessage() {} method ProtoReflect (line 187) | func (x *GetPostsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*GetPostsResponse) Descriptor() ([]byte, []int) { method GetPosts (line 204) | func (x *GetPostsResponse) GetPosts() []*Post { type Post (line 211) | type Post struct method Reset (line 222) | func (x *Post) Reset() { method String (line 231) | func (x *Post) String() string { method ProtoMessage (line 235) | func (*Post) ProtoMessage() {} method ProtoReflect (line 237) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 254) | func (x *Post) GetId() string { method GetTitle (line 261) | func (x *Post) GetTitle() string { method GetContent (line 268) | func (x *Post) GetContent() string { method GetUserId (line 275) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 326) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 355) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 356) | func file_post_post_proto_init() { FILE: _examples/13_map/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" constant PostService_GetPosts_FullMethodName (line 23) | PostService_GetPosts_FullMethodName = "/post.PostService/GetPosts" type PostServiceClient (line 29) | type PostServiceClient interface type postServiceClient (line 34) | type postServiceClient struct method GetPost (line 42) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... method GetPosts (line 51) | func (c *postServiceClient) GetPosts(ctx context.Context, in *GetPosts... function NewPostServiceClient (line 38) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 63) | type PostServiceServer interface type UnimplementedPostServiceServer (line 70) | type UnimplementedPostServiceServer struct method GetPost (line 73) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method GetPosts (line 76) | func (UnimplementedPostServiceServer) GetPosts(context.Context, *GetPo... method mustEmbedUnimplementedPostServiceServer (line 79) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 84) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 88) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 92) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... function _PostService_GetPosts_Handler (line 110) | func _PostService_GetPosts_Handler(srv interface{}, ctx context.Context,... FILE: _examples/13_map/user/user.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Item_ItemType (line 24) | type Item_ItemType method Enum (line 49) | func (x Item_ItemType) Enum() *Item_ItemType { method String (line 55) | func (x Item_ItemType) String() string { method Descriptor (line 59) | func (Item_ItemType) Descriptor() protoreflect.EnumDescriptor { method Type (line 63) | func (Item_ItemType) Type() protoreflect.EnumType { method Number (line 67) | func (x Item_ItemType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 72) | func (Item_ItemType) EnumDescriptor() ([]byte, []int) { constant Item_ITEM_TYPE_UNSPECIFIED (line 27) | Item_ITEM_TYPE_UNSPECIFIED Item_ItemType = 0 constant Item_ITEM_TYPE_1 (line 28) | Item_ITEM_TYPE_1 Item_ItemType = 1 constant Item_ITEM_TYPE_2 (line 29) | Item_ITEM_TYPE_2 Item_ItemType = 2 constant Item_ITEM_TYPE_3 (line 30) | Item_ITEM_TYPE_3 Item_ItemType = 3 type GetUserRequest (line 76) | type GetUserRequest struct method Reset (line 84) | func (x *GetUserRequest) Reset() { method String (line 93) | func (x *GetUserRequest) String() string { method ProtoMessage (line 97) | func (*GetUserRequest) ProtoMessage() {} method ProtoReflect (line 99) | func (x *GetUserRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 112) | func (*GetUserRequest) Descriptor() ([]byte, []int) { method GetId (line 116) | func (x *GetUserRequest) GetId() string { type GetUserResponse (line 123) | type GetUserResponse struct method Reset (line 131) | func (x *GetUserResponse) Reset() { method String (line 140) | func (x *GetUserResponse) String() string { method ProtoMessage (line 144) | func (*GetUserResponse) ProtoMessage() {} method ProtoReflect (line 146) | func (x *GetUserResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 159) | func (*GetUserResponse) Descriptor() ([]byte, []int) { method GetUser (line 163) | func (x *GetUserResponse) GetUser() *User { type GetUsersRequest (line 170) | type GetUsersRequest struct method Reset (line 178) | func (x *GetUsersRequest) Reset() { method String (line 187) | func (x *GetUsersRequest) String() string { method ProtoMessage (line 191) | func (*GetUsersRequest) ProtoMessage() {} method ProtoReflect (line 193) | func (x *GetUsersRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 206) | func (*GetUsersRequest) Descriptor() ([]byte, []int) { method GetIds (line 210) | func (x *GetUsersRequest) GetIds() []string { type GetUsersResponse (line 217) | type GetUsersResponse struct method Reset (line 225) | func (x *GetUsersResponse) Reset() { method String (line 234) | func (x *GetUsersResponse) String() string { method ProtoMessage (line 238) | func (*GetUsersResponse) ProtoMessage() {} method ProtoReflect (line 240) | func (x *GetUsersResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 253) | func (*GetUsersResponse) Descriptor() ([]byte, []int) { method GetUsers (line 257) | func (x *GetUsersResponse) GetUsers() []*User { type User (line 264) | type User struct method Reset (line 280) | func (x *User) Reset() { method String (line 289) | func (x *User) String() string { method ProtoMessage (line 293) | func (*User) ProtoMessage() {} method ProtoReflect (line 295) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 308) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 312) | func (x *User) GetId() string { method GetName (line 319) | func (x *User) GetName() string { method GetItems (line 326) | func (x *User) GetItems() []*Item { method GetProfile (line 333) | func (x *User) GetProfile() map[string]*anypb.Any { method GetAttr (line 340) | func (m *User) GetAttr() isUser_Attr { method GetAttrA (line 347) | func (x *User) GetAttrA() *User_AttrA { method GetB (line 354) | func (x *User) GetB() *User_AttrB { type isUser_Attr (line 361) | type isUser_Attr interface type User_AttrA_ (line 365) | type User_AttrA_ struct method isUser_Attr (line 373) | func (*User_AttrA_) isUser_Attr() {} type User_B (line 369) | type User_B struct method isUser_Attr (line 375) | func (*User_B) isUser_Attr() {} type Item (line 377) | type Item struct method Reset (line 388) | func (x *Item) Reset() { method String (line 397) | func (x *Item) String() string { method ProtoMessage (line 401) | func (*Item) ProtoMessage() {} method ProtoReflect (line 403) | func (x *Item) ProtoReflect() protoreflect.Message { method Descriptor (line 416) | func (*Item) Descriptor() ([]byte, []int) { method GetName (line 420) | func (x *Item) GetName() string { method GetType (line 427) | func (x *Item) GetType() Item_ItemType { method GetValue (line 434) | func (x *Item) GetValue() int64 { method GetLocation (line 441) | func (x *Item) GetLocation() *Item_Location { type User_AttrA (line 448) | type User_AttrA struct method Reset (line 456) | func (x *User_AttrA) Reset() { method String (line 465) | func (x *User_AttrA) String() string { method ProtoMessage (line 469) | func (*User_AttrA) ProtoMessage() {} method ProtoReflect (line 471) | func (x *User_AttrA) ProtoReflect() protoreflect.Message { method Descriptor (line 484) | func (*User_AttrA) Descriptor() ([]byte, []int) { method GetFoo (line 488) | func (x *User_AttrA) GetFoo() string { type User_AttrB (line 495) | type User_AttrB struct method Reset (line 503) | func (x *User_AttrB) Reset() { method String (line 512) | func (x *User_AttrB) String() string { method ProtoMessage (line 516) | func (*User_AttrB) ProtoMessage() {} method ProtoReflect (line 518) | func (x *User_AttrB) ProtoReflect() protoreflect.Message { method Descriptor (line 531) | func (*User_AttrB) Descriptor() ([]byte, []int) { method GetBar (line 535) | func (x *User_AttrB) GetBar() bool { type Item_Location (line 542) | type Item_Location struct method Reset (line 556) | func (x *Item_Location) Reset() { method String (line 565) | func (x *Item_Location) String() string { method ProtoMessage (line 569) | func (*Item_Location) ProtoMessage() {} method ProtoReflect (line 571) | func (x *Item_Location) ProtoReflect() protoreflect.Message { method Descriptor (line 584) | func (*Item_Location) Descriptor() ([]byte, []int) { method GetAddr1 (line 588) | func (x *Item_Location) GetAddr1() string { method GetAddr2 (line 595) | func (x *Item_Location) GetAddr2() string { method GetAddr3 (line 602) | func (m *Item_Location) GetAddr3() isItem_Location_Addr3 { method GetAddrA (line 609) | func (x *Item_Location) GetAddrA() *Item_Location_AddrA { method GetB (line 616) | func (x *Item_Location) GetB() *Item_Location_AddrB { type isItem_Location_Addr3 (line 623) | type isItem_Location_Addr3 interface type Item_Location_AddrA_ (line 627) | type Item_Location_AddrA_ struct method isItem_Location_Addr3 (line 635) | func (*Item_Location_AddrA_) isItem_Location_Addr3() {} type Item_Location_B (line 631) | type Item_Location_B struct method isItem_Location_Addr3 (line 637) | func (*Item_Location_B) isItem_Location_Addr3() {} type Item_Location_AddrA (line 639) | type Item_Location_AddrA struct method Reset (line 647) | func (x *Item_Location_AddrA) Reset() { method String (line 656) | func (x *Item_Location_AddrA) String() string { method ProtoMessage (line 660) | func (*Item_Location_AddrA) ProtoMessage() {} method ProtoReflect (line 662) | func (x *Item_Location_AddrA) ProtoReflect() protoreflect.Message { method Descriptor (line 675) | func (*Item_Location_AddrA) Descriptor() ([]byte, []int) { method GetFoo (line 679) | func (x *Item_Location_AddrA) GetFoo() string { type Item_Location_AddrB (line 686) | type Item_Location_AddrB struct method Reset (line 694) | func (x *Item_Location_AddrB) Reset() { method String (line 703) | func (x *Item_Location_AddrB) String() string { method ProtoMessage (line 707) | func (*Item_Location_AddrB) ProtoMessage() {} method ProtoReflect (line 709) | func (x *Item_Location_AddrB) ProtoReflect() protoreflect.Message { method Descriptor (line 722) | func (*Item_Location_AddrB) Descriptor() ([]byte, []int) { method GetBar (line 726) | func (x *Item_Location_AddrB) GetBar() int64 { function file_user_user_proto_rawDescGZIP (line 822) | func file_user_user_proto_rawDescGZIP() []byte { function init (line 870) | func init() { file_user_user_proto_init() } function file_user_user_proto_init (line 871) | func file_user_user_proto_init() { FILE: _examples/13_map/user/user_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant UserService_GetUser_FullMethodName (line 22) | UserService_GetUser_FullMethodName = "/user.UserService/GetUser" constant UserService_GetUsers_FullMethodName (line 23) | UserService_GetUsers_FullMethodName = "/user.UserService/GetUsers" type UserServiceClient (line 29) | type UserServiceClient interface type userServiceClient (line 34) | type userServiceClient struct method GetUser (line 42) | func (c *userServiceClient) GetUser(ctx context.Context, in *GetUserRe... method GetUsers (line 51) | func (c *userServiceClient) GetUsers(ctx context.Context, in *GetUsers... function NewUserServiceClient (line 38) | func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient { type UserServiceServer (line 63) | type UserServiceServer interface type UnimplementedUserServiceServer (line 70) | type UnimplementedUserServiceServer struct method GetUser (line 73) | func (UnimplementedUserServiceServer) GetUser(context.Context, *GetUse... method GetUsers (line 76) | func (UnimplementedUserServiceServer) GetUsers(context.Context, *GetUs... method mustEmbedUnimplementedUserServiceServer (line 79) | func (UnimplementedUserServiceServer) mustEmbedUnimplementedUserServic... type UnsafeUserServiceServer (line 84) | type UnsafeUserServiceServer interface function RegisterUserServiceServer (line 88) | func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceS... function _UserService_GetUser_Handler (line 92) | func _UserService_GetUser_Handler(srv interface{}, ctx context.Context, ... function _UserService_GetUsers_Handler (line 110) | func _UserService_GetUsers_Handler(srv interface{}, ctx context.Context,... FILE: _examples/14_condition/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 25) | type GetPostRequest struct method Reset (line 33) | func (x *GetPostRequest) Reset() { method String (line 42) | func (x *GetPostRequest) String() string { method ProtoMessage (line 46) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 72) | type GetPostResponse struct method Reset (line 80) | func (x *GetPostResponse) Reset() { method String (line 89) | func (x *GetPostResponse) String() string { method ProtoMessage (line 93) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 95) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 108) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 112) | func (x *GetPostResponse) GetPost() *Post { type Post (line 119) | type Post struct method Reset (line 129) | func (x *Post) Reset() { method String (line 138) | func (x *Post) String() string { method ProtoMessage (line 142) | func (*Post) ProtoMessage() {} method ProtoReflect (line 144) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 161) | func (x *Post) GetId() string { method GetTitle (line 168) | func (x *Post) GetTitle() string { method GetUser (line 175) | func (x *Post) GetUser() *User { type User (line 182) | type User struct method Reset (line 190) | func (x *User) Reset() { method String (line 199) | func (x *User) String() string { method ProtoMessage (line 203) | func (*User) ProtoMessage() {} method ProtoReflect (line 205) | func (x *User) ProtoReflect() protoreflect.Message { method Descriptor (line 218) | func (*User) Descriptor() ([]byte, []int) { method GetId (line 222) | func (x *User) GetId() string { function file_federation_federation_proto_rawDescGZIP (line 302) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 328) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 329) | func file_federation_federation_proto_init() { FILE: _examples/14_condition/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/org.federation.FederationSe... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/14_condition/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetPostResponseVariable (line 28) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 39) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 48) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_UserVariable (line 54) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 58) | type FederationService_Org_Federation_UserArgument struct type FederationServiceConfig (line 64) | type FederationServiceConfig struct type FederationServiceClientFactory (line 76) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 83) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 90) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 95) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 102) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 110) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPost (line 113) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.Post... type FederationService (line 117) | type FederationService struct method cleanup (line 189) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 196) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 224) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 309) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_User (line 646) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method logvalue_Org_Federation_GetPostResponse (line 682) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 694) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 706) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 720) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_User (line 732) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 744) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Post_GetPostRequest (line 756) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... method logvalue_Post_GetPostsRequest (line 768) | func (s *FederationService) logvalue_Post_GetPostsRequest(v *post.GetP... function NewFederationService (line 132) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 185) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/14_condition/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/14_condition/main_test.go constant bufSize (line 28) | bufSize = 1024 type clientConfig (line 35) | type clientConfig struct method Post_PostServiceClient (line 37) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... type PostServer (line 41) | type PostServer struct method GetPost (line 45) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... function dialer (line 55) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 59) | func TestFederation(t *testing.T) { FILE: _examples/14_condition/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type GetPostsRequest (line 117) | type GetPostsRequest struct method Reset (line 125) | func (x *GetPostsRequest) Reset() { method String (line 134) | func (x *GetPostsRequest) String() string { method ProtoMessage (line 138) | func (*GetPostsRequest) ProtoMessage() {} method ProtoReflect (line 140) | func (x *GetPostsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*GetPostsRequest) Descriptor() ([]byte, []int) { method GetIds (line 157) | func (x *GetPostsRequest) GetIds() []string { type GetPostsResponse (line 164) | type GetPostsResponse struct method Reset (line 172) | func (x *GetPostsResponse) Reset() { method String (line 181) | func (x *GetPostsResponse) String() string { method ProtoMessage (line 185) | func (*GetPostsResponse) ProtoMessage() {} method ProtoReflect (line 187) | func (x *GetPostsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*GetPostsResponse) Descriptor() ([]byte, []int) { method GetPosts (line 204) | func (x *GetPostsResponse) GetPosts() []*Post { type Post (line 211) | type Post struct method Reset (line 222) | func (x *Post) Reset() { method String (line 231) | func (x *Post) String() string { method ProtoMessage (line 235) | func (*Post) ProtoMessage() {} method ProtoReflect (line 237) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 254) | func (x *Post) GetId() string { method GetTitle (line 261) | func (x *Post) GetTitle() string { method GetContent (line 268) | func (x *Post) GetContent() string { method GetUserId (line 275) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 326) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 355) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 356) | func file_post_post_proto_init() { FILE: _examples/14_condition/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" constant PostService_GetPosts_FullMethodName (line 23) | PostService_GetPosts_FullMethodName = "/post.PostService/GetPosts" type PostServiceClient (line 29) | type PostServiceClient interface type postServiceClient (line 34) | type postServiceClient struct method GetPost (line 42) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... method GetPosts (line 51) | func (c *postServiceClient) GetPosts(ctx context.Context, in *GetPosts... function NewPostServiceClient (line 38) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 63) | type PostServiceServer interface type UnimplementedPostServiceServer (line 70) | type UnimplementedPostServiceServer struct method GetPost (line 73) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method GetPosts (line 76) | func (UnimplementedPostServiceServer) GetPosts(context.Context, *GetPo... method mustEmbedUnimplementedPostServiceServer (line 79) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 84) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 88) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 92) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... function _PostService_GetPosts_Handler (line 110) | func _PostService_GetPosts_Handler(srv interface{}, ctx context.Context,... FILE: _examples/15_cel_plugin/cmd/plugin/main.go type plugin (line 16) | type plugin struct method Val (line 18) | func (_ *plugin) Val() string { method Example_Regexp_Compile (line 22) | func (_ *plugin) Example_Regexp_Compile(ctx context.Context, expr stri... method Example_Regexp_Regexp_MatchString (line 36) | func (_ *plugin) Example_Regexp_Regexp_MatchString(ctx context.Context... method Example_Regexp_NewExample (line 40) | func (_ *plugin) Example_Regexp_NewExample(_ context.Context) (*plugin... method Example_Regexp_NewExamples (line 44) | func (_ *plugin) Example_Regexp_NewExamples(_ context.Context) ([]*plu... method Example_Regexp_FilterExamples (line 48) | func (_ *plugin) Example_Regexp_FilterExamples(_ context.Context, v []... method Example_Regexp_Example_Concat (line 52) | func (_ *plugin) Example_Regexp_Example_Concat(_ context.Context, _ *p... method Example_Regexp_Example_Split (line 56) | func (_ *plugin) Example_Regexp_Example_Split(_ context.Context, _ *pl... method Example_Regexp_Block (line 60) | func (_ *plugin) Example_Regexp_Block(ctx context.Context) (bool, erro... function main (line 65) | func main() { FILE: _examples/15_cel_plugin/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type IsMatchRequest (line 24) | type IsMatchRequest struct method Reset (line 33) | func (x *IsMatchRequest) Reset() { method String (line 42) | func (x *IsMatchRequest) String() string { method ProtoMessage (line 46) | func (*IsMatchRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *IsMatchRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*IsMatchRequest) Descriptor() ([]byte, []int) { method GetExpr (line 65) | func (x *IsMatchRequest) GetExpr() string { method GetTarget (line 72) | func (x *IsMatchRequest) GetTarget() string { type IsMatchResponse (line 79) | type IsMatchResponse struct method Reset (line 87) | func (x *IsMatchResponse) Reset() { method String (line 96) | func (x *IsMatchResponse) String() string { method ProtoMessage (line 100) | func (*IsMatchResponse) ProtoMessage() {} method ProtoReflect (line 102) | func (x *IsMatchResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 115) | func (*IsMatchResponse) Descriptor() ([]byte, []int) { method GetResult (line 119) | func (x *IsMatchResponse) GetResult() bool { type ExampleRequest (line 126) | type ExampleRequest struct method Reset (line 132) | func (x *ExampleRequest) Reset() { method String (line 141) | func (x *ExampleRequest) String() string { method ProtoMessage (line 145) | func (*ExampleRequest) ProtoMessage() {} method ProtoReflect (line 147) | func (x *ExampleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 160) | func (*ExampleRequest) Descriptor() ([]byte, []int) { type ExampleResponse (line 164) | type ExampleResponse struct method Reset (line 174) | func (x *ExampleResponse) Reset() { method String (line 183) | func (x *ExampleResponse) String() string { method ProtoMessage (line 187) | func (*ExampleResponse) ProtoMessage() {} method ProtoReflect (line 189) | func (x *ExampleResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 202) | func (*ExampleResponse) Descriptor() ([]byte, []int) { method GetSize (line 206) | func (x *ExampleResponse) GetSize() int64 { method GetStr (line 213) | func (x *ExampleResponse) GetStr() string { method GetValue (line 220) | func (x *ExampleResponse) GetValue() int64 { function file_federation_federation_proto_rawDescGZIP (line 301) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 327) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 328) | func file_federation_federation_proto_init() { FILE: _examples/15_cel_plugin/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_IsMatch_FullMethodName (line 22) | FederationService_IsMatch_FullMethodName = "/org.federation.FederationSe... constant FederationService_Example_FullMethodName (line 23) | FederationService_Example_FullMethodName = "/org.federation.FederationSe... type FederationServiceClient (line 29) | type FederationServiceClient interface type federationServiceClient (line 34) | type federationServiceClient struct method IsMatch (line 42) | func (c *federationServiceClient) IsMatch(ctx context.Context, in *IsM... method Example (line 51) | func (c *federationServiceClient) Example(ctx context.Context, in *Exa... function NewFederationServiceClient (line 38) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 63) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 70) | type UnimplementedFederationServiceServer struct method IsMatch (line 73) | func (UnimplementedFederationServiceServer) IsMatch(context.Context, *... method Example (line 76) | func (UnimplementedFederationServiceServer) Example(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 79) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 84) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 88) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_IsMatch_Handler (line 92) | func _FederationService_IsMatch_Handler(srv interface{}, ctx context.Con... function _FederationService_Example_Handler (line 110) | func _FederationService_Example_Handler(srv interface{}, ctx context.Con... FILE: _examples/15_cel_plugin/federation/federation_grpc_federation.pb.go type FederationService_Example_Regexp_ExampleVariable (line 28) | type FederationService_Example_Regexp_ExampleVariable struct type FederationService_Example_Regexp_ExampleArgument (line 33) | type FederationService_Example_Regexp_ExampleArgument struct type FederationService_Org_Federation_ExampleResponseVariable (line 39) | type FederationService_Org_Federation_ExampleResponseVariable struct type FederationService_Org_Federation_ExampleResponseArgument (line 48) | type FederationService_Org_Federation_ExampleResponseArgument struct type FederationService_Org_Federation_IsMatchResponseVariable (line 53) | type FederationService_Org_Federation_IsMatchResponseVariable struct type FederationService_Org_Federation_IsMatchResponseArgument (line 59) | type FederationService_Org_Federation_IsMatchResponseArgument struct type FederationServiceConfig (line 66) | type FederationServiceConfig struct type FederationServiceClientFactory (line 79) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 84) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 91) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 95) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 102) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 111) | type FederationServiceUnimplementedResolver struct type FederationService (line 114) | type FederationService struct method cleanup (line 263) | func (s *FederationService) cleanup(ctx context.Context) { method IsMatch (line 270) | func (s *FederationService) IsMatch(ctx context.Context, req *IsMatchR... method Example (line 299) | func (s *FederationService) Example(ctx context.Context, req *ExampleR... method resolve_Example_Regexp_Example (line 325) | func (s *FederationService) resolve_Example_Regexp_Example(ctx context... method resolve_Org_Federation_ExampleResponse (line 389) | func (s *FederationService) resolve_Org_Federation_ExampleResponse(ctx... method resolve_Org_Federation_IsMatchResponse (line 625) | func (s *FederationService) resolve_Org_Federation_IsMatchResponse(ctx... method logvalue_Example_Regexp_Example (line 713) | func (s *FederationService) logvalue_Example_Regexp_Example(v *pluginp... method logvalue_Example_Regexp_ExampleArgument (line 725) | func (s *FederationService) logvalue_Example_Regexp_ExampleArgument(v ... method logvalue_Org_Federation_ExampleResponse (line 737) | func (s *FederationService) logvalue_Org_Federation_ExampleResponse(v ... method logvalue_Org_Federation_ExampleResponseArgument (line 751) | func (s *FederationService) logvalue_Org_Federation_ExampleResponseArg... method logvalue_Org_Federation_IsMatchResponse (line 761) | func (s *FederationService) logvalue_Org_Federation_IsMatchResponse(v ... method logvalue_Org_Federation_IsMatchResponseArgument (line 773) | func (s *FederationService) logvalue_Org_Federation_IsMatchResponseArg... function NewFederationService (line 129) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 259) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/15_cel_plugin/main_test.go constant bufSize (line 31) | bufSize = 1024 function dialer (line 39) | func dialer(ctx context.Context, address string) (net.Conn, error) { function toSha256 (line 43) | func toSha256(v []byte) string { function TestFederation (line 48) | func TestFederation(t *testing.T) { FILE: _examples/15_cel_plugin/plugin/plugin.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Regexp (line 24) | type Regexp struct method Reset (line 32) | func (x *Regexp) Reset() { method String (line 41) | func (x *Regexp) String() string { method ProtoMessage (line 45) | func (*Regexp) ProtoMessage() {} method ProtoReflect (line 47) | func (x *Regexp) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*Regexp) Descriptor() ([]byte, []int) { method GetPtr (line 64) | func (x *Regexp) GetPtr() uint32 { type Example (line 71) | type Example struct method Reset (line 79) | func (x *Example) Reset() { method String (line 88) | func (x *Example) String() string { method ProtoMessage (line 92) | func (*Example) ProtoMessage() {} method ProtoReflect (line 94) | func (x *Example) ProtoReflect() protoreflect.Message { method Descriptor (line 107) | func (*Example) Descriptor() ([]byte, []int) { method GetValue (line 111) | func (x *Example) GetValue() int64 { function file_plugin_plugin_proto_rawDescGZIP (line 186) | func file_plugin_plugin_proto_rawDescGZIP() []byte { function init (line 206) | func init() { file_plugin_plugin_proto_init() } function file_plugin_plugin_proto_init (line 207) | func file_plugin_plugin_proto_init() { FILE: _examples/15_cel_plugin/plugin/plugin_grpc_federation.pb.go type RegexpPlugin (line 21) | type RegexpPlugin interface function RegisterRegexpPlugin (line 31) | func RegisterRegexpPlugin(plug RegexpPlugin) { FILE: _examples/16_code_gen_plugin/cmd/config/main.go function main (line 50) | func main() { function run (line 56) | func run() error { function toSha256 (line 79) | func toSha256(v []byte) string { function root (line 84) | func root() string { function curDir (line 88) | func curDir() string { FILE: _examples/16_code_gen_plugin/cmd/plugin/main.go function main (line 15) | func main() { FILE: _examples/16_code_gen_plugin/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetRequest (line 24) | type GetRequest struct method Reset (line 32) | func (x *GetRequest) Reset() { method String (line 41) | func (x *GetRequest) String() string { method ProtoMessage (line 45) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*GetRequest) Descriptor() ([]byte, []int) { method GetId (line 64) | func (x *GetRequest) GetId() int64 { type GetResponse (line 71) | type GetResponse struct method Reset (line 79) | func (x *GetResponse) Reset() { method String (line 88) | func (x *GetResponse) String() string { method ProtoMessage (line 92) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 94) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 107) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetId (line 111) | func (x *GetResponse) GetId() int64 { function file_federation_federation_proto_rawDescGZIP (line 154) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 176) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 177) | func file_federation_federation_proto_init() { FILE: _examples/16_code_gen_plugin/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method Get (line 40) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method Get (line 61) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 77) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... FILE: _examples/16_code_gen_plugin/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetResponseVariable (line 26) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 30) | type FederationService_Org_Federation_GetResponseArgument struct type FederationServiceConfig (line 36) | type FederationServiceConfig struct type FederationServiceClientFactory (line 48) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 53) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 60) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 64) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 73) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 81) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_GetResponse (line 85) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_G... type FederationService (line 91) | type FederationService struct method cleanup (line 156) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 163) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 193) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method logvalue_Org_Federation_GetResponse (line 213) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 225) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... function NewFederationService (line 107) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 152) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/16_code_gen_plugin/main_test.go constant bufSize (line 27) | bufSize = 1024 function dialer (line 33) | func dialer(ctx context.Context, address string) (net.Conn, error) { type resolver (line 37) | type resolver struct function TestFederation (line 39) | func TestFederation(t *testing.T) { FILE: _examples/16_code_gen_plugin/resolver_test.go method Resolve_Org_Federation_GetResponse (line 10) | func (r *resolver) Resolve_Org_Federation_GetResponse(ctx context.Contex... FILE: _examples/17_error_handler/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 24) | type GetPostRequest struct method Reset (line 32) | func (x *GetPostRequest) Reset() { method String (line 41) | func (x *GetPostRequest) String() string { method ProtoMessage (line 45) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 64) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 71) | type GetPostResponse struct method Reset (line 79) | func (x *GetPostResponse) Reset() { method String (line 88) | func (x *GetPostResponse) String() string { method ProtoMessage (line 92) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 94) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 107) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 111) | func (x *GetPostResponse) GetPost() *Post { type Z (line 118) | type Z struct method Reset (line 126) | func (x *Z) Reset() { method String (line 135) | func (x *Z) String() string { method ProtoMessage (line 139) | func (*Z) ProtoMessage() {} method ProtoReflect (line 141) | func (x *Z) ProtoReflect() protoreflect.Message { method Descriptor (line 154) | func (*Z) Descriptor() ([]byte, []int) { method GetCode (line 158) | func (x *Z) GetCode() int32 { type Post (line 165) | type Post struct method Reset (line 175) | func (x *Post) Reset() { method String (line 184) | func (x *Post) String() string { method ProtoMessage (line 188) | func (*Post) ProtoMessage() {} method ProtoReflect (line 190) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 203) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 207) | func (x *Post) GetId() string { method GetTitle (line 214) | func (x *Post) GetTitle() string { method GetCode (line 221) | func (x *Post) GetCode() int32 { type LocalizedMessage (line 228) | type LocalizedMessage struct method Reset (line 236) | func (x *LocalizedMessage) Reset() { method String (line 245) | func (x *LocalizedMessage) String() string { method ProtoMessage (line 249) | func (*LocalizedMessage) ProtoMessage() {} method ProtoReflect (line 251) | func (x *LocalizedMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 264) | func (*LocalizedMessage) Descriptor() ([]byte, []int) { method GetValue (line 268) | func (x *LocalizedMessage) GetValue() string { type CustomMessage (line 275) | type CustomMessage struct method Reset (line 283) | func (x *CustomMessage) Reset() { method String (line 292) | func (x *CustomMessage) String() string { method ProtoMessage (line 296) | func (*CustomMessage) ProtoMessage() {} method ProtoReflect (line 298) | func (x *CustomMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 311) | func (*CustomMessage) Descriptor() ([]byte, []int) { method GetMsg (line 315) | func (x *CustomMessage) GetMsg() string { type GetPost2Request (line 322) | type GetPost2Request struct method Reset (line 330) | func (x *GetPost2Request) Reset() { method String (line 339) | func (x *GetPost2Request) String() string { method ProtoMessage (line 343) | func (*GetPost2Request) ProtoMessage() {} method ProtoReflect (line 345) | func (x *GetPost2Request) ProtoReflect() protoreflect.Message { method Descriptor (line 358) | func (*GetPost2Request) Descriptor() ([]byte, []int) { method GetId (line 362) | func (x *GetPost2Request) GetId() string { type GetPost2Response (line 369) | type GetPost2Response struct method Reset (line 375) | func (x *GetPost2Response) Reset() { method String (line 384) | func (x *GetPost2Response) String() string { method ProtoMessage (line 388) | func (*GetPost2Response) ProtoMessage() {} method ProtoReflect (line 390) | func (x *GetPost2Response) ProtoReflect() protoreflect.Message { method Descriptor (line 403) | func (*GetPost2Response) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 546) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 577) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 578) | func file_federation_federation_proto_init() { FILE: _examples/17_error_handler/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/org.federation.FederationS... constant FederationService_GetPost2_FullMethodName (line 23) | FederationService_GetPost2_FullMethodName = "/org.federation.FederationS... type FederationServiceClient (line 29) | type FederationServiceClient interface type federationServiceClient (line 34) | type federationServiceClient struct method GetPost (line 42) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... method GetPost2 (line 51) | func (c *federationServiceClient) GetPost2(ctx context.Context, in *Ge... function NewFederationServiceClient (line 38) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 63) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 70) | type UnimplementedFederationServiceServer struct method GetPost (line 73) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method GetPost2 (line 76) | func (UnimplementedFederationServiceServer) GetPost2(context.Context, ... method mustEmbedUnimplementedFederationServiceServer (line 79) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 84) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 88) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 92) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... function _FederationService_GetPost2_Handler (line 110) | func _FederationService_GetPost2_Handler(srv interface{}, ctx context.Co... FILE: _examples/17_error_handler/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_CustomMessageVariable (line 29) | type FederationService_Org_Federation_CustomMessageVariable struct type FederationService_Org_Federation_CustomMessageArgument (line 33) | type FederationService_Org_Federation_CustomMessageArgument struct type FederationService_Org_Federation_GetPost2ResponseVariable (line 39) | type FederationService_Org_Federation_GetPost2ResponseVariable struct type FederationService_Org_Federation_GetPost2ResponseArgument (line 45) | type FederationService_Org_Federation_GetPost2ResponseArgument struct type FederationService_Org_Federation_GetPostResponseVariable (line 51) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 56) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_LocalizedMessageVariable (line 62) | type FederationService_Org_Federation_LocalizedMessageVariable struct type FederationService_Org_Federation_LocalizedMessageArgument (line 66) | type FederationService_Org_Federation_LocalizedMessageArgument struct type FederationService_Org_Federation_PostVariable (line 72) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 82) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_ZVariable (line 88) | type FederationService_Org_Federation_ZVariable struct type FederationService_Org_Federation_ZArgument (line 93) | type FederationService_Org_Federation_ZArgument struct type FederationServiceConfig (line 99) | type FederationServiceConfig struct type FederationServiceClientFactory (line 111) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 118) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 125) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 130) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 137) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 145) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPost (line 148) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.Post... type FederationService (line 152) | type FederationService struct method cleanup (line 233) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 240) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method GetPost2 (line 268) | func (s *FederationService) GetPost2(ctx context.Context, req *GetPost... method resolve_Org_Federation_CustomMessage (line 296) | func (s *FederationService) resolve_Org_Federation_CustomMessage(ctx c... method resolve_Org_Federation_GetPost2Response (line 333) | func (s *FederationService) resolve_Org_Federation_GetPost2Response(ct... method resolve_Org_Federation_GetPostResponse (line 647) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_LocalizedMessage (line 732) | func (s *FederationService) resolve_Org_Federation_LocalizedMessage(ct... method resolve_Org_Federation_Post (line 769) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_Z (line 1437) | func (s *FederationService) resolve_Org_Federation_Z(ctx context.Conte... method cast_int64__to__int32 (line 1501) | func (s *FederationService) cast_int64__to__int32(from int64) (int32, ... method logvalue_Grpc_Federation_Private_Error (line 1509) | func (s *FederationService) logvalue_Grpc_Federation_Private_Error(v *... method logvalue_Org_Federation_CustomMessage (line 1519) | func (s *FederationService) logvalue_Org_Federation_CustomMessage(v *C... method logvalue_Org_Federation_CustomMessageArgument (line 1531) | func (s *FederationService) logvalue_Org_Federation_CustomMessageArgum... method logvalue_Org_Federation_GetPost2Response (line 1543) | func (s *FederationService) logvalue_Org_Federation_GetPost2Response(v... method logvalue_Org_Federation_GetPost2ResponseArgument (line 1553) | func (s *FederationService) logvalue_Org_Federation_GetPost2ResponseAr... method logvalue_Org_Federation_GetPostResponse (line 1565) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 1577) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_LocalizedMessage (line 1589) | func (s *FederationService) logvalue_Org_Federation_LocalizedMessage(v... method logvalue_Org_Federation_LocalizedMessageArgument (line 1601) | func (s *FederationService) logvalue_Org_Federation_LocalizedMessageAr... method logvalue_Org_Federation_Post (line 1613) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 1627) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_Z (line 1639) | func (s *FederationService) logvalue_Org_Federation_Z(v *Z) slog.Value { method logvalue_Org_Federation_ZArgument (line 1651) | func (s *FederationService) logvalue_Org_Federation_ZArgument(v *Feder... method logvalue_Post_GetPostRequest (line 1663) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... function NewFederationService (line 167) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 229) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/17_error_handler/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/17_error_handler/grpc/federation/generator.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ActionType (line 25) | type ActionType method Enum (line 53) | func (x ActionType) Enum() *ActionType { method String (line 59) | func (x ActionType) String() string { method Descriptor (line 63) | func (ActionType) Descriptor() protoreflect.EnumDescriptor { method Type (line 67) | func (ActionType) Type() protoreflect.EnumType { method Number (line 71) | func (x ActionType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 76) | func (ActionType) EnumDescriptor() ([]byte, []int) { constant ActionType_GENERATE_ACTION (line 28) | ActionType_GENERATE_ACTION ActionType = 0 constant ActionType_KEEP_ACTION (line 29) | ActionType_KEEP_ACTION ActionType = 1 constant ActionType_CREATE_ACTION (line 30) | ActionType_CREATE_ACTION ActionType = 2 constant ActionType_DELETE_ACTION (line 31) | ActionType_DELETE_ACTION ActionType = 3 constant ActionType_UPDATE_ACTION (line 32) | ActionType_UPDATE_ACTION ActionType = 4 type OutputFilePathMode (line 80) | type OutputFilePathMode method Enum (line 105) | func (x OutputFilePathMode) Enum() *OutputFilePathMode { method String (line 111) | func (x OutputFilePathMode) String() string { method Descriptor (line 115) | func (OutputFilePathMode) Descriptor() protoreflect.EnumDescriptor { method Type (line 119) | func (OutputFilePathMode) Type() protoreflect.EnumType { method Number (line 123) | func (x OutputFilePathMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 128) | func (OutputFilePathMode) EnumDescriptor() ([]byte, []int) { constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_UNSPECIFIED (line 83) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_UNSPECIFIED OutputFilePathM... constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_IMPORT (line 84) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_IMPORT OutputFilePathM... constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_MODULE_PREFIX (line 85) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_MODULE_PREFIX OutputFilePathM... constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_SOURCE_RELATIVE (line 86) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_SOURCE_RELATIVE OutputFilePathM... type TypeKind (line 132) | type TypeKind method Enum (line 202) | func (x TypeKind) Enum() *TypeKind { method String (line 208) | func (x TypeKind) String() string { method Descriptor (line 212) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 216) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 220) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 225) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN_TYPE (line 135) | TypeKind_UNKNOWN_TYPE TypeKind = 0 constant TypeKind_DOUBLE_TYPE (line 136) | TypeKind_DOUBLE_TYPE TypeKind = 1 constant TypeKind_FLOAT_TYPE (line 137) | TypeKind_FLOAT_TYPE TypeKind = 2 constant TypeKind_INT64_TYPE (line 138) | TypeKind_INT64_TYPE TypeKind = 3 constant TypeKind_UINT64_TYPE (line 139) | TypeKind_UINT64_TYPE TypeKind = 4 constant TypeKind_INT32_TYPE (line 140) | TypeKind_INT32_TYPE TypeKind = 5 constant TypeKind_FIXED64_TYPE (line 141) | TypeKind_FIXED64_TYPE TypeKind = 6 constant TypeKind_FIXED32_TYPE (line 142) | TypeKind_FIXED32_TYPE TypeKind = 7 constant TypeKind_BOOL_TYPE (line 143) | TypeKind_BOOL_TYPE TypeKind = 8 constant TypeKind_STRING_TYPE (line 144) | TypeKind_STRING_TYPE TypeKind = 9 constant TypeKind_GROUP_TYPE (line 145) | TypeKind_GROUP_TYPE TypeKind = 10 constant TypeKind_MESSAGE_TYPE (line 146) | TypeKind_MESSAGE_TYPE TypeKind = 11 constant TypeKind_BYTES_TYPE (line 147) | TypeKind_BYTES_TYPE TypeKind = 12 constant TypeKind_UINT32_TYPE (line 148) | TypeKind_UINT32_TYPE TypeKind = 13 constant TypeKind_ENUM_TYPE (line 149) | TypeKind_ENUM_TYPE TypeKind = 14 constant TypeKind_SFIXED32_TYPE (line 150) | TypeKind_SFIXED32_TYPE TypeKind = 15 constant TypeKind_SFIXED64_TYPE (line 151) | TypeKind_SFIXED64_TYPE TypeKind = 16 constant TypeKind_SINT32_TYPE (line 152) | TypeKind_SINT32_TYPE TypeKind = 17 constant TypeKind_SINT64_TYPE (line 153) | TypeKind_SINT64_TYPE TypeKind = 18 type ProtoCodeGeneratorResponse_Feature (line 229) | type ProtoCodeGeneratorResponse_Feature method Enum (line 251) | func (x ProtoCodeGeneratorResponse_Feature) Enum() *ProtoCodeGenerator... method String (line 257) | func (x ProtoCodeGeneratorResponse_Feature) String() string { method Descriptor (line 261) | func (ProtoCodeGeneratorResponse_Feature) Descriptor() protoreflect.En... method Type (line 265) | func (ProtoCodeGeneratorResponse_Feature) Type() protoreflect.EnumType { method Number (line 269) | func (x ProtoCodeGeneratorResponse_Feature) Number() protoreflect.Enum... method EnumDescriptor (line 274) | func (ProtoCodeGeneratorResponse_Feature) EnumDescriptor() ([]byte, []... constant ProtoCodeGeneratorResponse_FEATURE_NONE (line 232) | ProtoCodeGeneratorResponse_FEATURE_NONE ProtoCodeGeneratorR... constant ProtoCodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL (line 233) | ProtoCodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL ProtoCodeGeneratorR... constant ProtoCodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS (line 234) | ProtoCodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS ProtoCodeGeneratorR... type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic (line 278) | type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic method Enum (line 300) | func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semant... method String (line 306) | func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semant... method Descriptor (line 310) | func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic... method Type (line 314) | func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic... method Number (line 318) | func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semant... method EnumDescriptor (line 323) | func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic... constant ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_NONE (line 281) | ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_NONE ProtoCodeG... constant ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_SET (line 282) | ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_SET ProtoCodeG... constant ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_ALIAS (line 283) | ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_ALIAS ProtoCodeG... type ProtoCodeGeneratorResponse (line 327) | type ProtoCodeGeneratorResponse struct method Reset (line 339) | func (x *ProtoCodeGeneratorResponse) Reset() { method String (line 348) | func (x *ProtoCodeGeneratorResponse) String() string { method ProtoMessage (line 352) | func (*ProtoCodeGeneratorResponse) ProtoMessage() {} method ProtoReflect (line 354) | func (x *ProtoCodeGeneratorResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 367) | func (*ProtoCodeGeneratorResponse) Descriptor() ([]byte, []int) { method GetError (line 371) | func (x *ProtoCodeGeneratorResponse) GetError() string { method GetSupportedFeatures (line 378) | func (x *ProtoCodeGeneratorResponse) GetSupportedFeatures() uint64 { method GetMinimumEdition (line 385) | func (x *ProtoCodeGeneratorResponse) GetMinimumEdition() int32 { method GetMaximumEdition (line 392) | func (x *ProtoCodeGeneratorResponse) GetMaximumEdition() int32 { method GetFile (line 399) | func (x *ProtoCodeGeneratorResponse) GetFile() []*ProtoCodeGeneratorRe... type CodeGeneratorRequest (line 407) | type CodeGeneratorRequest struct method Reset (line 422) | func (x *CodeGeneratorRequest) Reset() { method String (line 431) | func (x *CodeGeneratorRequest) String() string { method ProtoMessage (line 435) | func (*CodeGeneratorRequest) ProtoMessage() {} method ProtoReflect (line 437) | func (x *CodeGeneratorRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 450) | func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { method GetType (line 454) | func (x *CodeGeneratorRequest) GetType() ActionType { method GetProtoPath (line 461) | func (x *CodeGeneratorRequest) GetProtoPath() string { method GetOutDir (line 469) | func (x *CodeGeneratorRequest) GetOutDir() string { method GetFiles (line 476) | func (x *CodeGeneratorRequest) GetFiles() []*ProtoCodeGeneratorRespons... method GetGrpcFederationFileIds (line 483) | func (x *CodeGeneratorRequest) GetGrpcFederationFileIds() []string { method GetReference (line 490) | func (x *CodeGeneratorRequest) GetReference() *Reference { method GetOutputFilePathConfig (line 497) | func (x *CodeGeneratorRequest) GetOutputFilePathConfig() *OutputFilePa... type OutputFilePathConfig (line 504) | type OutputFilePathConfig struct method Reset (line 515) | func (x *OutputFilePathConfig) Reset() { method String (line 524) | func (x *OutputFilePathConfig) String() string { method ProtoMessage (line 528) | func (*OutputFilePathConfig) ProtoMessage() {} method ProtoReflect (line 530) | func (x *OutputFilePathConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*OutputFilePathConfig) Descriptor() ([]byte, []int) { method GetMode (line 547) | func (x *OutputFilePathConfig) GetMode() OutputFilePathMode { method GetPrefix (line 554) | func (x *OutputFilePathConfig) GetPrefix() string { method GetFilePath (line 561) | func (x *OutputFilePathConfig) GetFilePath() string { method GetImportPaths (line 568) | func (x *OutputFilePathConfig) GetImportPaths() []string { type Reference (line 575) | type Reference struct method Reset (line 595) | func (x *Reference) Reset() { method String (line 604) | func (x *Reference) String() string { method ProtoMessage (line 608) | func (*Reference) ProtoMessage() {} method ProtoReflect (line 610) | func (x *Reference) ProtoReflect() protoreflect.Message { method Descriptor (line 623) | func (*Reference) Descriptor() ([]byte, []int) { method GetFileMap (line 627) | func (x *Reference) GetFileMap() map[string]*File { method GetServiceMap (line 634) | func (x *Reference) GetServiceMap() map[string]*Service { method GetMethodMap (line 641) | func (x *Reference) GetMethodMap() map[string]*Method { method GetMessageMap (line 648) | func (x *Reference) GetMessageMap() map[string]*Message { method GetFieldMap (line 655) | func (x *Reference) GetFieldMap() map[string]*Field { method GetEnumMap (line 662) | func (x *Reference) GetEnumMap() map[string]*Enum { method GetEnumValueMap (line 669) | func (x *Reference) GetEnumValueMap() map[string]*EnumValue { method GetOneofMap (line 676) | func (x *Reference) GetOneofMap() map[string]*Oneof { method GetCelPluginMap (line 683) | func (x *Reference) GetCelPluginMap() map[string]*CELPlugin { method GetGraphMap (line 690) | func (x *Reference) GetGraphMap() map[string]*MessageDependencyGraph { method GetVariableDefinitionMap (line 697) | func (x *Reference) GetVariableDefinitionMap() map[string]*VariableDef... method GetVariableDefinitionGroupMap (line 704) | func (x *Reference) GetVariableDefinitionGroupMap() map[string]*Variab... method GetGraphNodeMap (line 711) | func (x *Reference) GetGraphNodeMap() map[string]*MessageDependencyGra... type File (line 718) | type File struct method Reset (line 734) | func (x *File) Reset() { method String (line 743) | func (x *File) String() string { method ProtoMessage (line 747) | func (*File) ProtoMessage() {} method ProtoReflect (line 749) | func (x *File) ProtoReflect() protoreflect.Message { method Descriptor (line 762) | func (*File) Descriptor() ([]byte, []int) { method GetId (line 766) | func (x *File) GetId() string { method GetPackage (line 773) | func (x *File) GetPackage() *Package { method GetGoPackage (line 780) | func (x *File) GetGoPackage() *GoPackage { method GetName (line 787) | func (x *File) GetName() string { method GetServiceIds (line 794) | func (x *File) GetServiceIds() []string { method GetMessageIds (line 801) | func (x *File) GetMessageIds() []string { method GetEnumIds (line 808) | func (x *File) GetEnumIds() []string { method GetCelPluginIds (line 815) | func (x *File) GetCelPluginIds() []string { method GetImportFileIds (line 822) | func (x *File) GetImportFileIds() []string { type Package (line 829) | type Package struct method Reset (line 838) | func (x *Package) Reset() { method String (line 847) | func (x *Package) String() string { method ProtoMessage (line 851) | func (*Package) ProtoMessage() {} method ProtoReflect (line 853) | func (x *Package) ProtoReflect() protoreflect.Message { method Descriptor (line 866) | func (*Package) Descriptor() ([]byte, []int) { method GetName (line 870) | func (x *Package) GetName() string { method GetFileIds (line 877) | func (x *Package) GetFileIds() []string { type GoPackage (line 884) | type GoPackage struct method Reset (line 894) | func (x *GoPackage) Reset() { method String (line 903) | func (x *GoPackage) String() string { method ProtoMessage (line 907) | func (*GoPackage) ProtoMessage() {} method ProtoReflect (line 909) | func (x *GoPackage) ProtoReflect() protoreflect.Message { method Descriptor (line 922) | func (*GoPackage) Descriptor() ([]byte, []int) { method GetName (line 926) | func (x *GoPackage) GetName() string { method GetImportPath (line 933) | func (x *GoPackage) GetImportPath() string { method GetAliasName (line 940) | func (x *GoPackage) GetAliasName() string { type Service (line 947) | type Service struct method Reset (line 962) | func (x *Service) Reset() { method String (line 971) | func (x *Service) String() string { method ProtoMessage (line 975) | func (*Service) ProtoMessage() {} method ProtoReflect (line 977) | func (x *Service) ProtoReflect() protoreflect.Message { method Descriptor (line 990) | func (*Service) Descriptor() ([]byte, []int) { method GetId (line 994) | func (x *Service) GetId() string { method GetName (line 1001) | func (x *Service) GetName() string { method GetMethodIds (line 1008) | func (x *Service) GetMethodIds() []string { method GetFileId (line 1015) | func (x *Service) GetFileId() string { method GetMessageIds (line 1022) | func (x *Service) GetMessageIds() []string { method GetMessageArgIds (line 1029) | func (x *Service) GetMessageArgIds() []string { method GetCelPluginIds (line 1036) | func (x *Service) GetCelPluginIds() []string { method GetRule (line 1043) | func (x *Service) GetRule() *ServiceRule { type ServiceRule (line 1050) | type ServiceRule struct method Reset (line 1059) | func (x *ServiceRule) Reset() { method String (line 1068) | func (x *ServiceRule) String() string { method ProtoMessage (line 1072) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 1074) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1087) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 1091) | func (x *ServiceRule) GetEnv() *Env { method GetVars (line 1098) | func (x *ServiceRule) GetVars() []*ServiceVariable { type Env (line 1105) | type Env struct method Reset (line 1113) | func (x *Env) Reset() { method String (line 1122) | func (x *Env) String() string { method ProtoMessage (line 1126) | func (*Env) ProtoMessage() {} method ProtoReflect (line 1128) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 1141) | func (*Env) Descriptor() ([]byte, []int) { method GetVars (line 1145) | func (x *Env) GetVars() []*EnvVar { type EnvVar (line 1152) | type EnvVar struct method Reset (line 1162) | func (x *EnvVar) Reset() { method String (line 1171) | func (x *EnvVar) String() string { method ProtoMessage (line 1175) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 1177) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 1190) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 1194) | func (x *EnvVar) GetName() string { method GetType (line 1201) | func (x *EnvVar) GetType() *Type { method GetOption (line 1208) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvVarOption (line 1215) | type EnvVarOption struct method Reset (line 1226) | func (x *EnvVarOption) Reset() { method String (line 1235) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1239) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1241) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1254) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1258) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1265) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1272) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1279) | func (x *EnvVarOption) GetIgnored() bool { type ServiceVariable (line 1286) | type ServiceVariable struct method Reset (line 1296) | func (x *ServiceVariable) Reset() { method String (line 1305) | func (x *ServiceVariable) String() string { method ProtoMessage (line 1309) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 1311) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 1324) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 1328) | func (x *ServiceVariable) GetName() string { method GetIf (line 1335) | func (x *ServiceVariable) GetIf() *CELValue { method GetExpr (line 1342) | func (x *ServiceVariable) GetExpr() *ServiceVariableExpr { type ServiceVariableExpr (line 1349) | type ServiceVariableExpr struct method Reset (line 1366) | func (x *ServiceVariableExpr) Reset() { method String (line 1375) | func (x *ServiceVariableExpr) String() string { method ProtoMessage (line 1379) | func (*ServiceVariableExpr) ProtoMessage() {} method ProtoReflect (line 1381) | func (x *ServiceVariableExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1394) | func (*ServiceVariableExpr) Descriptor() ([]byte, []int) { method GetType (line 1398) | func (x *ServiceVariableExpr) GetType() *Type { method GetExpr (line 1405) | func (m *ServiceVariableExpr) GetExpr() isServiceVariableExpr_Expr { method GetBy (line 1412) | func (x *ServiceVariableExpr) GetBy() *CELValue { method GetMap (line 1419) | func (x *ServiceVariableExpr) GetMap() *MapExpr { method GetMessage (line 1426) | func (x *ServiceVariableExpr) GetMessage() *MessageExpr { method GetValidation (line 1433) | func (x *ServiceVariableExpr) GetValidation() *ServiceVariableValidati... method GetEnum (line 1440) | func (x *ServiceVariableExpr) GetEnum() *EnumExpr { method GetSwitch (line 1447) | func (x *ServiceVariableExpr) GetSwitch() *SwitchExpr { type isServiceVariableExpr_Expr (line 1454) | type isServiceVariableExpr_Expr interface type ServiceVariableExpr_By (line 1458) | type ServiceVariableExpr_By struct method isServiceVariableExpr_Expr (line 1482) | func (*ServiceVariableExpr_By) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Map (line 1462) | type ServiceVariableExpr_Map struct method isServiceVariableExpr_Expr (line 1484) | func (*ServiceVariableExpr_Map) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Message (line 1466) | type ServiceVariableExpr_Message struct method isServiceVariableExpr_Expr (line 1486) | func (*ServiceVariableExpr_Message) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Validation (line 1470) | type ServiceVariableExpr_Validation struct method isServiceVariableExpr_Expr (line 1488) | func (*ServiceVariableExpr_Validation) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Enum (line 1474) | type ServiceVariableExpr_Enum struct method isServiceVariableExpr_Expr (line 1490) | func (*ServiceVariableExpr_Enum) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Switch (line 1478) | type ServiceVariableExpr_Switch struct method isServiceVariableExpr_Expr (line 1492) | func (*ServiceVariableExpr_Switch) isServiceVariableExpr_Expr() {} type ServiceVariableValidationExpr (line 1494) | type ServiceVariableValidationExpr struct method Reset (line 1503) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 1512) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 1516) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 1518) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 1531) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 1535) | func (x *ServiceVariableValidationExpr) GetIf() *CELValue { method GetMessage (line 1542) | func (x *ServiceVariableValidationExpr) GetMessage() *CELValue { type Method (line 1549) | type Method struct method Reset (line 1562) | func (x *Method) Reset() { method String (line 1571) | func (x *Method) String() string { method ProtoMessage (line 1575) | func (*Method) ProtoMessage() {} method ProtoReflect (line 1577) | func (x *Method) ProtoReflect() protoreflect.Message { method Descriptor (line 1590) | func (*Method) Descriptor() ([]byte, []int) { method GetId (line 1594) | func (x *Method) GetId() string { method GetName (line 1601) | func (x *Method) GetName() string { method GetRequestId (line 1608) | func (x *Method) GetRequestId() string { method GetResponseId (line 1615) | func (x *Method) GetResponseId() string { method GetServiceId (line 1622) | func (x *Method) GetServiceId() string { method GetRule (line 1629) | func (x *Method) GetRule() *MethodRule { type MethodRule (line 1636) | type MethodRule struct method Reset (line 1645) | func (x *MethodRule) Reset() { method String (line 1654) | func (x *MethodRule) String() string { method ProtoMessage (line 1658) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1660) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1673) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1677) | func (x *MethodRule) GetTimeout() *durationpb.Duration { method GetResponseId (line 1684) | func (x *MethodRule) GetResponseId() string { type Message (line 1691) | type Message struct method Reset (line 1708) | func (x *Message) Reset() { method String (line 1717) | func (x *Message) String() string { method ProtoMessage (line 1721) | func (*Message) ProtoMessage() {} method ProtoReflect (line 1723) | func (x *Message) ProtoReflect() protoreflect.Message { method Descriptor (line 1736) | func (*Message) Descriptor() ([]byte, []int) { method GetId (line 1740) | func (x *Message) GetId() string { method GetName (line 1747) | func (x *Message) GetName() string { method GetIsMapEntry (line 1754) | func (x *Message) GetIsMapEntry() bool { method GetFileId (line 1761) | func (x *Message) GetFileId() string { method GetParentMessageId (line 1768) | func (x *Message) GetParentMessageId() string { method GetNestedMessageIds (line 1775) | func (x *Message) GetNestedMessageIds() []string { method GetEnumIds (line 1782) | func (x *Message) GetEnumIds() []string { method GetFieldIds (line 1789) | func (x *Message) GetFieldIds() []string { method GetOneofIds (line 1796) | func (x *Message) GetOneofIds() []string { method GetRule (line 1803) | func (x *Message) GetRule() *MessageRule { type MessageRule (line 1810) | type MessageRule struct method Reset (line 1821) | func (x *MessageRule) Reset() { method String (line 1830) | func (x *MessageRule) String() string { method ProtoMessage (line 1834) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1836) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1849) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetMessageArgumentId (line 1853) | func (x *MessageRule) GetMessageArgumentId() string { method GetCustomResolver (line 1860) | func (x *MessageRule) GetCustomResolver() bool { method GetAliasIds (line 1867) | func (x *MessageRule) GetAliasIds() []string { method GetDefSet (line 1874) | func (x *MessageRule) GetDefSet() *VariableDefinitionSet { type VariableDefinitionSet (line 1881) | type VariableDefinitionSet struct method Reset (line 1891) | func (x *VariableDefinitionSet) Reset() { method String (line 1900) | func (x *VariableDefinitionSet) String() string { method ProtoMessage (line 1904) | func (*VariableDefinitionSet) ProtoMessage() {} method ProtoReflect (line 1906) | func (x *VariableDefinitionSet) ProtoReflect() protoreflect.Message { method Descriptor (line 1919) | func (*VariableDefinitionSet) Descriptor() ([]byte, []int) { method GetVariableDefinitionIds (line 1923) | func (x *VariableDefinitionSet) GetVariableDefinitionIds() []string { method GetVariableDefinitionGroupIds (line 1930) | func (x *VariableDefinitionSet) GetVariableDefinitionGroupIds() []stri... method GetDependencyGraphId (line 1937) | func (x *VariableDefinitionSet) GetDependencyGraphId() string { type VariableDefinition (line 1944) | type VariableDefinition struct method Reset (line 1958) | func (x *VariableDefinition) Reset() { method String (line 1967) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1971) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1973) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1986) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetId (line 1990) | func (x *VariableDefinition) GetId() string { method GetIndex (line 1997) | func (x *VariableDefinition) GetIndex() int64 { method GetName (line 2004) | func (x *VariableDefinition) GetName() string { method GetIf (line 2011) | func (x *VariableDefinition) GetIf() *CELValue { method GetAutoBind (line 2018) | func (x *VariableDefinition) GetAutoBind() bool { method GetUsed (line 2025) | func (x *VariableDefinition) GetUsed() bool { method GetExpr (line 2032) | func (x *VariableDefinition) GetExpr() *VariableExpr { type Field (line 2039) | type Field struct method Reset (line 2052) | func (x *Field) Reset() { method String (line 2061) | func (x *Field) String() string { method ProtoMessage (line 2065) | func (*Field) ProtoMessage() {} method ProtoReflect (line 2067) | func (x *Field) ProtoReflect() protoreflect.Message { method Descriptor (line 2080) | func (*Field) Descriptor() ([]byte, []int) { method GetId (line 2084) | func (x *Field) GetId() string { method GetName (line 2091) | func (x *Field) GetName() string { method GetType (line 2098) | func (x *Field) GetType() *Type { method GetOneofId (line 2105) | func (x *Field) GetOneofId() string { method GetRule (line 2112) | func (x *Field) GetRule() *FieldRule { method GetMessageId (line 2119) | func (x *Field) GetMessageId() string { type FieldRule (line 2126) | type FieldRule struct method Reset (line 2139) | func (x *FieldRule) Reset() { method String (line 2148) | func (x *FieldRule) String() string { method ProtoMessage (line 2152) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 2154) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 2167) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetValue (line 2171) | func (x *FieldRule) GetValue() *Value { method GetCustomResolver (line 2178) | func (x *FieldRule) GetCustomResolver() bool { method GetMessageCustomResolver (line 2185) | func (x *FieldRule) GetMessageCustomResolver() bool { method GetAliasIds (line 2192) | func (x *FieldRule) GetAliasIds() []string { method GetAutoBindField (line 2199) | func (x *FieldRule) GetAutoBindField() *AutoBindField { method GetOneofRule (line 2206) | func (x *FieldRule) GetOneofRule() *FieldOneofRule { type AutoBindField (line 2213) | type AutoBindField struct method Reset (line 2222) | func (x *AutoBindField) Reset() { method String (line 2231) | func (x *AutoBindField) String() string { method ProtoMessage (line 2235) | func (*AutoBindField) ProtoMessage() {} method ProtoReflect (line 2237) | func (x *AutoBindField) ProtoReflect() protoreflect.Message { method Descriptor (line 2250) | func (*AutoBindField) Descriptor() ([]byte, []int) { method GetVariableDefinitionId (line 2254) | func (x *AutoBindField) GetVariableDefinitionId() string { method GetFieldId (line 2261) | func (x *AutoBindField) GetFieldId() string { type FieldOneofRule (line 2268) | type FieldOneofRule struct method Reset (line 2279) | func (x *FieldOneofRule) Reset() { method String (line 2288) | func (x *FieldOneofRule) String() string { method ProtoMessage (line 2292) | func (*FieldOneofRule) ProtoMessage() {} method ProtoReflect (line 2294) | func (x *FieldOneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 2307) | func (*FieldOneofRule) Descriptor() ([]byte, []int) { method GetIf (line 2311) | func (x *FieldOneofRule) GetIf() *CELValue { method GetDefault (line 2318) | func (x *FieldOneofRule) GetDefault() bool { method GetBy (line 2325) | func (x *FieldOneofRule) GetBy() *CELValue { method GetDefSet (line 2332) | func (x *FieldOneofRule) GetDefSet() *VariableDefinitionSet { type VariableDefinitionGroup (line 2339) | type VariableDefinitionGroup struct method Reset (line 2352) | func (x *VariableDefinitionGroup) Reset() { method String (line 2361) | func (x *VariableDefinitionGroup) String() string { method ProtoMessage (line 2365) | func (*VariableDefinitionGroup) ProtoMessage() {} method ProtoReflect (line 2367) | func (x *VariableDefinitionGroup) ProtoReflect() protoreflect.Message { method Descriptor (line 2380) | func (*VariableDefinitionGroup) Descriptor() ([]byte, []int) { method GetId (line 2384) | func (x *VariableDefinitionGroup) GetId() string { method GetGroup (line 2391) | func (m *VariableDefinitionGroup) GetGroup() isVariableDefinitionGroup... method GetSequential (line 2398) | func (x *VariableDefinitionGroup) GetSequential() *SequentialVariableD... method GetConcurrent (line 2405) | func (x *VariableDefinitionGroup) GetConcurrent() *ConcurrentVariableD... type isVariableDefinitionGroup_Group (line 2412) | type isVariableDefinitionGroup_Group interface type VariableDefinitionGroup_Sequential (line 2416) | type VariableDefinitionGroup_Sequential struct method isVariableDefinitionGroup_Group (line 2424) | func (*VariableDefinitionGroup_Sequential) isVariableDefinitionGroup_G... type VariableDefinitionGroup_Concurrent (line 2420) | type VariableDefinitionGroup_Concurrent struct method isVariableDefinitionGroup_Group (line 2426) | func (*VariableDefinitionGroup_Concurrent) isVariableDefinitionGroup_G... type SequentialVariableDefinitionGroup (line 2428) | type SequentialVariableDefinitionGroup struct method Reset (line 2437) | func (x *SequentialVariableDefinitionGroup) Reset() { method String (line 2446) | func (x *SequentialVariableDefinitionGroup) String() string { method ProtoMessage (line 2450) | func (*SequentialVariableDefinitionGroup) ProtoMessage() {} method ProtoReflect (line 2452) | func (x *SequentialVariableDefinitionGroup) ProtoReflect() protoreflec... method Descriptor (line 2465) | func (*SequentialVariableDefinitionGroup) Descriptor() ([]byte, []int) { method GetStart (line 2469) | func (x *SequentialVariableDefinitionGroup) GetStart() string { method GetEnd (line 2476) | func (x *SequentialVariableDefinitionGroup) GetEnd() string { type ConcurrentVariableDefinitionGroup (line 2483) | type ConcurrentVariableDefinitionGroup struct method Reset (line 2492) | func (x *ConcurrentVariableDefinitionGroup) Reset() { method String (line 2501) | func (x *ConcurrentVariableDefinitionGroup) String() string { method ProtoMessage (line 2505) | func (*ConcurrentVariableDefinitionGroup) ProtoMessage() {} method ProtoReflect (line 2507) | func (x *ConcurrentVariableDefinitionGroup) ProtoReflect() protoreflec... method Descriptor (line 2520) | func (*ConcurrentVariableDefinitionGroup) Descriptor() ([]byte, []int) { method GetStarts (line 2524) | func (x *ConcurrentVariableDefinitionGroup) GetStarts() []string { method GetEnd (line 2531) | func (x *ConcurrentVariableDefinitionGroup) GetEnd() string { type MessageDependencyGraph (line 2538) | type MessageDependencyGraph struct method Reset (line 2547) | func (x *MessageDependencyGraph) Reset() { method String (line 2556) | func (x *MessageDependencyGraph) String() string { method ProtoMessage (line 2560) | func (*MessageDependencyGraph) ProtoMessage() {} method ProtoReflect (line 2562) | func (x *MessageDependencyGraph) ProtoReflect() protoreflect.Message { method Descriptor (line 2575) | func (*MessageDependencyGraph) Descriptor() ([]byte, []int) { method GetId (line 2579) | func (x *MessageDependencyGraph) GetId() string { method GetRootNodeIds (line 2586) | func (x *MessageDependencyGraph) GetRootNodeIds() []string { type MessageDependencyGraphNode (line 2593) | type MessageDependencyGraphNode struct method Reset (line 2604) | func (x *MessageDependencyGraphNode) Reset() { method String (line 2613) | func (x *MessageDependencyGraphNode) String() string { method ProtoMessage (line 2617) | func (*MessageDependencyGraphNode) ProtoMessage() {} method ProtoReflect (line 2619) | func (x *MessageDependencyGraphNode) ProtoReflect() protoreflect.Messa... method Descriptor (line 2632) | func (*MessageDependencyGraphNode) Descriptor() ([]byte, []int) { method GetId (line 2636) | func (x *MessageDependencyGraphNode) GetId() string { method GetChildIds (line 2643) | func (x *MessageDependencyGraphNode) GetChildIds() []string { method GetBaseMessageId (line 2650) | func (x *MessageDependencyGraphNode) GetBaseMessageId() string { method GetVariableDefinitionId (line 2657) | func (x *MessageDependencyGraphNode) GetVariableDefinitionId() string { type VariableExpr (line 2664) | type VariableExpr struct method Reset (line 2682) | func (x *VariableExpr) Reset() { method String (line 2691) | func (x *VariableExpr) String() string { method ProtoMessage (line 2695) | func (*VariableExpr) ProtoMessage() {} method ProtoReflect (line 2697) | func (x *VariableExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2710) | func (*VariableExpr) Descriptor() ([]byte, []int) { method GetType (line 2714) | func (x *VariableExpr) GetType() *Type { method GetExpr (line 2721) | func (m *VariableExpr) GetExpr() isVariableExpr_Expr { method GetBy (line 2728) | func (x *VariableExpr) GetBy() *CELValue { method GetMap (line 2735) | func (x *VariableExpr) GetMap() *MapExpr { method GetCall (line 2742) | func (x *VariableExpr) GetCall() *CallExpr { method GetMessage (line 2749) | func (x *VariableExpr) GetMessage() *MessageExpr { method GetValidation (line 2756) | func (x *VariableExpr) GetValidation() *ValidationExpr { method GetEnum (line 2763) | func (x *VariableExpr) GetEnum() *EnumExpr { method GetSwitch (line 2770) | func (x *VariableExpr) GetSwitch() *SwitchExpr { type isVariableExpr_Expr (line 2777) | type isVariableExpr_Expr interface type VariableExpr_By (line 2781) | type VariableExpr_By struct method isVariableExpr_Expr (line 2809) | func (*VariableExpr_By) isVariableExpr_Expr() {} type VariableExpr_Map (line 2785) | type VariableExpr_Map struct method isVariableExpr_Expr (line 2811) | func (*VariableExpr_Map) isVariableExpr_Expr() {} type VariableExpr_Call (line 2789) | type VariableExpr_Call struct method isVariableExpr_Expr (line 2813) | func (*VariableExpr_Call) isVariableExpr_Expr() {} type VariableExpr_Message (line 2793) | type VariableExpr_Message struct method isVariableExpr_Expr (line 2815) | func (*VariableExpr_Message) isVariableExpr_Expr() {} type VariableExpr_Validation (line 2797) | type VariableExpr_Validation struct method isVariableExpr_Expr (line 2817) | func (*VariableExpr_Validation) isVariableExpr_Expr() {} type VariableExpr_Enum (line 2801) | type VariableExpr_Enum struct method isVariableExpr_Expr (line 2819) | func (*VariableExpr_Enum) isVariableExpr_Expr() {} type VariableExpr_Switch (line 2805) | type VariableExpr_Switch struct method isVariableExpr_Expr (line 2821) | func (*VariableExpr_Switch) isVariableExpr_Expr() {} type Type (line 2823) | type Type struct method Reset (line 2839) | func (x *Type) Reset() { method String (line 2848) | func (x *Type) String() string { method ProtoMessage (line 2852) | func (*Type) ProtoMessage() {} method ProtoReflect (line 2854) | func (x *Type) ProtoReflect() protoreflect.Message { method Descriptor (line 2867) | func (*Type) Descriptor() ([]byte, []int) { method GetKind (line 2871) | func (x *Type) GetKind() TypeKind { method GetRepeated (line 2878) | func (x *Type) GetRepeated() bool { method GetIsNull (line 2885) | func (x *Type) GetIsNull() bool { method GetRef (line 2892) | func (m *Type) GetRef() isType_Ref { method GetMessageId (line 2899) | func (x *Type) GetMessageId() string { method GetEnumId (line 2906) | func (x *Type) GetEnumId() string { method GetOneofFieldId (line 2913) | func (x *Type) GetOneofFieldId() string { type isType_Ref (line 2920) | type isType_Ref interface type Type_MessageId (line 2924) | type Type_MessageId struct method isType_Ref (line 2936) | func (*Type_MessageId) isType_Ref() {} type Type_EnumId (line 2928) | type Type_EnumId struct method isType_Ref (line 2938) | func (*Type_EnumId) isType_Ref() {} type Type_OneofFieldId (line 2932) | type Type_OneofFieldId struct method isType_Ref (line 2940) | func (*Type_OneofFieldId) isType_Ref() {} type CELValue (line 2942) | type CELValue struct method Reset (line 2951) | func (x *CELValue) Reset() { method String (line 2960) | func (x *CELValue) String() string { method ProtoMessage (line 2964) | func (*CELValue) ProtoMessage() {} method ProtoReflect (line 2966) | func (x *CELValue) ProtoReflect() protoreflect.Message { method Descriptor (line 2979) | func (*CELValue) Descriptor() ([]byte, []int) { method GetExpr (line 2983) | func (x *CELValue) GetExpr() string { method GetOut (line 2990) | func (x *CELValue) GetOut() *Type { type MapExpr (line 2997) | type MapExpr struct method Reset (line 3006) | func (x *MapExpr) Reset() { method String (line 3015) | func (x *MapExpr) String() string { method ProtoMessage (line 3019) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 3021) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3034) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 3038) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 3045) | func (x *MapExpr) GetExpr() *MapIteratorExpr { type Iterator (line 3052) | type Iterator struct method Reset (line 3061) | func (x *Iterator) Reset() { method String (line 3070) | func (x *Iterator) String() string { method ProtoMessage (line 3074) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 3076) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 3089) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 3093) | func (x *Iterator) GetName() string { method GetSourceId (line 3100) | func (x *Iterator) GetSourceId() string { type MapIteratorExpr (line 3107) | type MapIteratorExpr struct method Reset (line 3121) | func (x *MapIteratorExpr) Reset() { method String (line 3130) | func (x *MapIteratorExpr) String() string { method ProtoMessage (line 3134) | func (*MapIteratorExpr) ProtoMessage() {} method ProtoReflect (line 3136) | func (x *MapIteratorExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3149) | func (*MapIteratorExpr) Descriptor() ([]byte, []int) { method GetType (line 3153) | func (x *MapIteratorExpr) GetType() *Type { method GetExpr (line 3160) | func (m *MapIteratorExpr) GetExpr() isMapIteratorExpr_Expr { method GetBy (line 3167) | func (x *MapIteratorExpr) GetBy() *CELValue { method GetMessage (line 3174) | func (x *MapIteratorExpr) GetMessage() *MessageExpr { method GetEnum (line 3181) | func (x *MapIteratorExpr) GetEnum() *EnumExpr { type isMapIteratorExpr_Expr (line 3188) | type isMapIteratorExpr_Expr interface type MapIteratorExpr_By (line 3192) | type MapIteratorExpr_By struct method isMapIteratorExpr_Expr (line 3204) | func (*MapIteratorExpr_By) isMapIteratorExpr_Expr() {} type MapIteratorExpr_Message (line 3196) | type MapIteratorExpr_Message struct method isMapIteratorExpr_Expr (line 3206) | func (*MapIteratorExpr_Message) isMapIteratorExpr_Expr() {} type MapIteratorExpr_Enum (line 3200) | type MapIteratorExpr_Enum struct method isMapIteratorExpr_Expr (line 3208) | func (*MapIteratorExpr_Enum) isMapIteratorExpr_Expr() {} type CallExpr (line 3210) | type CallExpr struct method Reset (line 3224) | func (x *CallExpr) Reset() { method String (line 3233) | func (x *CallExpr) String() string { method ProtoMessage (line 3237) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 3239) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3252) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethodId (line 3256) | func (x *CallExpr) GetMethodId() string { method GetRequest (line 3263) | func (x *CallExpr) GetRequest() *Request { method GetTimeout (line 3270) | func (x *CallExpr) GetTimeout() *durationpb.Duration { method GetRetry (line 3277) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetErrors (line 3284) | func (x *CallExpr) GetErrors() []*GRPCError { method GetOption (line 3291) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 3298) | func (x *CallExpr) GetMetadata() *CELValue { type RetryPolicy (line 3305) | type RetryPolicy struct method Reset (line 3318) | func (x *RetryPolicy) Reset() { method String (line 3327) | func (x *RetryPolicy) String() string { method ProtoMessage (line 3331) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 3333) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 3346) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 3350) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 3357) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 3364) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 3371) | func (x *RetryPolicy) GetIf() *CELValue { type isRetryPolicy_Policy (line 3378) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 3382) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 3390) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 3386) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 3392) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 3394) | type RetryPolicyConstant struct method Reset (line 3403) | func (x *RetryPolicyConstant) Reset() { method String (line 3412) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 3416) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 3418) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 3431) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 3435) | func (x *RetryPolicyConstant) GetInterval() *durationpb.Duration { method GetMaxRetries (line 3442) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 3449) | type RetryPolicyExponential struct method Reset (line 3462) | func (x *RetryPolicyExponential) Reset() { method String (line 3471) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 3475) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 3477) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 3490) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 3494) | func (x *RetryPolicyExponential) GetInitialInterval() *durationpb.Dura... method GetRandomizationFactor (line 3501) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 3508) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 3515) | func (x *RetryPolicyExponential) GetMaxInterval() *durationpb.Duration { method GetMaxRetries (line 3522) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { method GetMaxElapsedTime (line 3529) | func (x *RetryPolicyExponential) GetMaxElapsedTime() *durationpb.Durat... type Request (line 3536) | type Request struct method Reset (line 3545) | func (x *Request) Reset() { method String (line 3554) | func (x *Request) String() string { method ProtoMessage (line 3558) | func (*Request) ProtoMessage() {} method ProtoReflect (line 3560) | func (x *Request) ProtoReflect() protoreflect.Message { method Descriptor (line 3573) | func (*Request) Descriptor() ([]byte, []int) { method GetArgs (line 3577) | func (x *Request) GetArgs() []*Argument { method GetTypeId (line 3584) | func (x *Request) GetTypeId() string { type MessageExpr (line 3591) | type MessageExpr struct method Reset (line 3600) | func (x *MessageExpr) Reset() { method String (line 3609) | func (x *MessageExpr) String() string { method ProtoMessage (line 3613) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 3615) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3628) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetMessageId (line 3632) | func (x *MessageExpr) GetMessageId() string { method GetArgs (line 3639) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 3646) | type EnumExpr struct method Reset (line 3655) | func (x *EnumExpr) Reset() { method String (line 3664) | func (x *EnumExpr) String() string { method ProtoMessage (line 3668) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 3670) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3683) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetEnumId (line 3687) | func (x *EnumExpr) GetEnumId() string { method GetBy (line 3694) | func (x *EnumExpr) GetBy() *CELValue { type Argument (line 3701) | type Argument struct method Reset (line 3712) | func (x *Argument) Reset() { method String (line 3721) | func (x *Argument) String() string { method ProtoMessage (line 3725) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 3727) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 3740) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 3744) | func (x *Argument) GetName() string { method GetType (line 3751) | func (x *Argument) GetType() *Type { method GetValue (line 3758) | func (x *Argument) GetValue() *Value { method GetIf (line 3765) | func (x *Argument) GetIf() *CELValue { type Value (line 3772) | type Value struct method Reset (line 3781) | func (x *Value) Reset() { method String (line 3790) | func (x *Value) String() string { method ProtoMessage (line 3794) | func (*Value) ProtoMessage() {} method ProtoReflect (line 3796) | func (x *Value) ProtoReflect() protoreflect.Message { method Descriptor (line 3809) | func (*Value) Descriptor() ([]byte, []int) { method GetInline (line 3813) | func (x *Value) GetInline() bool { method GetCel (line 3820) | func (x *Value) GetCel() *CELValue { type SwitchExpr (line 3827) | type SwitchExpr struct method Reset (line 3837) | func (x *SwitchExpr) Reset() { method String (line 3846) | func (x *SwitchExpr) String() string { method ProtoMessage (line 3850) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 3852) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3865) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetType (line 3869) | func (x *SwitchExpr) GetType() *Type { method GetCases (line 3876) | func (x *SwitchExpr) GetCases() []*SwitchCase { method GetDefault (line 3883) | func (x *SwitchExpr) GetDefault() *SwitchDefault { type SwitchCase (line 3890) | type SwitchCase struct method Reset (line 3900) | func (x *SwitchCase) Reset() { method String (line 3909) | func (x *SwitchCase) String() string { method ProtoMessage (line 3913) | func (*SwitchCase) ProtoMessage() {} method ProtoReflect (line 3915) | func (x *SwitchCase) ProtoReflect() protoreflect.Message { method Descriptor (line 3928) | func (*SwitchCase) Descriptor() ([]byte, []int) { method GetIf (line 3932) | func (x *SwitchCase) GetIf() *CELValue { method GetBy (line 3939) | func (x *SwitchCase) GetBy() *CELValue { method GetDefSet (line 3946) | func (x *SwitchCase) GetDefSet() *VariableDefinitionSet { type SwitchDefault (line 3953) | type SwitchDefault struct method Reset (line 3962) | func (x *SwitchDefault) Reset() { method String (line 3971) | func (x *SwitchDefault) String() string { method ProtoMessage (line 3975) | func (*SwitchDefault) ProtoMessage() {} method ProtoReflect (line 3977) | func (x *SwitchDefault) ProtoReflect() protoreflect.Message { method Descriptor (line 3990) | func (*SwitchDefault) Descriptor() ([]byte, []int) { method GetBy (line 3994) | func (x *SwitchDefault) GetBy() *CELValue { method GetDefSet (line 4001) | func (x *SwitchDefault) GetDefSet() *VariableDefinitionSet { type ValidationExpr (line 4008) | type ValidationExpr struct method Reset (line 4017) | func (x *ValidationExpr) Reset() { method String (line 4026) | func (x *ValidationExpr) String() string { method ProtoMessage (line 4030) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 4032) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 4045) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 4049) | func (x *ValidationExpr) GetName() string { method GetError (line 4056) | func (x *ValidationExpr) GetError() *GRPCError { type GRPCError (line 4063) | type GRPCError struct method Reset (line 4078) | func (x *GRPCError) Reset() { method String (line 4087) | func (x *GRPCError) String() string { method ProtoMessage (line 4091) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 4093) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 4106) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDefSet (line 4110) | func (x *GRPCError) GetDefSet() *VariableDefinitionSet { method GetIf (line 4117) | func (x *GRPCError) GetIf() *CELValue { method GetCode (line 4124) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 4131) | func (x *GRPCError) GetMessage() *CELValue { method GetDetails (line 4138) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 4145) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 4152) | func (x *GRPCError) GetIgnoreAndResponse() *CELValue { method GetLogLevel (line 4159) | func (x *GRPCError) GetLogLevel() int32 { type GRPCErrorDetail (line 4166) | type GRPCErrorDetail struct method Reset (line 4180) | func (x *GRPCErrorDetail) Reset() { method String (line 4189) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 4193) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 4195) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 4208) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetDefSet (line 4212) | func (x *GRPCErrorDetail) GetDefSet() *VariableDefinitionSet { method GetIf (line 4219) | func (x *GRPCErrorDetail) GetIf() *CELValue { method GetMessages (line 4226) | func (x *GRPCErrorDetail) GetMessages() *VariableDefinitionSet { method GetPreconditionFailures (line 4233) | func (x *GRPCErrorDetail) GetPreconditionFailures() []*PreconditionFai... method GetBadRequests (line 4240) | func (x *GRPCErrorDetail) GetBadRequests() []*BadRequest { method GetLocalizedMessages (line 4247) | func (x *GRPCErrorDetail) GetLocalizedMessages() []*LocalizedMessage { method GetBy (line 4254) | func (x *GRPCErrorDetail) GetBy() []*CELValue { type PreconditionFailure (line 4261) | type PreconditionFailure struct method Reset (line 4269) | func (x *PreconditionFailure) Reset() { method String (line 4278) | func (x *PreconditionFailure) String() string { method ProtoMessage (line 4282) | func (*PreconditionFailure) ProtoMessage() {} method ProtoReflect (line 4284) | func (x *PreconditionFailure) ProtoReflect() protoreflect.Message { method Descriptor (line 4297) | func (*PreconditionFailure) Descriptor() ([]byte, []int) { method GetViolations (line 4301) | func (x *PreconditionFailure) GetViolations() []*PreconditionFailureVi... type PreconditionFailureViolation (line 4308) | type PreconditionFailureViolation struct method Reset (line 4318) | func (x *PreconditionFailureViolation) Reset() { method String (line 4327) | func (x *PreconditionFailureViolation) String() string { method ProtoMessage (line 4331) | func (*PreconditionFailureViolation) ProtoMessage() {} method ProtoReflect (line 4333) | func (x *PreconditionFailureViolation) ProtoReflect() protoreflect.Mes... method Descriptor (line 4346) | func (*PreconditionFailureViolation) Descriptor() ([]byte, []int) { method GetType (line 4350) | func (x *PreconditionFailureViolation) GetType() *CELValue { method GetSubject (line 4357) | func (x *PreconditionFailureViolation) GetSubject() *CELValue { method GetDescription (line 4364) | func (x *PreconditionFailureViolation) GetDescription() *CELValue { type BadRequest (line 4371) | type BadRequest struct method Reset (line 4379) | func (x *BadRequest) Reset() { method String (line 4388) | func (x *BadRequest) String() string { method ProtoMessage (line 4392) | func (*BadRequest) ProtoMessage() {} method ProtoReflect (line 4394) | func (x *BadRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4407) | func (*BadRequest) Descriptor() ([]byte, []int) { method GetFieldViolations (line 4411) | func (x *BadRequest) GetFieldViolations() []*BadRequestFieldViolation { type BadRequestFieldViolation (line 4418) | type BadRequestFieldViolation struct method Reset (line 4427) | func (x *BadRequestFieldViolation) Reset() { method String (line 4436) | func (x *BadRequestFieldViolation) String() string { method ProtoMessage (line 4440) | func (*BadRequestFieldViolation) ProtoMessage() {} method ProtoReflect (line 4442) | func (x *BadRequestFieldViolation) ProtoReflect() protoreflect.Message { method Descriptor (line 4455) | func (*BadRequestFieldViolation) Descriptor() ([]byte, []int) { method GetField (line 4459) | func (x *BadRequestFieldViolation) GetField() *CELValue { method GetDescription (line 4466) | func (x *BadRequestFieldViolation) GetDescription() *CELValue { type LocalizedMessage (line 4473) | type LocalizedMessage struct method Reset (line 4482) | func (x *LocalizedMessage) Reset() { method String (line 4491) | func (x *LocalizedMessage) String() string { method ProtoMessage (line 4495) | func (*LocalizedMessage) ProtoMessage() {} method ProtoReflect (line 4497) | func (x *LocalizedMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 4510) | func (*LocalizedMessage) Descriptor() ([]byte, []int) { method GetLocale (line 4514) | func (x *LocalizedMessage) GetLocale() string { method GetMessage (line 4521) | func (x *LocalizedMessage) GetMessage() *CELValue { type GRPCCallOption (line 4528) | type GRPCCallOption struct method Reset (line 4542) | func (x *GRPCCallOption) Reset() { method String (line 4551) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 4555) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 4557) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 4570) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 4574) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeaderId (line 4581) | func (x *GRPCCallOption) GetHeaderId() string { method GetMaxCallRecvMsgSize (line 4588) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 4595) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 4602) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailerId (line 4609) | func (x *GRPCCallOption) GetTrailerId() string { method GetWaitForReady (line 4616) | func (x *GRPCCallOption) GetWaitForReady() bool { type Oneof (line 4623) | type Oneof struct method Reset (line 4634) | func (x *Oneof) Reset() { method String (line 4643) | func (x *Oneof) String() string { method ProtoMessage (line 4647) | func (*Oneof) ProtoMessage() {} method ProtoReflect (line 4649) | func (x *Oneof) ProtoReflect() protoreflect.Message { method Descriptor (line 4662) | func (*Oneof) Descriptor() ([]byte, []int) { method GetId (line 4666) | func (x *Oneof) GetId() string { method GetName (line 4673) | func (x *Oneof) GetName() string { method GetMessageId (line 4680) | func (x *Oneof) GetMessageId() string { method GetFieldIds (line 4687) | func (x *Oneof) GetFieldIds() []string { type Enum (line 4694) | type Enum struct method Reset (line 4707) | func (x *Enum) Reset() { method String (line 4716) | func (x *Enum) String() string { method ProtoMessage (line 4720) | func (*Enum) ProtoMessage() {} method ProtoReflect (line 4722) | func (x *Enum) ProtoReflect() protoreflect.Message { method Descriptor (line 4735) | func (*Enum) Descriptor() ([]byte, []int) { method GetId (line 4739) | func (x *Enum) GetId() string { method GetName (line 4746) | func (x *Enum) GetName() string { method GetValueIds (line 4753) | func (x *Enum) GetValueIds() []string { method GetMessageId (line 4760) | func (x *Enum) GetMessageId() string { method GetFileId (line 4767) | func (x *Enum) GetFileId() string { method GetRule (line 4774) | func (x *Enum) GetRule() *EnumRule { type EnumValue (line 4781) | type EnumValue struct method Reset (line 4792) | func (x *EnumValue) Reset() { method String (line 4801) | func (x *EnumValue) String() string { method ProtoMessage (line 4805) | func (*EnumValue) ProtoMessage() {} method ProtoReflect (line 4807) | func (x *EnumValue) ProtoReflect() protoreflect.Message { method Descriptor (line 4820) | func (*EnumValue) Descriptor() ([]byte, []int) { method GetId (line 4824) | func (x *EnumValue) GetId() string { method GetValue (line 4831) | func (x *EnumValue) GetValue() string { method GetEnumId (line 4838) | func (x *EnumValue) GetEnumId() string { method GetRule (line 4845) | func (x *EnumValue) GetRule() *EnumValueRule { type EnumRule (line 4852) | type EnumRule struct method Reset (line 4860) | func (x *EnumRule) Reset() { method String (line 4869) | func (x *EnumRule) String() string { method ProtoMessage (line 4873) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 4875) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 4888) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAliasIds (line 4892) | func (x *EnumRule) GetAliasIds() []string { type EnumValueRule (line 4899) | type EnumValueRule struct method Reset (line 4910) | func (x *EnumValueRule) Reset() { method String (line 4919) | func (x *EnumValueRule) String() string { method ProtoMessage (line 4923) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 4925) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 4938) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 4942) | func (x *EnumValueRule) GetDefault() bool { method GetAliases (line 4949) | func (x *EnumValueRule) GetAliases() []*EnumValueAlias { method GetAttrs (line 4956) | func (x *EnumValueRule) GetAttrs() []*EnumValueAttribute { method GetNoalias (line 4963) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAlias (line 4970) | type EnumValueAlias struct method Reset (line 4979) | func (x *EnumValueAlias) Reset() { method String (line 4988) | func (x *EnumValueAlias) String() string { method ProtoMessage (line 4992) | func (*EnumValueAlias) ProtoMessage() {} method ProtoReflect (line 4994) | func (x *EnumValueAlias) ProtoReflect() protoreflect.Message { method Descriptor (line 5007) | func (*EnumValueAlias) Descriptor() ([]byte, []int) { method GetEnumAliasId (line 5011) | func (x *EnumValueAlias) GetEnumAliasId() string { method GetAliasIds (line 5018) | func (x *EnumValueAlias) GetAliasIds() []string { type EnumValueAttribute (line 5025) | type EnumValueAttribute struct method Reset (line 5034) | func (x *EnumValueAttribute) Reset() { method String (line 5043) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 5047) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 5049) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 5062) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 5066) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 5073) | func (x *EnumValueAttribute) GetValue() string { type CELPlugin (line 5080) | type CELPlugin struct method Reset (line 5091) | func (x *CELPlugin) Reset() { method String (line 5100) | func (x *CELPlugin) String() string { method ProtoMessage (line 5104) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 5106) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 5119) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetId (line 5123) | func (x *CELPlugin) GetId() string { method GetName (line 5130) | func (x *CELPlugin) GetName() string { method GetDescription (line 5137) | func (x *CELPlugin) GetDescription() string { method GetFunctions (line 5144) | func (x *CELPlugin) GetFunctions() []*CELFunction { type CELFunction (line 5151) | type CELFunction struct method Reset (line 5163) | func (x *CELFunction) Reset() { method String (line 5172) | func (x *CELFunction) String() string { method ProtoMessage (line 5176) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 5178) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 5191) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 5195) | func (x *CELFunction) GetName() string { method GetId (line 5202) | func (x *CELFunction) GetId() string { method GetArgs (line 5209) | func (x *CELFunction) GetArgs() []*Type { method GetReturn (line 5216) | func (x *CELFunction) GetReturn() *Type { method GetReceiverId (line 5223) | func (x *CELFunction) GetReceiverId() string { type ProtoCodeGeneratorResponse_GeneratedCodeInfo (line 5230) | type ProtoCodeGeneratorResponse_GeneratedCodeInfo struct method Reset (line 5238) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) Reset() { method String (line 5247) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) String() string { method ProtoMessage (line 5251) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoMessage() {} method ProtoReflect (line 5253) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoReflect() ... method Descriptor (line 5266) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) Descriptor() ([]b... method GetAnnotation (line 5270) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) GetAnnotation()... type ProtoCodeGeneratorResponse_File (line 5277) | type ProtoCodeGeneratorResponse_File struct method Reset (line 5288) | func (x *ProtoCodeGeneratorResponse_File) Reset() { method String (line 5297) | func (x *ProtoCodeGeneratorResponse_File) String() string { method ProtoMessage (line 5301) | func (*ProtoCodeGeneratorResponse_File) ProtoMessage() {} method ProtoReflect (line 5303) | func (x *ProtoCodeGeneratorResponse_File) ProtoReflect() protoreflect.... method Descriptor (line 5316) | func (*ProtoCodeGeneratorResponse_File) Descriptor() ([]byte, []int) { method GetName (line 5320) | func (x *ProtoCodeGeneratorResponse_File) GetName() string { method GetInsertionPoint (line 5327) | func (x *ProtoCodeGeneratorResponse_File) GetInsertionPoint() string { method GetContent (line 5334) | func (x *ProtoCodeGeneratorResponse_File) GetContent() string { method GetGeneratedCodeInfo (line 5341) | func (x *ProtoCodeGeneratorResponse_File) GetGeneratedCodeInfo() *Prot... type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation (line 5348) | type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation struct method Reset (line 5360) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Rese... method String (line 5369) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Stri... method ProtoMessage (line 5373) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoM... method ProtoReflect (line 5375) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Prot... method Descriptor (line 5388) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Descri... method GetPath (line 5392) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetP... method GetSourceFile (line 5399) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetS... method GetBegin (line 5406) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetB... method GetEnd (line 5413) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetE... method GetSemantic (line 5420) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetS... function file_grpc_federation_generator_proto_rawDescGZIP (line 6581) | func file_grpc_federation_generator_proto_rawDescGZIP() []byte { function init (line 6832) | func init() { file_grpc_federation_generator_proto_init() } function file_grpc_federation_generator_proto_init (line 6833) | func file_grpc_federation_generator_proto_init() { FILE: _examples/17_error_handler/grpc/federation/plugin.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CELPluginRequest (line 25) | type CELPluginRequest struct method Reset (line 35) | func (x *CELPluginRequest) Reset() { method String (line 44) | func (x *CELPluginRequest) String() string { method ProtoMessage (line 48) | func (*CELPluginRequest) ProtoMessage() {} method ProtoReflect (line 50) | func (x *CELPluginRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 63) | func (*CELPluginRequest) Descriptor() ([]byte, []int) { method GetMethod (line 67) | func (x *CELPluginRequest) GetMethod() string { method GetMetadata (line 74) | func (x *CELPluginRequest) GetMetadata() []*CELPluginGRPCMetadata { method GetArgs (line 81) | func (x *CELPluginRequest) GetArgs() []*CELPluginValue { type CELPluginResponse (line 88) | type CELPluginResponse struct method Reset (line 97) | func (x *CELPluginResponse) Reset() { method String (line 106) | func (x *CELPluginResponse) String() string { method ProtoMessage (line 110) | func (*CELPluginResponse) ProtoMessage() {} method ProtoReflect (line 112) | func (x *CELPluginResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 125) | func (*CELPluginResponse) Descriptor() ([]byte, []int) { method GetValue (line 129) | func (x *CELPluginResponse) GetValue() *CELPluginValue { method GetError (line 136) | func (x *CELPluginResponse) GetError() string { type CELPluginGRPCMetadata (line 143) | type CELPluginGRPCMetadata struct method Reset (line 152) | func (x *CELPluginGRPCMetadata) Reset() { method String (line 161) | func (x *CELPluginGRPCMetadata) String() string { method ProtoMessage (line 165) | func (*CELPluginGRPCMetadata) ProtoMessage() {} method ProtoReflect (line 167) | func (x *CELPluginGRPCMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 180) | func (*CELPluginGRPCMetadata) Descriptor() ([]byte, []int) { method GetKey (line 184) | func (x *CELPluginGRPCMetadata) GetKey() string { method GetValues (line 191) | func (x *CELPluginGRPCMetadata) GetValues() []string { type CELPluginValue (line 198) | type CELPluginValue struct method Reset (line 217) | func (x *CELPluginValue) Reset() { method String (line 226) | func (x *CELPluginValue) String() string { method ProtoMessage (line 230) | func (*CELPluginValue) ProtoMessage() {} method ProtoReflect (line 232) | func (x *CELPluginValue) ProtoReflect() protoreflect.Message { method Descriptor (line 245) | func (*CELPluginValue) Descriptor() ([]byte, []int) { method GetValue (line 249) | func (m *CELPluginValue) GetValue() isCELPluginValue_Value { method GetInt64 (line 256) | func (x *CELPluginValue) GetInt64() int64 { method GetUint64 (line 263) | func (x *CELPluginValue) GetUint64() uint64 { method GetDouble (line 270) | func (x *CELPluginValue) GetDouble() float64 { method GetString_ (line 277) | func (x *CELPluginValue) GetString_() string { method GetBytes (line 284) | func (x *CELPluginValue) GetBytes() []byte { method GetBool (line 291) | func (x *CELPluginValue) GetBool() bool { method GetPtr (line 298) | func (x *CELPluginValue) GetPtr() uint64 { method GetMessage (line 305) | func (x *CELPluginValue) GetMessage() *anypb.Any { method GetList (line 312) | func (x *CELPluginValue) GetList() *CELPluginListValue { type isCELPluginValue_Value (line 319) | type isCELPluginValue_Value interface type CELPluginValue_Int64 (line 323) | type CELPluginValue_Int64 struct method isCELPluginValue_Value (line 359) | func (*CELPluginValue_Int64) isCELPluginValue_Value() {} type CELPluginValue_Uint64 (line 327) | type CELPluginValue_Uint64 struct method isCELPluginValue_Value (line 361) | func (*CELPluginValue_Uint64) isCELPluginValue_Value() {} type CELPluginValue_Double (line 331) | type CELPluginValue_Double struct method isCELPluginValue_Value (line 363) | func (*CELPluginValue_Double) isCELPluginValue_Value() {} type CELPluginValue_String_ (line 335) | type CELPluginValue_String_ struct method isCELPluginValue_Value (line 365) | func (*CELPluginValue_String_) isCELPluginValue_Value() {} type CELPluginValue_Bytes (line 339) | type CELPluginValue_Bytes struct method isCELPluginValue_Value (line 367) | func (*CELPluginValue_Bytes) isCELPluginValue_Value() {} type CELPluginValue_Bool (line 343) | type CELPluginValue_Bool struct method isCELPluginValue_Value (line 369) | func (*CELPluginValue_Bool) isCELPluginValue_Value() {} type CELPluginValue_Ptr (line 347) | type CELPluginValue_Ptr struct method isCELPluginValue_Value (line 371) | func (*CELPluginValue_Ptr) isCELPluginValue_Value() {} type CELPluginValue_Message (line 351) | type CELPluginValue_Message struct method isCELPluginValue_Value (line 373) | func (*CELPluginValue_Message) isCELPluginValue_Value() {} type CELPluginValue_List (line 355) | type CELPluginValue_List struct method isCELPluginValue_Value (line 375) | func (*CELPluginValue_List) isCELPluginValue_Value() {} type CELPluginListValue (line 377) | type CELPluginListValue struct method Reset (line 385) | func (x *CELPluginListValue) Reset() { method String (line 394) | func (x *CELPluginListValue) String() string { method ProtoMessage (line 398) | func (*CELPluginListValue) ProtoMessage() {} method ProtoReflect (line 400) | func (x *CELPluginListValue) ProtoReflect() protoreflect.Message { method Descriptor (line 413) | func (*CELPluginListValue) Descriptor() ([]byte, []int) { method GetValues (line 417) | func (x *CELPluginListValue) GetValues() []*CELPluginValue { function file_grpc_federation_plugin_proto_rawDescGZIP (line 499) | func file_grpc_federation_plugin_proto_rawDescGZIP() []byte { function init (line 529) | func init() { file_grpc_federation_plugin_proto_init() } function file_grpc_federation_plugin_proto_init (line 530) | func file_grpc_federation_plugin_proto_init() { FILE: _examples/17_error_handler/main_test.go constant bufSize (line 32) | bufSize = 1024 type clientConfig (line 39) | type clientConfig struct method Post_PostServiceClient (line 41) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... type PostServer (line 45) | type PostServer struct method GetPost (line 51) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... function dialer (line 55) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 59) | func TestFederation(t *testing.T) { FILE: _examples/17_error_handler/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type Post (line 117) | type Post struct method Reset (line 128) | func (x *Post) Reset() { method String (line 137) | func (x *Post) String() string { method ProtoMessage (line 141) | func (*Post) ProtoMessage() {} method ProtoReflect (line 143) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 156) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 160) | func (x *Post) GetId() string { method GetTitle (line 167) | func (x *Post) GetTitle() string { method GetContent (line 174) | func (x *Post) GetContent() string { method GetUserId (line 181) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 222) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 246) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 247) | func file_post_post_proto_init() { FILE: _examples/17_error_handler/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" type PostServiceClient (line 28) | type PostServiceClient interface type postServiceClient (line 32) | type postServiceClient struct method GetPost (line 40) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... function NewPostServiceClient (line 36) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 52) | type PostServiceServer interface type UnimplementedPostServiceServer (line 58) | type UnimplementedPostServiceServer struct method GetPost (line 61) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method mustEmbedUnimplementedPostServiceServer (line 64) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 69) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 73) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 77) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/18_load/cmd/plugin/main.go type plugin (line 11) | type plugin struct method Example_Account_GetId (line 13) | func (_ *plugin) Example_Account_GetId(ctx context.Context) (string, e... method Example_Account_GetId2 (line 25) | func (_ *plugin) Example_Account_GetId2(ctx context.Context, ext strin... function main (line 37) | func main() { FILE: _examples/18_load/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetRequest (line 24) | type GetRequest struct method Reset (line 30) | func (x *GetRequest) Reset() { method String (line 39) | func (x *GetRequest) String() string { method ProtoMessage (line 43) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 45) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 58) | func (*GetRequest) Descriptor() ([]byte, []int) { type GetResponse (line 62) | type GetResponse struct method Reset (line 71) | func (x *GetResponse) Reset() { method String (line 80) | func (x *GetResponse) String() string { method ProtoMessage (line 84) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 86) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 99) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetIdFromPlugin (line 103) | func (x *GetResponse) GetIdFromPlugin() string { method GetIdFromMetadata (line 110) | func (x *GetResponse) GetIdFromMetadata() string { function file_federation_federation_proto_rawDescGZIP (line 167) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 189) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 190) | func file_federation_federation_proto_init() { FILE: _examples/18_load/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method Get (line 40) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method Get (line 61) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 77) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... FILE: _examples/18_load/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetResponseVariable (line 26) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 32) | type FederationService_Org_Federation_GetResponseArgument struct type FederationServiceConfig (line 37) | type FederationServiceConfig struct type FederationServiceClientFactory (line 50) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 55) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 62) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 66) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 73) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 82) | type FederationServiceUnimplementedResolver struct type FederationService (line 85) | type FederationService struct method cleanup (line 180) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 187) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 213) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method logvalue_Org_Federation_GetResponse (line 332) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 345) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... function NewFederationService (line 100) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 176) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/18_load/main_test.go constant bufSize (line 27) | bufSize = 1024 function dialer (line 35) | func dialer(ctx context.Context, address string) (net.Conn, error) { function toSha256 (line 39) | func toSha256(v []byte) string { function TestCELEvaluation (line 44) | func TestCELEvaluation(t *testing.T) { function Benchmark_CELEvaluation (line 115) | func Benchmark_CELEvaluation(b *testing.B) { FILE: _examples/18_load/plugin/plugin.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 60) | func init() { file_plugin_plugin_proto_init() } function file_plugin_plugin_proto_init (line 61) | func file_plugin_plugin_proto_init() { FILE: _examples/18_load/plugin/plugin_grpc_federation.pb.go type AccountPlugin (line 21) | type AccountPlugin interface function RegisterAccountPlugin (line 26) | func RegisterAccountPlugin(plug AccountPlugin) { FILE: _examples/19_retry/federation/federation.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 25) | type GetPostRequest struct method Reset (line 33) | func (x *GetPostRequest) Reset() { method String (line 42) | func (x *GetPostRequest) String() string { method ProtoMessage (line 46) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 72) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { type Post (line 110) | type Post struct method Reset (line 116) | func (x *Post) Reset() { method String (line 125) | func (x *Post) String() string { method ProtoMessage (line 129) | func (*Post) ProtoMessage() {} method ProtoReflect (line 131) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 144) | func (*Post) Descriptor() ([]byte, []int) { function file_federation_federation_proto_rawDescGZIP (line 194) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 217) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 218) | func file_federation_federation_proto_init() { FILE: _examples/19_retry/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/19_retry/federation/federation_grpc_federation.pb.go type FederationService_Federation_GetPostResponseVariable (line 28) | type FederationService_Federation_GetPostResponseVariable struct type FederationService_Federation_GetPostResponseArgument (line 32) | type FederationService_Federation_GetPostResponseArgument struct type FederationService_Federation_PostVariable (line 38) | type FederationService_Federation_PostVariable struct type FederationService_Federation_PostArgument (line 42) | type FederationService_Federation_PostArgument struct type FederationServiceConfig (line 48) | type FederationServiceConfig struct type FederationServiceClientFactory (line 60) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 67) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 74) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 79) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 86) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 94) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPost (line 97) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.Post... type FederationService (line 101) | type FederationService struct method cleanup (line 170) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 177) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Federation_GetPostResponse (line 205) | func (s *FederationService) resolve_Federation_GetPostResponse(ctx con... method resolve_Federation_Post (line 272) | func (s *FederationService) resolve_Federation_Post(ctx context.Contex... method logvalue_Federation_GetPostResponse (line 354) | func (s *FederationService) logvalue_Federation_GetPostResponse(v *Get... method logvalue_Federation_GetPostResponseArgument (line 364) | func (s *FederationService) logvalue_Federation_GetPostResponseArgumen... method logvalue_Federation_Post (line 376) | func (s *FederationService) logvalue_Federation_Post(v *Post) slog.Val... method logvalue_Federation_PostArgument (line 386) | func (s *FederationService) logvalue_Federation_PostArgument(v *Federa... method logvalue_Post_GetPostRequest (line 398) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... method logvalue_Post_GetPostsRequest (line 410) | func (s *FederationService) logvalue_Post_GetPostsRequest(v *post.GetP... function NewFederationService (line 116) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 166) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/19_retry/main_test.go constant bufSize (line 29) | bufSize = 1024 type clientConfig (line 36) | type clientConfig struct method Post_PostServiceClient (line 38) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... type PostServer (line 42) | type PostServer struct method GetPost (line 51) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... method GetPosts (line 56) | func (s *PostServer) GetPosts(ctx context.Context, req *post.GetPostsR... function dialer (line 68) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 72) | func TestFederation(t *testing.T) { FILE: _examples/19_retry/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type GetPostsRequest (line 117) | type GetPostsRequest struct method Reset (line 125) | func (x *GetPostsRequest) Reset() { method String (line 134) | func (x *GetPostsRequest) String() string { method ProtoMessage (line 138) | func (*GetPostsRequest) ProtoMessage() {} method ProtoReflect (line 140) | func (x *GetPostsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 153) | func (*GetPostsRequest) Descriptor() ([]byte, []int) { method GetIds (line 157) | func (x *GetPostsRequest) GetIds() []string { type GetPostsResponse (line 164) | type GetPostsResponse struct method Reset (line 172) | func (x *GetPostsResponse) Reset() { method String (line 181) | func (x *GetPostsResponse) String() string { method ProtoMessage (line 185) | func (*GetPostsResponse) ProtoMessage() {} method ProtoReflect (line 187) | func (x *GetPostsResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 200) | func (*GetPostsResponse) Descriptor() ([]byte, []int) { method GetPosts (line 204) | func (x *GetPostsResponse) GetPosts() []*Post { type Post (line 211) | type Post struct method Reset (line 222) | func (x *Post) Reset() { method String (line 231) | func (x *Post) String() string { method ProtoMessage (line 235) | func (*Post) ProtoMessage() {} method ProtoReflect (line 237) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 250) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 254) | func (x *Post) GetId() string { method GetTitle (line 261) | func (x *Post) GetTitle() string { method GetContent (line 268) | func (x *Post) GetContent() string { method GetUserId (line 275) | func (x *Post) GetUserId() string { function file_post_post_proto_rawDescGZIP (line 326) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 355) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 356) | func file_post_post_proto_init() { FILE: _examples/19_retry/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" constant PostService_GetPosts_FullMethodName (line 23) | PostService_GetPosts_FullMethodName = "/post.PostService/GetPosts" type PostServiceClient (line 29) | type PostServiceClient interface type postServiceClient (line 34) | type postServiceClient struct method GetPost (line 42) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... method GetPosts (line 51) | func (c *postServiceClient) GetPosts(ctx context.Context, in *GetPosts... function NewPostServiceClient (line 38) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 63) | type PostServiceServer interface type UnimplementedPostServiceServer (line 70) | type UnimplementedPostServiceServer struct method GetPost (line 73) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method GetPosts (line 76) | func (UnimplementedPostServiceServer) GetPosts(context.Context, *GetPo... method mustEmbedUnimplementedPostServiceServer (line 79) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 84) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 88) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 92) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... function _PostService_GetPosts_Handler (line 110) | func _PostService_GetPosts_Handler(srv interface{}, ctx context.Context,... FILE: _examples/20_callopt/federation/federation.pb.go constant _ (line 21) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 23) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 26) | type GetPostRequest struct method Reset (line 34) | func (x *GetPostRequest) Reset() { method String (line 43) | func (x *GetPostRequest) String() string { method ProtoMessage (line 47) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 49) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 62) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 66) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 73) | type GetPostResponse struct method Reset (line 82) | func (x *GetPostResponse) Reset() { method String (line 91) | func (x *GetPostResponse) String() string { method ProtoMessage (line 95) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 97) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 110) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetHeader (line 114) | func (x *GetPostResponse) GetHeader() []string { method GetTrailer (line 121) | func (x *GetPostResponse) GetTrailer() []string { function file_federation_federation_proto_rawDescGZIP (line 191) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 213) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 214) | func file_federation_federation_proto_init() { FILE: _examples/20_callopt/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/20_callopt/federation/federation_grpc_federation.pb.go type FederationService_Federation_GetPostResponseVariable (line 28) | type FederationService_Federation_GetPostResponseVariable struct type FederationService_Federation_GetPostResponseArgument (line 38) | type FederationService_Federation_GetPostResponseArgument struct type FederationServiceConfig (line 44) | type FederationServiceConfig struct type FederationServiceClientFactory (line 56) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 63) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 70) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 75) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 82) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 90) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Post_PostService_GetPost (line 93) | FederationService_DependentMethod_Post_PostService_GetPost = "/post.Post... type FederationService (line 97) | type FederationService struct method cleanup (line 163) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 170) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Federation_GetPostResponse (line 198) | func (s *FederationService) resolve_Federation_GetPostResponse(ctx con... method logvalue_Federation_GetPostResponse (line 664) | func (s *FederationService) logvalue_Federation_GetPostResponse(v *Get... method logvalue_Federation_GetPostResponseArgument (line 677) | func (s *FederationService) logvalue_Federation_GetPostResponseArgumen... method logvalue_Post_GetPostRequest (line 689) | func (s *FederationService) logvalue_Post_GetPostRequest(v *post.GetPo... function NewFederationService (line 112) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 159) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/20_callopt/main_test.go constant bufSize (line 29) | bufSize = 1024 type clientConfig (line 36) | type clientConfig struct method Post_PostServiceClient (line 38) | func (c *clientConfig) Post_PostServiceClient(cfg federation.Federatio... type PostServer (line 42) | type PostServer struct method GetPost (line 46) | func (s *PostServer) GetPost(ctx context.Context, req *post.GetPostReq... function dialer (line 67) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 71) | func TestFederation(t *testing.T) { FILE: _examples/20_callopt/post/post.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 23) | type GetPostRequest struct method Reset (line 31) | func (x *GetPostRequest) Reset() { method String (line 40) | func (x *GetPostRequest) String() string { method ProtoMessage (line 44) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 46) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 59) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 63) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 70) | type GetPostResponse struct method Reset (line 78) | func (x *GetPostResponse) Reset() { method String (line 87) | func (x *GetPostResponse) String() string { method ProtoMessage (line 91) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 93) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 106) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetPost (line 110) | func (x *GetPostResponse) GetPost() *Post { type Post (line 117) | type Post struct method Reset (line 126) | func (x *Post) Reset() { method String (line 135) | func (x *Post) String() string { method ProtoMessage (line 139) | func (*Post) ProtoMessage() {} method ProtoReflect (line 141) | func (x *Post) ProtoReflect() protoreflect.Message { method Descriptor (line 154) | func (*Post) Descriptor() ([]byte, []int) { method GetId (line 158) | func (x *Post) GetId() string { method GetContent (line 165) | func (x *Post) GetContent() string { function file_post_post_proto_rawDescGZIP (line 203) | func file_post_post_proto_rawDescGZIP() []byte { function init (line 227) | func init() { file_post_post_proto_init() } function file_post_post_proto_init (line 228) | func file_post_post_proto_init() { FILE: _examples/20_callopt/post/post_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant PostService_GetPost_FullMethodName (line 22) | PostService_GetPost_FullMethodName = "/post.PostService/GetPost" type PostServiceClient (line 28) | type PostServiceClient interface type postServiceClient (line 32) | type postServiceClient struct method GetPost (line 40) | func (c *postServiceClient) GetPost(ctx context.Context, in *GetPostRe... function NewPostServiceClient (line 36) | func NewPostServiceClient(cc grpc.ClientConnInterface) PostServiceClient { type PostServiceServer (line 52) | type PostServiceServer interface type UnimplementedPostServiceServer (line 58) | type UnimplementedPostServiceServer struct method GetPost (line 61) | func (UnimplementedPostServiceServer) GetPost(context.Context, *GetPos... method mustEmbedUnimplementedPostServiceServer (line 64) | func (UnimplementedPostServiceServer) mustEmbedUnimplementedPostServic... type UnsafePostServiceServer (line 69) | type UnsafePostServiceServer interface function RegisterPostServiceServer (line 73) | func RegisterPostServiceServer(s grpc.ServiceRegistrar, srv PostServiceS... function _PostService_GetPost_Handler (line 77) | func _PostService_GetPost_Handler(srv interface{}, ctx context.Context, ... FILE: _examples/21_wasm_net/cmd/plugin/main.go type plugin (line 12) | type plugin struct method Example_Net_HttpGet (line 14) | func (_ *plugin) Example_Net_HttpGet(ctx context.Context, url string) ... method Example_Net_GetFooEnv (line 27) | func (_ *plugin) Example_Net_GetFooEnv(_ context.Context) (string, err... method Example_Net_GetGOGCEnv (line 31) | func (_ *plugin) Example_Net_GetGOGCEnv(_ context.Context) (string, er... method Example_Net_GetFileContent (line 35) | func (_ *plugin) Example_Net_GetFileContent(_ context.Context, path st... function main (line 43) | func main() { FILE: _examples/21_wasm_net/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetRequest (line 24) | type GetRequest struct method Reset (line 33) | func (x *GetRequest) Reset() { method String (line 42) | func (x *GetRequest) String() string { method ProtoMessage (line 46) | func (*GetRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetRequest) Descriptor() ([]byte, []int) { method GetUrl (line 65) | func (x *GetRequest) GetUrl() string { method GetPath (line 72) | func (x *GetRequest) GetPath() string { type GetResponse (line 79) | type GetResponse struct method Reset (line 90) | func (x *GetResponse) Reset() { method String (line 99) | func (x *GetResponse) String() string { method ProtoMessage (line 103) | func (*GetResponse) ProtoMessage() {} method ProtoReflect (line 105) | func (x *GetResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 118) | func (*GetResponse) Descriptor() ([]byte, []int) { method GetBody (line 122) | func (x *GetResponse) GetBody() string { method GetFoo (line 129) | func (x *GetResponse) GetFoo() string { method GetFile (line 136) | func (x *GetResponse) GetFile() string { method GetGogc (line 143) | func (x *GetResponse) GetGogc() string { function file_federation_federation_proto_rawDescGZIP (line 205) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 227) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 228) | func file_federation_federation_proto_init() { FILE: _examples/21_wasm_net/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_Get_FullMethodName (line 22) | FederationService_Get_FullMethodName = "/org.federation.FederationServic... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method Get (line 40) | func (c *federationServiceClient) Get(ctx context.Context, in *GetRequ... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method Get (line 61) | func (UnimplementedFederationServiceServer) Get(context.Context, *GetR... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_Get_Handler (line 77) | func _FederationService_Get_Handler(srv interface{}, ctx context.Context... FILE: _examples/21_wasm_net/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetResponseVariable (line 26) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 34) | type FederationService_Org_Federation_GetResponseArgument struct type FederationServiceConfig (line 41) | type FederationServiceConfig struct type FederationServiceClientFactory (line 54) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 59) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 66) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 70) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 77) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 86) | type FederationServiceUnimplementedResolver struct type FederationService (line 89) | type FederationService struct method cleanup (line 212) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 219) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 248) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method logvalue_Org_Federation_GetResponse (line 453) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 468) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... function NewFederationService (line 104) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 208) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/21_wasm_net/main_test.go constant bufSize (line 30) | bufSize = 1024 function dialer (line 38) | func dialer(ctx context.Context, address string) (net.Conn, error) { function toSha256 (line 42) | func toSha256(v []byte) string { function TestFederation (line 47) | func TestFederation(t *testing.T) { FILE: _examples/21_wasm_net/plugin/plugin.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) function init (line 59) | func init() { file_plugin_plugin_proto_init() } function file_plugin_plugin_proto_init (line 60) | func file_plugin_plugin_proto_init() { FILE: _examples/21_wasm_net/plugin/plugin_grpc_federation.pb.go type NetPlugin (line 23) | type NetPlugin interface function init (line 30) | func init() { function RegisterNetPlugin (line 34) | func RegisterNetPlugin(plug NetPlugin) { FILE: _examples/22_switch/federation/federation.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPostRequest (line 24) | type GetPostRequest struct method Reset (line 32) | func (x *GetPostRequest) Reset() { method String (line 41) | func (x *GetPostRequest) String() string { method ProtoMessage (line 45) | func (*GetPostRequest) ProtoMessage() {} method ProtoReflect (line 47) | func (x *GetPostRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 60) | func (*GetPostRequest) Descriptor() ([]byte, []int) { method GetId (line 64) | func (x *GetPostRequest) GetId() string { type GetPostResponse (line 71) | type GetPostResponse struct method Reset (line 80) | func (x *GetPostResponse) Reset() { method String (line 89) | func (x *GetPostResponse) String() string { method ProtoMessage (line 93) | func (*GetPostResponse) ProtoMessage() {} method ProtoReflect (line 95) | func (x *GetPostResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 108) | func (*GetPostResponse) Descriptor() ([]byte, []int) { method GetSvar (line 112) | func (x *GetPostResponse) GetSvar() int64 { method GetSwitch (line 119) | func (x *GetPostResponse) GetSwitch() int64 { function file_federation_federation_proto_rawDescGZIP (line 178) | func file_federation_federation_proto_rawDescGZIP() []byte { function init (line 200) | func init() { file_federation_federation_proto_init() } function file_federation_federation_proto_init (line 201) | func file_federation_federation_proto_init() { FILE: _examples/22_switch/federation/federation_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion7 constant FederationService_GetPost_FullMethodName (line 22) | FederationService_GetPost_FullMethodName = "/org.federation.FederationSe... type FederationServiceClient (line 28) | type FederationServiceClient interface type federationServiceClient (line 32) | type federationServiceClient struct method GetPost (line 40) | func (c *federationServiceClient) GetPost(ctx context.Context, in *Get... function NewFederationServiceClient (line 36) | func NewFederationServiceClient(cc grpc.ClientConnInterface) FederationS... type FederationServiceServer (line 52) | type FederationServiceServer interface type UnimplementedFederationServiceServer (line 58) | type UnimplementedFederationServiceServer struct method GetPost (line 61) | func (UnimplementedFederationServiceServer) GetPost(context.Context, *... method mustEmbedUnimplementedFederationServiceServer (line 64) | func (UnimplementedFederationServiceServer) mustEmbedUnimplementedFede... type UnsafeFederationServiceServer (line 69) | type UnsafeFederationServiceServer interface function RegisterFederationServiceServer (line 73) | func RegisterFederationServiceServer(s grpc.ServiceRegistrar, srv Federa... function _FederationService_GetPost_Handler (line 77) | func _FederationService_GetPost_Handler(srv interface{}, ctx context.Con... FILE: _examples/22_switch/federation/federation_grpc_federation.pb.go type FederationService_Org_Federation_GetPostResponseVariable (line 26) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationServiceConfig (line 39) | type FederationServiceConfig struct type FederationServiceClientFactory (line 48) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 53) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 60) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 64) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 71) | type FederationServiceCELPluginConfig struct type FederationServiceEnv (line 76) | type FederationServiceEnv struct type keyFederationServiceEnv (line 80) | type keyFederationServiceEnv struct function GetFederationServiceEnv (line 83) | func GetFederationServiceEnv(ctx context.Context) *FederationServiceEnv { function withFederationServiceEnv (line 91) | func withFederationServiceEnv(ctx context.Context, env *FederationServic... type FederationServiceVariable (line 96) | type FederationServiceVariable struct type keyFederationServiceVariable (line 100) | type keyFederationServiceVariable struct function GetFederationServiceVariable (line 103) | func GetFederationServiceVariable(ctx context.Context) *FederationServic... function withFederationServiceVariable (line 111) | func withFederationServiceVariable(ctx context.Context, svcVar *Federati... type FederationServiceUnimplementedResolver (line 119) | type FederationServiceUnimplementedResolver struct type FederationService (line 122) | type FederationService struct method cleanup (line 195) | func (s *FederationService) cleanup(ctx context.Context) { method initServiceVariables (line 200) | func (s *FederationService) initServiceVariables(ctx context.Context) ... method GetPost (line 259) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 289) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method logvalue_Org_Federation_GetPostResponse (line 460) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 473) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... function NewFederationService (line 139) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 191) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: _examples/22_switch/grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4740) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4920) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4921) | func file_grpc_federation_federation_proto_init() { FILE: _examples/22_switch/main_test.go constant bufSize (line 27) | bufSize = 1024 type clientConfig (line 33) | type clientConfig struct function dialer (line 35) | func dialer(ctx context.Context, address string) (net.Conn, error) { function TestFederation (line 39) | func TestFederation(t *testing.T) { FILE: cmd/grpc-federation-generator/main.go type option (line 13) | type option struct constant exitOK (line 19) | exitOK = 0 constant exitERR (line 20) | exitERR = 1 function main (line 23) | func main() { function _main (line 36) | func _main(ctx context.Context, args []string, opt *option) error { function parseOpt (line 65) | func parseOpt() ([]string, *option, error) { FILE: cmd/grpc-federation-language-server/main.go type option (line 14) | type option struct function main (line 19) | func main() { function parseOpt (line 25) | func parseOpt() ([]string, *option, error) { function run (line 35) | func run(ctx context.Context) error { FILE: cmd/grpc-federation-linter/main.go type option (line 15) | type option struct constant exitOK (line 20) | exitOK = 0 constant exitERR (line 21) | exitERR = 1 function main (line 24) | func main() { function parseOpt (line 62) | func parseOpt() ([]string, *option, error) { FILE: cmd/grpc-federation-mcp-server/main.go function main (line 21) | func main() { FILE: cmd/grpcfedctl/main.go type option (line 9) | type option struct constant exitOK (line 15) | exitOK = 0 constant exitERR (line 16) | exitERR = 1 function main (line 21) | func main() { FILE: cmd/grpcfedctl/plugin.go type PluginCommand (line 13) | type PluginCommand struct type PluginCacheCommand (line 17) | type PluginCacheCommand struct type PluginCacheCreateCommand (line 21) | type PluginCacheCreateCommand struct method Execute (line 26) | func (c *PluginCacheCreateCommand) Execute(args []string) error { FILE: cmd/grpcfedctl/version.go type VersionCommand (line 10) | type VersionCommand struct method Execute (line 13) | func (c *VersionCommand) Execute(_ []string) error { FILE: cmd/protoc-gen-grpc-federation/main.go type option (line 18) | type option struct constant exitOK (line 23) | exitOK = 0 constant exitERR (line 24) | exitERR = 1 function main (line 27) | func main() { function _main (line 42) | func _main() error { function parseRequest (line 60) | func parseRequest(r io.Reader) (*pluginpb.CodeGeneratorRequest, error) { function outputResponse (line 73) | func outputResponse(resp *pluginpb.CodeGeneratorResponse) error { function parseOpt (line 84) | func parseOpt() ([]string, *option, error) { FILE: compiler/compiler.go type Compiler (line 28) | type Compiler struct method Compile (line 149) | func (c *Compiler) Compile(ctx context.Context, file *source.File, opt... method getProtoFiles (line 205) | func (c *Compiler) getProtoFiles(linkedFiles []linker.File) []*descrip... method getFileDescriptors (line 222) | func (c *Compiler) getFileDescriptors(file protoreflect.FileDescriptor... type Option (line 35) | type Option function ImportPathOption (line 39) | func ImportPathOption(path ...string) Option { function ManualImportOption (line 48) | func ManualImportOption() Option { function ImportRuleOption (line 55) | func ImportRuleOption() Option { function New (line 62) | func New() *Compiler { type errorReporter (line 66) | type errorReporter struct method Error (line 70) | func (r *errorReporter) Error(err reporter.ErrorWithPos) error { method Warning (line 75) | func (r *errorReporter) Warning(_ reporter.ErrorWithPos) { type CompilerError (line 79) | type CompilerError struct method Error (line 84) | func (e *CompilerError) Error() string { constant grpcFederationFilePath (line 96) | grpcFederationFilePath = "grpc/federation/federation.proto" constant grpcFederationPrivateFilePath (line 97) | grpcFederationPrivateFilePath = "grpc/federation/private.proto" constant grpcFederationTimeFilePath (line 98) | grpcFederationTimeFilePath = "grpc/federation/time.proto" constant grpcFederationPluginFilePath (line 99) | grpcFederationPluginFilePath = "grpc/federation/plugin.proto" constant googleRPCCodeFilePath (line 100) | googleRPCCodeFilePath = "google/rpc/code.proto" constant googleRPCErrorDetailsFilePath (line 101) | googleRPCErrorDetailsFilePath = "google/rpc/error_details.proto" function RelativePathFromImportPaths (line 104) | func RelativePathFromImportPaths(protoPath string, importPaths []string)... type dependentProtoFileSet (line 143) | type dependentProtoFileSet struct FILE: compiler/compiler_test.go function TestCompiler (line 13) | func TestCompiler(t *testing.T) { FILE: demo/cmd/film/main.go function main (line 15) | func main() { function run (line 21) | func run() error { FILE: demo/cmd/person/main.go function main (line 15) | func main() { function run (line 21) | func run() error { FILE: demo/cmd/planet/main.go function main (line 15) | func main() { function run (line 21) | func run() error { FILE: demo/cmd/species/main.go function main (line 15) | func main() { function run (line 21) | func run() error { FILE: demo/cmd/starship/main.go function main (line 15) | func main() { function run (line 21) | func run() error { FILE: demo/cmd/swapi/main.go function main (line 31) | func main() { type client (line 37) | type client struct method Swapi_Film_FilmServiceClient (line 39) | func (c *client) Swapi_Film_FilmServiceClient(_ swapipb.SWAPIClientCon... method Swapi_Person_PersonServiceClient (line 52) | func (c *client) Swapi_Person_PersonServiceClient(_ swapipb.SWAPIClien... method Swapi_Planet_PlanetServiceClient (line 65) | func (c *client) Swapi_Planet_PlanetServiceClient(_ swapipb.SWAPIClien... method Swapi_Species_SpeciesServiceClient (line 78) | func (c *client) Swapi_Species_SpeciesServiceClient(_ swapipb.SWAPICli... method Swapi_Starship_StarshipServiceClient (line 91) | func (c *client) Swapi_Starship_StarshipServiceClient(_ swapipb.SWAPIC... method Swapi_Vehicle_VehicleServiceClient (line 104) | func (c *client) Swapi_Vehicle_VehicleServiceClient(_ swapipb.SWAPICli... function run (line 117) | func run(ctx context.Context) error { FILE: demo/cmd/vehicle/main.go function main (line 15) | func main() { function run (line 21) | func run() error { FILE: demo/services/film/film.go type FilmService (line 12) | type FilmService struct method GetFilm (line 25) | func (s *FilmService) GetFilm(ctx context.Context, req *filmpb.GetFilm... method ListFilms (line 35) | func (s *FilmService) ListFilms(ctx context.Context, req *filmpb.ListF... method getFilm (line 49) | func (s *FilmService) getFilm(ctx context.Context, id int64) (*filmpb.... method toFilm (line 65) | func (s *FilmService) toFilm(id int64, f *swapi.Film) (*filmpb.Film, e... function NewFilmService (line 18) | func NewFilmService() *FilmService { FILE: demo/services/film/film_test.go function TestFilmService (line 11) | func TestFilmService(t *testing.T) { FILE: demo/services/person/person.go type PersonService (line 12) | type PersonService struct method GetPerson (line 25) | func (s *PersonService) GetPerson(ctx context.Context, req *personpb.G... method ListPeople (line 35) | func (s *PersonService) ListPeople(ctx context.Context, req *personpb.... method getPerson (line 49) | func (s *PersonService) getPerson(ctx context.Context, id int64) (*per... method toPerson (line 65) | func (s *PersonService) toPerson(id int64, p *swapi.Person) (*personpb... function NewPersonService (line 18) | func NewPersonService() *PersonService { FILE: demo/services/person/person_test.go function TestPersonService (line 11) | func TestPersonService(t *testing.T) { FILE: demo/services/planet/planet.go type PlanetService (line 12) | type PlanetService struct method GetPlanet (line 25) | func (s *PlanetService) GetPlanet(ctx context.Context, req *planetpb.G... method ListPlanets (line 35) | func (s *PlanetService) ListPlanets(ctx context.Context, req *planetpb... method getPlanet (line 49) | func (s *PlanetService) getPlanet(ctx context.Context, id int64) (*pla... method toPlanet (line 65) | func (s *PlanetService) toPlanet(id int64, p *swapi.Planet) (*planetpb... function NewPlanetService (line 18) | func NewPlanetService() *PlanetService { FILE: demo/services/planet/planet_test.go function TestPlanetService (line 11) | func TestPlanetService(t *testing.T) { FILE: demo/services/species/species.go type SpeciesService (line 12) | type SpeciesService struct method GetSpecies (line 25) | func (s *SpeciesService) GetSpecies(ctx context.Context, req *speciesp... method ListSpecies (line 35) | func (s *SpeciesService) ListSpecies(ctx context.Context, req *species... method getSpecies (line 49) | func (s *SpeciesService) getSpecies(ctx context.Context, id int64) (*s... method toSpecies (line 65) | func (s *SpeciesService) toSpecies(id int64, sp *swapi.Species) (*spec... function NewSpeciesService (line 18) | func NewSpeciesService() *SpeciesService { FILE: demo/services/species/species_test.go function TestSpeciesService (line 11) | func TestSpeciesService(t *testing.T) { FILE: demo/services/starship/starship.go type StarshipService (line 12) | type StarshipService struct method GetStarship (line 25) | func (s *StarshipService) GetStarship(ctx context.Context, req *starsh... method ListStarships (line 35) | func (s *StarshipService) ListStarships(ctx context.Context, req *star... method getStarship (line 49) | func (s *StarshipService) getStarship(ctx context.Context, id int64) (... method toStarship (line 65) | func (s *StarshipService) toStarship(id int64, st *swapi.Starship) (*s... function NewStarshipService (line 18) | func NewStarshipService() *StarshipService { FILE: demo/services/starship/starship_test.go function TestStarshipService (line 11) | func TestStarshipService(t *testing.T) { FILE: demo/services/vehicle/vehicle.go type VehicleService (line 12) | type VehicleService struct method GetVehicle (line 25) | func (s *VehicleService) GetVehicle(ctx context.Context, req *vehiclep... method ListVehicles (line 35) | func (s *VehicleService) ListVehicles(ctx context.Context, req *vehicl... method getVehicle (line 49) | func (s *VehicleService) getVehicle(ctx context.Context, id int64) (*v... method toVehicle (line 65) | func (s *VehicleService) toVehicle(id int64, v *swapi.Vehicle) (*vehic... function NewVehicleService (line 18) | func NewVehicleService() *VehicleService { FILE: demo/services/vehicle/vehicle_test.go function TestVehicleService (line 11) | func TestVehicleService(t *testing.T) { FILE: demo/swapi/film/film.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetFilmRequest (line 25) | type GetFilmRequest struct method Reset (line 34) | func (x *GetFilmRequest) Reset() { method String (line 43) | func (x *GetFilmRequest) String() string { method ProtoMessage (line 47) | func (*GetFilmRequest) ProtoMessage() {} method ProtoReflect (line 49) | func (x *GetFilmRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 62) | func (*GetFilmRequest) Descriptor() ([]byte, []int) { method GetId (line 66) | func (x *GetFilmRequest) GetId() int64 { type GetFilmReply (line 74) | type GetFilmReply struct method Reset (line 82) | func (x *GetFilmReply) Reset() { method String (line 91) | func (x *GetFilmReply) String() string { method ProtoMessage (line 95) | func (*GetFilmReply) ProtoMessage() {} method ProtoReflect (line 97) | func (x *GetFilmReply) ProtoReflect() protoreflect.Message { method Descriptor (line 110) | func (*GetFilmReply) Descriptor() ([]byte, []int) { method GetFilm (line 114) | func (x *GetFilmReply) GetFilm() *Film { type ListFilmsRequest (line 122) | type ListFilmsRequest struct method Reset (line 130) | func (x *ListFilmsRequest) Reset() { method String (line 139) | func (x *ListFilmsRequest) String() string { method ProtoMessage (line 143) | func (*ListFilmsRequest) ProtoMessage() {} method ProtoReflect (line 145) | func (x *ListFilmsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 158) | func (*ListFilmsRequest) Descriptor() ([]byte, []int) { method GetIds (line 162) | func (x *ListFilmsRequest) GetIds() []int64 { type ListFilmsReply (line 170) | type ListFilmsReply struct method Reset (line 178) | func (x *ListFilmsReply) Reset() { method String (line 187) | func (x *ListFilmsReply) String() string { method ProtoMessage (line 191) | func (*ListFilmsReply) ProtoMessage() {} method ProtoReflect (line 193) | func (x *ListFilmsReply) ProtoReflect() protoreflect.Message { method Descriptor (line 206) | func (*ListFilmsReply) Descriptor() ([]byte, []int) { method GetFilms (line 210) | func (x *ListFilmsReply) GetFilms() []*Film { type Film (line 218) | type Film struct method Reset (line 255) | func (x *Film) Reset() { method String (line 264) | func (x *Film) String() string { method ProtoMessage (line 268) | func (*Film) ProtoMessage() {} method ProtoReflect (line 270) | func (x *Film) ProtoReflect() protoreflect.Message { method Descriptor (line 283) | func (*Film) Descriptor() ([]byte, []int) { method GetId (line 287) | func (x *Film) GetId() int64 { method GetTitle (line 294) | func (x *Film) GetTitle() string { method GetEpisodeId (line 301) | func (x *Film) GetEpisodeId() int32 { method GetOpeningCrawl (line 308) | func (x *Film) GetOpeningCrawl() string { method GetDirector (line 315) | func (x *Film) GetDirector() string { method GetProducer (line 322) | func (x *Film) GetProducer() string { method GetReleaseDate (line 329) | func (x *Film) GetReleaseDate() *date.Date { method GetUrl (line 336) | func (x *Film) GetUrl() string { method GetCreated (line 343) | func (x *Film) GetCreated() string { method GetEdited (line 350) | func (x *Film) GetEdited() string { method GetSpeciesIds (line 357) | func (x *Film) GetSpeciesIds() []int64 { method GetStarshipIds (line 364) | func (x *Film) GetStarshipIds() []int64 { method GetVehicleIds (line 371) | func (x *Film) GetVehicleIds() []int64 { method GetCharacterIds (line 378) | func (x *Film) GetCharacterIds() []int64 { method GetPlanetIds (line 385) | func (x *Film) GetPlanetIds() []int64 { function file_film_film_proto_rawDescGZIP (line 467) | func file_film_film_proto_rawDescGZIP() []byte { function init (line 498) | func init() { file_film_film_proto_init() } function file_film_film_proto_init (line 499) | func file_film_film_proto_init() { FILE: demo/swapi/film/film_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant FilmService_GetFilm_FullMethodName (line 22) | FilmService_GetFilm_FullMethodName = "/swapi.film.FilmService/GetFilm" constant FilmService_ListFilms_FullMethodName (line 23) | FilmService_ListFilms_FullMethodName = "/swapi.film.FilmService/ListFilms" type FilmServiceClient (line 29) | type FilmServiceClient interface type filmServiceClient (line 34) | type filmServiceClient struct method GetFilm (line 42) | func (c *filmServiceClient) GetFilm(ctx context.Context, in *GetFilmRe... method ListFilms (line 52) | func (c *filmServiceClient) ListFilms(ctx context.Context, in *ListFil... function NewFilmServiceClient (line 38) | func NewFilmServiceClient(cc grpc.ClientConnInterface) FilmServiceClient { type FilmServiceServer (line 65) | type FilmServiceServer interface type UnimplementedFilmServiceServer (line 72) | type UnimplementedFilmServiceServer struct method GetFilm (line 75) | func (UnimplementedFilmServiceServer) GetFilm(context.Context, *GetFil... method ListFilms (line 78) | func (UnimplementedFilmServiceServer) ListFilms(context.Context, *List... method mustEmbedUnimplementedFilmServiceServer (line 81) | func (UnimplementedFilmServiceServer) mustEmbedUnimplementedFilmServic... type UnsafeFilmServiceServer (line 86) | type UnsafeFilmServiceServer interface function RegisterFilmServiceServer (line 90) | func RegisterFilmServiceServer(s grpc.ServiceRegistrar, srv FilmServiceS... function _FilmService_GetFilm_Handler (line 94) | func _FilmService_GetFilm_Handler(srv interface{}, ctx context.Context, ... function _FilmService_ListFilms_Handler (line 112) | func _FilmService_ListFilms_Handler(srv interface{}, ctx context.Context... FILE: demo/swapi/person/person.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPersonRequest (line 24) | type GetPersonRequest struct method Reset (line 33) | func (x *GetPersonRequest) Reset() { method String (line 42) | func (x *GetPersonRequest) String() string { method ProtoMessage (line 46) | func (*GetPersonRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetPersonRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetPersonRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetPersonRequest) GetId() int64 { type GetPersonReply (line 73) | type GetPersonReply struct method Reset (line 81) | func (x *GetPersonReply) Reset() { method String (line 90) | func (x *GetPersonReply) String() string { method ProtoMessage (line 94) | func (*GetPersonReply) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetPersonReply) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetPersonReply) Descriptor() ([]byte, []int) { method GetPerson (line 113) | func (x *GetPersonReply) GetPerson() *Person { type ListPeopleRequest (line 121) | type ListPeopleRequest struct method Reset (line 129) | func (x *ListPeopleRequest) Reset() { method String (line 138) | func (x *ListPeopleRequest) String() string { method ProtoMessage (line 142) | func (*ListPeopleRequest) ProtoMessage() {} method ProtoReflect (line 144) | func (x *ListPeopleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*ListPeopleRequest) Descriptor() ([]byte, []int) { method GetIds (line 161) | func (x *ListPeopleRequest) GetIds() []int64 { type ListPeopleReply (line 169) | type ListPeopleReply struct method Reset (line 177) | func (x *ListPeopleReply) Reset() { method String (line 186) | func (x *ListPeopleReply) String() string { method ProtoMessage (line 190) | func (*ListPeopleReply) ProtoMessage() {} method ProtoReflect (line 192) | func (x *ListPeopleReply) ProtoReflect() protoreflect.Message { method Descriptor (line 205) | func (*ListPeopleReply) Descriptor() ([]byte, []int) { method GetPeople (line 209) | func (x *ListPeopleReply) GetPeople() []*Person { type Person (line 217) | type Person struct method Reset (line 264) | func (x *Person) Reset() { method String (line 273) | func (x *Person) String() string { method ProtoMessage (line 277) | func (*Person) ProtoMessage() {} method ProtoReflect (line 279) | func (x *Person) ProtoReflect() protoreflect.Message { method Descriptor (line 292) | func (*Person) Descriptor() ([]byte, []int) { method GetId (line 296) | func (x *Person) GetId() int64 { method GetName (line 303) | func (x *Person) GetName() string { method GetBirthYear (line 310) | func (x *Person) GetBirthYear() string { method GetEyeColor (line 317) | func (x *Person) GetEyeColor() string { method GetGender (line 324) | func (x *Person) GetGender() string { method GetHairColor (line 331) | func (x *Person) GetHairColor() string { method GetHeight (line 338) | func (x *Person) GetHeight() string { method GetMass (line 345) | func (x *Person) GetMass() string { method GetSkinColor (line 352) | func (x *Person) GetSkinColor() string { method GetHomeworld (line 359) | func (x *Person) GetHomeworld() string { method GetUrl (line 366) | func (x *Person) GetUrl() string { method GetCreated (line 373) | func (x *Person) GetCreated() string { method GetEdited (line 380) | func (x *Person) GetEdited() string { method GetFilmIds (line 387) | func (x *Person) GetFilmIds() []int64 { method GetSpeciesIds (line 394) | func (x *Person) GetSpeciesIds() []int64 { method GetStarshipIds (line 401) | func (x *Person) GetStarshipIds() []int64 { method GetVehicleIds (line 408) | func (x *Person) GetVehicleIds() []int64 { function file_person_person_proto_rawDescGZIP (line 492) | func file_person_person_proto_rawDescGZIP() []byte { function init (line 521) | func init() { file_person_person_proto_init() } function file_person_person_proto_init (line 522) | func file_person_person_proto_init() { FILE: demo/swapi/person/person_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant PersonService_GetPerson_FullMethodName (line 22) | PersonService_GetPerson_FullMethodName = "/swapi.person.PersonService/G... constant PersonService_ListPeople_FullMethodName (line 23) | PersonService_ListPeople_FullMethodName = "/swapi.person.PersonService/L... type PersonServiceClient (line 29) | type PersonServiceClient interface type personServiceClient (line 34) | type personServiceClient struct method GetPerson (line 42) | func (c *personServiceClient) GetPerson(ctx context.Context, in *GetPe... method ListPeople (line 52) | func (c *personServiceClient) ListPeople(ctx context.Context, in *List... function NewPersonServiceClient (line 38) | func NewPersonServiceClient(cc grpc.ClientConnInterface) PersonServiceCl... type PersonServiceServer (line 65) | type PersonServiceServer interface type UnimplementedPersonServiceServer (line 72) | type UnimplementedPersonServiceServer struct method GetPerson (line 75) | func (UnimplementedPersonServiceServer) GetPerson(context.Context, *Ge... method ListPeople (line 78) | func (UnimplementedPersonServiceServer) ListPeople(context.Context, *L... method mustEmbedUnimplementedPersonServiceServer (line 81) | func (UnimplementedPersonServiceServer) mustEmbedUnimplementedPersonSe... type UnsafePersonServiceServer (line 86) | type UnsafePersonServiceServer interface function RegisterPersonServiceServer (line 90) | func RegisterPersonServiceServer(s grpc.ServiceRegistrar, srv PersonServ... function _PersonService_GetPerson_Handler (line 94) | func _PersonService_GetPerson_Handler(srv interface{}, ctx context.Conte... function _PersonService_ListPeople_Handler (line 112) | func _PersonService_ListPeople_Handler(srv interface{}, ctx context.Cont... FILE: demo/swapi/planet/planet.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPlanetRequest (line 24) | type GetPlanetRequest struct method Reset (line 33) | func (x *GetPlanetRequest) Reset() { method String (line 42) | func (x *GetPlanetRequest) String() string { method ProtoMessage (line 46) | func (*GetPlanetRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetPlanetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetPlanetRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetPlanetRequest) GetId() int64 { type GetPlanetReply (line 73) | type GetPlanetReply struct method Reset (line 81) | func (x *GetPlanetReply) Reset() { method String (line 90) | func (x *GetPlanetReply) String() string { method ProtoMessage (line 94) | func (*GetPlanetReply) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetPlanetReply) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetPlanetReply) Descriptor() ([]byte, []int) { method GetPlanet (line 113) | func (x *GetPlanetReply) GetPlanet() *Planet { type ListPlanetsRequest (line 121) | type ListPlanetsRequest struct method Reset (line 129) | func (x *ListPlanetsRequest) Reset() { method String (line 138) | func (x *ListPlanetsRequest) String() string { method ProtoMessage (line 142) | func (*ListPlanetsRequest) ProtoMessage() {} method ProtoReflect (line 144) | func (x *ListPlanetsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*ListPlanetsRequest) Descriptor() ([]byte, []int) { method GetIds (line 161) | func (x *ListPlanetsRequest) GetIds() []int64 { type ListPlanetsReply (line 169) | type ListPlanetsReply struct method Reset (line 177) | func (x *ListPlanetsReply) Reset() { method String (line 186) | func (x *ListPlanetsReply) String() string { method ProtoMessage (line 190) | func (*ListPlanetsReply) ProtoMessage() {} method ProtoReflect (line 192) | func (x *ListPlanetsReply) ProtoReflect() protoreflect.Message { method Descriptor (line 205) | func (*ListPlanetsReply) Descriptor() ([]byte, []int) { method GetPlanets (line 209) | func (x *ListPlanetsReply) GetPlanets() []*Planet { type Planet (line 217) | type Planet struct method Reset (line 255) | func (x *Planet) Reset() { method String (line 264) | func (x *Planet) String() string { method ProtoMessage (line 268) | func (*Planet) ProtoMessage() {} method ProtoReflect (line 270) | func (x *Planet) ProtoReflect() protoreflect.Message { method Descriptor (line 283) | func (*Planet) Descriptor() ([]byte, []int) { method GetId (line 287) | func (x *Planet) GetId() int64 { method GetName (line 294) | func (x *Planet) GetName() string { method GetDiameter (line 301) | func (x *Planet) GetDiameter() string { method GetRotationPeriod (line 308) | func (x *Planet) GetRotationPeriod() string { method GetOrbitalPeriod (line 315) | func (x *Planet) GetOrbitalPeriod() string { method GetGravity (line 322) | func (x *Planet) GetGravity() string { method GetPopulation (line 329) | func (x *Planet) GetPopulation() string { method GetClimate (line 336) | func (x *Planet) GetClimate() string { method GetTerrain (line 343) | func (x *Planet) GetTerrain() string { method GetSurfaceWater (line 350) | func (x *Planet) GetSurfaceWater() string { method GetUrl (line 357) | func (x *Planet) GetUrl() string { method GetCreated (line 364) | func (x *Planet) GetCreated() string { method GetEdited (line 371) | func (x *Planet) GetEdited() string { method GetResidentIds (line 378) | func (x *Planet) GetResidentIds() []int64 { method GetFilmIds (line 385) | func (x *Planet) GetFilmIds() []int64 { function file_planet_planet_proto_rawDescGZIP (line 467) | func file_planet_planet_proto_rawDescGZIP() []byte { function init (line 496) | func init() { file_planet_planet_proto_init() } function file_planet_planet_proto_init (line 497) | func file_planet_planet_proto_init() { FILE: demo/swapi/planet/planet_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant PlanetService_GetPlanet_FullMethodName (line 22) | PlanetService_GetPlanet_FullMethodName = "/swapi.planet.PlanetService/... constant PlanetService_ListPlanets_FullMethodName (line 23) | PlanetService_ListPlanets_FullMethodName = "/swapi.planet.PlanetService/... type PlanetServiceClient (line 29) | type PlanetServiceClient interface type planetServiceClient (line 34) | type planetServiceClient struct method GetPlanet (line 42) | func (c *planetServiceClient) GetPlanet(ctx context.Context, in *GetPl... method ListPlanets (line 52) | func (c *planetServiceClient) ListPlanets(ctx context.Context, in *Lis... function NewPlanetServiceClient (line 38) | func NewPlanetServiceClient(cc grpc.ClientConnInterface) PlanetServiceCl... type PlanetServiceServer (line 65) | type PlanetServiceServer interface type UnimplementedPlanetServiceServer (line 72) | type UnimplementedPlanetServiceServer struct method GetPlanet (line 75) | func (UnimplementedPlanetServiceServer) GetPlanet(context.Context, *Ge... method ListPlanets (line 78) | func (UnimplementedPlanetServiceServer) ListPlanets(context.Context, *... method mustEmbedUnimplementedPlanetServiceServer (line 81) | func (UnimplementedPlanetServiceServer) mustEmbedUnimplementedPlanetSe... type UnsafePlanetServiceServer (line 86) | type UnsafePlanetServiceServer interface function RegisterPlanetServiceServer (line 90) | func RegisterPlanetServiceServer(s grpc.ServiceRegistrar, srv PlanetServ... function _PlanetService_GetPlanet_Handler (line 94) | func _PlanetService_GetPlanet_Handler(srv interface{}, ctx context.Conte... function _PlanetService_ListPlanets_Handler (line 112) | func _PlanetService_ListPlanets_Handler(srv interface{}, ctx context.Con... FILE: demo/swapi/species/species.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetSpeciesRequest (line 24) | type GetSpeciesRequest struct method Reset (line 33) | func (x *GetSpeciesRequest) Reset() { method String (line 42) | func (x *GetSpeciesRequest) String() string { method ProtoMessage (line 46) | func (*GetSpeciesRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetSpeciesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetSpeciesRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetSpeciesRequest) GetId() int64 { type GetSpeciesReply (line 73) | type GetSpeciesReply struct method Reset (line 81) | func (x *GetSpeciesReply) Reset() { method String (line 90) | func (x *GetSpeciesReply) String() string { method ProtoMessage (line 94) | func (*GetSpeciesReply) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetSpeciesReply) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetSpeciesReply) Descriptor() ([]byte, []int) { method GetSpecies (line 113) | func (x *GetSpeciesReply) GetSpecies() *Species { type ListSpeciesRequest (line 121) | type ListSpeciesRequest struct method Reset (line 129) | func (x *ListSpeciesRequest) Reset() { method String (line 138) | func (x *ListSpeciesRequest) String() string { method ProtoMessage (line 142) | func (*ListSpeciesRequest) ProtoMessage() {} method ProtoReflect (line 144) | func (x *ListSpeciesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*ListSpeciesRequest) Descriptor() ([]byte, []int) { method GetIds (line 161) | func (x *ListSpeciesRequest) GetIds() []int64 { type ListSpeciesReply (line 169) | type ListSpeciesReply struct method Reset (line 177) | func (x *ListSpeciesReply) Reset() { method String (line 186) | func (x *ListSpeciesReply) String() string { method ProtoMessage (line 190) | func (*ListSpeciesReply) ProtoMessage() {} method ProtoReflect (line 192) | func (x *ListSpeciesReply) ProtoReflect() protoreflect.Message { method Descriptor (line 205) | func (*ListSpeciesReply) Descriptor() ([]byte, []int) { method GetSpecies (line 209) | func (x *ListSpeciesReply) GetSpecies() []*Species { type Species (line 217) | type Species struct method Reset (line 259) | func (x *Species) Reset() { method String (line 268) | func (x *Species) String() string { method ProtoMessage (line 272) | func (*Species) ProtoMessage() {} method ProtoReflect (line 274) | func (x *Species) ProtoReflect() protoreflect.Message { method Descriptor (line 287) | func (*Species) Descriptor() ([]byte, []int) { method GetId (line 291) | func (x *Species) GetId() int64 { method GetName (line 298) | func (x *Species) GetName() string { method GetClassification (line 305) | func (x *Species) GetClassification() string { method GetDesignation (line 312) | func (x *Species) GetDesignation() string { method GetAverageHeight (line 319) | func (x *Species) GetAverageHeight() string { method GetAverageLifespan (line 326) | func (x *Species) GetAverageLifespan() string { method GetEyeColors (line 333) | func (x *Species) GetEyeColors() string { method GetHairColors (line 340) | func (x *Species) GetHairColors() string { method GetSkinColors (line 347) | func (x *Species) GetSkinColors() string { method GetLanguage (line 354) | func (x *Species) GetLanguage() string { method GetHomeworld (line 361) | func (x *Species) GetHomeworld() string { method GetUrl (line 368) | func (x *Species) GetUrl() string { method GetCreated (line 375) | func (x *Species) GetCreated() string { method GetEdited (line 382) | func (x *Species) GetEdited() string { method GetPersonIds (line 389) | func (x *Species) GetPersonIds() []int64 { method GetFilmIds (line 396) | func (x *Species) GetFilmIds() []int64 { function file_species_species_proto_rawDescGZIP (line 483) | func file_species_species_proto_rawDescGZIP() []byte { function init (line 512) | func init() { file_species_species_proto_init() } function file_species_species_proto_init (line 513) | func file_species_species_proto_init() { FILE: demo/swapi/species/species_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant SpeciesService_GetSpecies_FullMethodName (line 22) | SpeciesService_GetSpecies_FullMethodName = "/swapi.species.SpeciesServi... constant SpeciesService_ListSpecies_FullMethodName (line 23) | SpeciesService_ListSpecies_FullMethodName = "/swapi.species.SpeciesServi... type SpeciesServiceClient (line 29) | type SpeciesServiceClient interface type speciesServiceClient (line 34) | type speciesServiceClient struct method GetSpecies (line 42) | func (c *speciesServiceClient) GetSpecies(ctx context.Context, in *Get... method ListSpecies (line 52) | func (c *speciesServiceClient) ListSpecies(ctx context.Context, in *Li... function NewSpeciesServiceClient (line 38) | func NewSpeciesServiceClient(cc grpc.ClientConnInterface) SpeciesService... type SpeciesServiceServer (line 65) | type SpeciesServiceServer interface type UnimplementedSpeciesServiceServer (line 72) | type UnimplementedSpeciesServiceServer struct method GetSpecies (line 75) | func (UnimplementedSpeciesServiceServer) GetSpecies(context.Context, *... method ListSpecies (line 78) | func (UnimplementedSpeciesServiceServer) ListSpecies(context.Context, ... method mustEmbedUnimplementedSpeciesServiceServer (line 81) | func (UnimplementedSpeciesServiceServer) mustEmbedUnimplementedSpecies... type UnsafeSpeciesServiceServer (line 86) | type UnsafeSpeciesServiceServer interface function RegisterSpeciesServiceServer (line 90) | func RegisterSpeciesServiceServer(s grpc.ServiceRegistrar, srv SpeciesSe... function _SpeciesService_GetSpecies_Handler (line 94) | func _SpeciesService_GetSpecies_Handler(srv interface{}, ctx context.Con... function _SpeciesService_ListSpecies_Handler (line 112) | func _SpeciesService_ListSpecies_Handler(srv interface{}, ctx context.Co... FILE: demo/swapi/starship/starship.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetStarshipRequest (line 24) | type GetStarshipRequest struct method Reset (line 33) | func (x *GetStarshipRequest) Reset() { method String (line 42) | func (x *GetStarshipRequest) String() string { method ProtoMessage (line 46) | func (*GetStarshipRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetStarshipRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetStarshipRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetStarshipRequest) GetId() int64 { type GetStarshipReply (line 73) | type GetStarshipReply struct method Reset (line 81) | func (x *GetStarshipReply) Reset() { method String (line 90) | func (x *GetStarshipReply) String() string { method ProtoMessage (line 94) | func (*GetStarshipReply) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetStarshipReply) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetStarshipReply) Descriptor() ([]byte, []int) { method GetStarship (line 113) | func (x *GetStarshipReply) GetStarship() *Starship { type ListStarshipsRequest (line 121) | type ListStarshipsRequest struct method Reset (line 129) | func (x *ListStarshipsRequest) Reset() { method String (line 138) | func (x *ListStarshipsRequest) String() string { method ProtoMessage (line 142) | func (*ListStarshipsRequest) ProtoMessage() {} method ProtoReflect (line 144) | func (x *ListStarshipsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*ListStarshipsRequest) Descriptor() ([]byte, []int) { method GetIds (line 161) | func (x *ListStarshipsRequest) GetIds() []int64 { type ListStarshipsReply (line 169) | type ListStarshipsReply struct method Reset (line 177) | func (x *ListStarshipsReply) Reset() { method String (line 186) | func (x *ListStarshipsReply) String() string { method ProtoMessage (line 190) | func (*ListStarshipsReply) ProtoMessage() {} method ProtoReflect (line 192) | func (x *ListStarshipsReply) ProtoReflect() protoreflect.Message { method Descriptor (line 205) | func (*ListStarshipsReply) Descriptor() ([]byte, []int) { method GetStarships (line 209) | func (x *ListStarshipsReply) GetStarships() []*Starship { type Starship (line 217) | type Starship struct method Reset (line 267) | func (x *Starship) Reset() { method String (line 276) | func (x *Starship) String() string { method ProtoMessage (line 280) | func (*Starship) ProtoMessage() {} method ProtoReflect (line 282) | func (x *Starship) ProtoReflect() protoreflect.Message { method Descriptor (line 295) | func (*Starship) Descriptor() ([]byte, []int) { method GetId (line 299) | func (x *Starship) GetId() int64 { method GetName (line 306) | func (x *Starship) GetName() string { method GetModel (line 313) | func (x *Starship) GetModel() string { method GetStarshipClass (line 320) | func (x *Starship) GetStarshipClass() string { method GetManufacturer (line 327) | func (x *Starship) GetManufacturer() string { method GetCostInCredits (line 334) | func (x *Starship) GetCostInCredits() string { method GetLength (line 341) | func (x *Starship) GetLength() string { method GetCrew (line 348) | func (x *Starship) GetCrew() string { method GetPassengers (line 355) | func (x *Starship) GetPassengers() string { method GetMaxAtmospheringSpeed (line 362) | func (x *Starship) GetMaxAtmospheringSpeed() string { method GetHyperdriveRating (line 369) | func (x *Starship) GetHyperdriveRating() string { method GetMglt (line 376) | func (x *Starship) GetMglt() string { method GetCargoCapacity (line 383) | func (x *Starship) GetCargoCapacity() string { method GetConsumables (line 390) | func (x *Starship) GetConsumables() string { method GetUrl (line 397) | func (x *Starship) GetUrl() string { method GetCreated (line 404) | func (x *Starship) GetCreated() string { method GetEdited (line 411) | func (x *Starship) GetEdited() string { method GetFilmIds (line 418) | func (x *Starship) GetFilmIds() []int64 { method GetPilotIds (line 425) | func (x *Starship) GetPilotIds() []int64 { function file_starship_starship_proto_rawDescGZIP (line 521) | func file_starship_starship_proto_rawDescGZIP() []byte { function init (line 550) | func init() { file_starship_starship_proto_init() } function file_starship_starship_proto_init (line 551) | func file_starship_starship_proto_init() { FILE: demo/swapi/starship/starship_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant StarshipService_GetStarship_FullMethodName (line 22) | StarshipService_GetStarship_FullMethodName = "/swapi.starship.Starship... constant StarshipService_ListStarships_FullMethodName (line 23) | StarshipService_ListStarships_FullMethodName = "/swapi.starship.Starship... type StarshipServiceClient (line 29) | type StarshipServiceClient interface type starshipServiceClient (line 34) | type starshipServiceClient struct method GetStarship (line 42) | func (c *starshipServiceClient) GetStarship(ctx context.Context, in *G... method ListStarships (line 52) | func (c *starshipServiceClient) ListStarships(ctx context.Context, in ... function NewStarshipServiceClient (line 38) | func NewStarshipServiceClient(cc grpc.ClientConnInterface) StarshipServi... type StarshipServiceServer (line 65) | type StarshipServiceServer interface type UnimplementedStarshipServiceServer (line 72) | type UnimplementedStarshipServiceServer struct method GetStarship (line 75) | func (UnimplementedStarshipServiceServer) GetStarship(context.Context,... method ListStarships (line 78) | func (UnimplementedStarshipServiceServer) ListStarships(context.Contex... method mustEmbedUnimplementedStarshipServiceServer (line 81) | func (UnimplementedStarshipServiceServer) mustEmbedUnimplementedStarsh... type UnsafeStarshipServiceServer (line 86) | type UnsafeStarshipServiceServer interface function RegisterStarshipServiceServer (line 90) | func RegisterStarshipServiceServer(s grpc.ServiceRegistrar, srv Starship... function _StarshipService_GetStarship_Handler (line 94) | func _StarshipService_GetStarship_Handler(srv interface{}, ctx context.C... function _StarshipService_ListStarships_Handler (line 112) | func _StarshipService_ListStarships_Handler(srv interface{}, ctx context... FILE: demo/swapi/swapi/swapi.pb.go constant _ (line 26) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 28) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetPersonRequest (line 32) | type GetPersonRequest struct method Reset (line 41) | func (x *GetPersonRequest) Reset() { method String (line 50) | func (x *GetPersonRequest) String() string { method ProtoMessage (line 54) | func (*GetPersonRequest) ProtoMessage() {} method ProtoReflect (line 56) | func (x *GetPersonRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 69) | func (*GetPersonRequest) Descriptor() ([]byte, []int) { method GetId (line 73) | func (x *GetPersonRequest) GetId() int64 { type GetPersonReply (line 81) | type GetPersonReply struct method Reset (line 97) | func (x *GetPersonReply) Reset() { method String (line 106) | func (x *GetPersonReply) String() string { method ProtoMessage (line 110) | func (*GetPersonReply) ProtoMessage() {} method ProtoReflect (line 112) | func (x *GetPersonReply) ProtoReflect() protoreflect.Message { method Descriptor (line 125) | func (*GetPersonReply) Descriptor() ([]byte, []int) { method GetPerson (line 129) | func (x *GetPersonReply) GetPerson() *Person { method GetFilms (line 136) | func (x *GetPersonReply) GetFilms() []*Film { method GetSpecies (line 143) | func (x *GetPersonReply) GetSpecies() []*Species { method GetStarships (line 150) | func (x *GetPersonReply) GetStarships() []*Starship { method GetVehicles (line 157) | func (x *GetPersonReply) GetVehicles() []*Vehicle { type ListPeopleRequest (line 165) | type ListPeopleRequest struct method Reset (line 173) | func (x *ListPeopleRequest) Reset() { method String (line 182) | func (x *ListPeopleRequest) String() string { method ProtoMessage (line 186) | func (*ListPeopleRequest) ProtoMessage() {} method ProtoReflect (line 188) | func (x *ListPeopleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 201) | func (*ListPeopleRequest) Descriptor() ([]byte, []int) { method GetIds (line 205) | func (x *ListPeopleRequest) GetIds() []int64 { type ListPeopleReply (line 213) | type ListPeopleReply struct method Reset (line 221) | func (x *ListPeopleReply) Reset() { method String (line 230) | func (x *ListPeopleReply) String() string { method ProtoMessage (line 234) | func (*ListPeopleReply) ProtoMessage() {} method ProtoReflect (line 236) | func (x *ListPeopleReply) ProtoReflect() protoreflect.Message { method Descriptor (line 249) | func (*ListPeopleReply) Descriptor() ([]byte, []int) { method GetPeople (line 253) | func (x *ListPeopleReply) GetPeople() []*Person { type GetFilmRequest (line 261) | type GetFilmRequest struct method Reset (line 270) | func (x *GetFilmRequest) Reset() { method String (line 279) | func (x *GetFilmRequest) String() string { method ProtoMessage (line 283) | func (*GetFilmRequest) ProtoMessage() {} method ProtoReflect (line 285) | func (x *GetFilmRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 298) | func (*GetFilmRequest) Descriptor() ([]byte, []int) { method GetId (line 302) | func (x *GetFilmRequest) GetId() int64 { type GetFilmReply (line 310) | type GetFilmReply struct method Reset (line 328) | func (x *GetFilmReply) Reset() { method String (line 337) | func (x *GetFilmReply) String() string { method ProtoMessage (line 341) | func (*GetFilmReply) ProtoMessage() {} method ProtoReflect (line 343) | func (x *GetFilmReply) ProtoReflect() protoreflect.Message { method Descriptor (line 356) | func (*GetFilmReply) Descriptor() ([]byte, []int) { method GetFilm (line 360) | func (x *GetFilmReply) GetFilm() *Film { method GetSpecies (line 367) | func (x *GetFilmReply) GetSpecies() []*Species { method GetStarships (line 374) | func (x *GetFilmReply) GetStarships() []*Starship { method GetVehicles (line 381) | func (x *GetFilmReply) GetVehicles() []*Vehicle { method GetCharacters (line 388) | func (x *GetFilmReply) GetCharacters() []*Person { method GetPlanets (line 395) | func (x *GetFilmReply) GetPlanets() []*Planet { type ListFilmsRequest (line 403) | type ListFilmsRequest struct method Reset (line 411) | func (x *ListFilmsRequest) Reset() { method String (line 420) | func (x *ListFilmsRequest) String() string { method ProtoMessage (line 424) | func (*ListFilmsRequest) ProtoMessage() {} method ProtoReflect (line 426) | func (x *ListFilmsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*ListFilmsRequest) Descriptor() ([]byte, []int) { method GetIds (line 443) | func (x *ListFilmsRequest) GetIds() []int64 { type ListFilmsReply (line 451) | type ListFilmsReply struct method Reset (line 459) | func (x *ListFilmsReply) Reset() { method String (line 468) | func (x *ListFilmsReply) String() string { method ProtoMessage (line 472) | func (*ListFilmsReply) ProtoMessage() {} method ProtoReflect (line 474) | func (x *ListFilmsReply) ProtoReflect() protoreflect.Message { method Descriptor (line 487) | func (*ListFilmsReply) Descriptor() ([]byte, []int) { method GetFilms (line 491) | func (x *ListFilmsReply) GetFilms() []*Film { type GetVehicleRequest (line 499) | type GetVehicleRequest struct method Reset (line 508) | func (x *GetVehicleRequest) Reset() { method String (line 517) | func (x *GetVehicleRequest) String() string { method ProtoMessage (line 521) | func (*GetVehicleRequest) ProtoMessage() {} method ProtoReflect (line 523) | func (x *GetVehicleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 536) | func (*GetVehicleRequest) Descriptor() ([]byte, []int) { method GetId (line 540) | func (x *GetVehicleRequest) GetId() int64 { type GetVehicleReply (line 548) | type GetVehicleReply struct method Reset (line 560) | func (x *GetVehicleReply) Reset() { method String (line 569) | func (x *GetVehicleReply) String() string { method ProtoMessage (line 573) | func (*GetVehicleReply) ProtoMessage() {} method ProtoReflect (line 575) | func (x *GetVehicleReply) ProtoReflect() protoreflect.Message { method Descriptor (line 588) | func (*GetVehicleReply) Descriptor() ([]byte, []int) { method GetVehicle (line 592) | func (x *GetVehicleReply) GetVehicle() *Vehicle { method GetFilms (line 599) | func (x *GetVehicleReply) GetFilms() []*Film { method GetPilots (line 606) | func (x *GetVehicleReply) GetPilots() []*Person { type ListVehiclesRequest (line 614) | type ListVehiclesRequest struct method Reset (line 622) | func (x *ListVehiclesRequest) Reset() { method String (line 631) | func (x *ListVehiclesRequest) String() string { method ProtoMessage (line 635) | func (*ListVehiclesRequest) ProtoMessage() {} method ProtoReflect (line 637) | func (x *ListVehiclesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 650) | func (*ListVehiclesRequest) Descriptor() ([]byte, []int) { method GetIds (line 654) | func (x *ListVehiclesRequest) GetIds() []int64 { type ListVehiclesReply (line 662) | type ListVehiclesReply struct method Reset (line 670) | func (x *ListVehiclesReply) Reset() { method String (line 679) | func (x *ListVehiclesReply) String() string { method ProtoMessage (line 683) | func (*ListVehiclesReply) ProtoMessage() {} method ProtoReflect (line 685) | func (x *ListVehiclesReply) ProtoReflect() protoreflect.Message { method Descriptor (line 698) | func (*ListVehiclesReply) Descriptor() ([]byte, []int) { method GetVehicles (line 702) | func (x *ListVehiclesReply) GetVehicles() []*Vehicle { type GetSpeciesRequest (line 710) | type GetSpeciesRequest struct method Reset (line 719) | func (x *GetSpeciesRequest) Reset() { method String (line 728) | func (x *GetSpeciesRequest) String() string { method ProtoMessage (line 732) | func (*GetSpeciesRequest) ProtoMessage() {} method ProtoReflect (line 734) | func (x *GetSpeciesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 747) | func (*GetSpeciesRequest) Descriptor() ([]byte, []int) { method GetId (line 751) | func (x *GetSpeciesRequest) GetId() int64 { type GetSpeciesReply (line 759) | type GetSpeciesReply struct method Reset (line 771) | func (x *GetSpeciesReply) Reset() { method String (line 780) | func (x *GetSpeciesReply) String() string { method ProtoMessage (line 784) | func (*GetSpeciesReply) ProtoMessage() {} method ProtoReflect (line 786) | func (x *GetSpeciesReply) ProtoReflect() protoreflect.Message { method Descriptor (line 799) | func (*GetSpeciesReply) Descriptor() ([]byte, []int) { method GetSpecies (line 803) | func (x *GetSpeciesReply) GetSpecies() *Species { method GetPeople (line 810) | func (x *GetSpeciesReply) GetPeople() []*Person { method GetFilms (line 817) | func (x *GetSpeciesReply) GetFilms() []*Film { type ListSpeciesRequest (line 825) | type ListSpeciesRequest struct method Reset (line 833) | func (x *ListSpeciesRequest) Reset() { method String (line 842) | func (x *ListSpeciesRequest) String() string { method ProtoMessage (line 846) | func (*ListSpeciesRequest) ProtoMessage() {} method ProtoReflect (line 848) | func (x *ListSpeciesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 861) | func (*ListSpeciesRequest) Descriptor() ([]byte, []int) { method GetIds (line 865) | func (x *ListSpeciesRequest) GetIds() []int64 { type ListSpeciesReply (line 873) | type ListSpeciesReply struct method Reset (line 881) | func (x *ListSpeciesReply) Reset() { method String (line 890) | func (x *ListSpeciesReply) String() string { method ProtoMessage (line 894) | func (*ListSpeciesReply) ProtoMessage() {} method ProtoReflect (line 896) | func (x *ListSpeciesReply) ProtoReflect() protoreflect.Message { method Descriptor (line 909) | func (*ListSpeciesReply) Descriptor() ([]byte, []int) { method GetSpecies (line 913) | func (x *ListSpeciesReply) GetSpecies() []*Species { type GetStarshipRequest (line 921) | type GetStarshipRequest struct method Reset (line 930) | func (x *GetStarshipRequest) Reset() { method String (line 939) | func (x *GetStarshipRequest) String() string { method ProtoMessage (line 943) | func (*GetStarshipRequest) ProtoMessage() {} method ProtoReflect (line 945) | func (x *GetStarshipRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 958) | func (*GetStarshipRequest) Descriptor() ([]byte, []int) { method GetId (line 962) | func (x *GetStarshipRequest) GetId() int64 { type GetStarshipReply (line 970) | type GetStarshipReply struct method Reset (line 982) | func (x *GetStarshipReply) Reset() { method String (line 991) | func (x *GetStarshipReply) String() string { method ProtoMessage (line 995) | func (*GetStarshipReply) ProtoMessage() {} method ProtoReflect (line 997) | func (x *GetStarshipReply) ProtoReflect() protoreflect.Message { method Descriptor (line 1010) | func (*GetStarshipReply) Descriptor() ([]byte, []int) { method GetStarship (line 1014) | func (x *GetStarshipReply) GetStarship() *Starship { method GetFilms (line 1021) | func (x *GetStarshipReply) GetFilms() []*Film { method GetPilots (line 1028) | func (x *GetStarshipReply) GetPilots() []*Person { type ListStarshipsRequest (line 1036) | type ListStarshipsRequest struct method Reset (line 1044) | func (x *ListStarshipsRequest) Reset() { method String (line 1053) | func (x *ListStarshipsRequest) String() string { method ProtoMessage (line 1057) | func (*ListStarshipsRequest) ProtoMessage() {} method ProtoReflect (line 1059) | func (x *ListStarshipsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1072) | func (*ListStarshipsRequest) Descriptor() ([]byte, []int) { method GetIds (line 1076) | func (x *ListStarshipsRequest) GetIds() []int64 { type ListStarshipsReply (line 1084) | type ListStarshipsReply struct method Reset (line 1092) | func (x *ListStarshipsReply) Reset() { method String (line 1101) | func (x *ListStarshipsReply) String() string { method ProtoMessage (line 1105) | func (*ListStarshipsReply) ProtoMessage() {} method ProtoReflect (line 1107) | func (x *ListStarshipsReply) ProtoReflect() protoreflect.Message { method Descriptor (line 1120) | func (*ListStarshipsReply) Descriptor() ([]byte, []int) { method GetStarships (line 1124) | func (x *ListStarshipsReply) GetStarships() []*Starship { type GetPlanetRequest (line 1132) | type GetPlanetRequest struct method Reset (line 1141) | func (x *GetPlanetRequest) Reset() { method String (line 1150) | func (x *GetPlanetRequest) String() string { method ProtoMessage (line 1154) | func (*GetPlanetRequest) ProtoMessage() {} method ProtoReflect (line 1156) | func (x *GetPlanetRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1169) | func (*GetPlanetRequest) Descriptor() ([]byte, []int) { method GetId (line 1173) | func (x *GetPlanetRequest) GetId() int64 { type GetPlanetReply (line 1181) | type GetPlanetReply struct method Reset (line 1193) | func (x *GetPlanetReply) Reset() { method String (line 1202) | func (x *GetPlanetReply) String() string { method ProtoMessage (line 1206) | func (*GetPlanetReply) ProtoMessage() {} method ProtoReflect (line 1208) | func (x *GetPlanetReply) ProtoReflect() protoreflect.Message { method Descriptor (line 1221) | func (*GetPlanetReply) Descriptor() ([]byte, []int) { method GetPlanet (line 1225) | func (x *GetPlanetReply) GetPlanet() *Planet { method GetResidents (line 1232) | func (x *GetPlanetReply) GetResidents() []*Person { method GetFilms (line 1239) | func (x *GetPlanetReply) GetFilms() []*Film { type ListPlanetsRequest (line 1247) | type ListPlanetsRequest struct method Reset (line 1255) | func (x *ListPlanetsRequest) Reset() { method String (line 1264) | func (x *ListPlanetsRequest) String() string { method ProtoMessage (line 1268) | func (*ListPlanetsRequest) ProtoMessage() {} method ProtoReflect (line 1270) | func (x *ListPlanetsRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 1283) | func (*ListPlanetsRequest) Descriptor() ([]byte, []int) { method GetIds (line 1287) | func (x *ListPlanetsRequest) GetIds() []int64 { type ListPlanetsReply (line 1295) | type ListPlanetsReply struct method Reset (line 1303) | func (x *ListPlanetsReply) Reset() { method String (line 1312) | func (x *ListPlanetsReply) String() string { method ProtoMessage (line 1316) | func (*ListPlanetsReply) ProtoMessage() {} method ProtoReflect (line 1318) | func (x *ListPlanetsReply) ProtoReflect() protoreflect.Message { method Descriptor (line 1331) | func (*ListPlanetsReply) Descriptor() ([]byte, []int) { method GetPlanets (line 1335) | func (x *ListPlanetsReply) GetPlanets() []*Planet { type Person (line 1343) | type Person struct method Reset (line 1390) | func (x *Person) Reset() { method String (line 1399) | func (x *Person) String() string { method ProtoMessage (line 1403) | func (*Person) ProtoMessage() {} method ProtoReflect (line 1405) | func (x *Person) ProtoReflect() protoreflect.Message { method Descriptor (line 1418) | func (*Person) Descriptor() ([]byte, []int) { method GetId (line 1422) | func (x *Person) GetId() int64 { method GetName (line 1429) | func (x *Person) GetName() string { method GetBirthYear (line 1436) | func (x *Person) GetBirthYear() string { method GetEyeColor (line 1443) | func (x *Person) GetEyeColor() string { method GetGender (line 1450) | func (x *Person) GetGender() string { method GetHairColor (line 1457) | func (x *Person) GetHairColor() string { method GetHeight (line 1464) | func (x *Person) GetHeight() string { method GetMass (line 1471) | func (x *Person) GetMass() string { method GetSkinColor (line 1478) | func (x *Person) GetSkinColor() string { method GetHomeworld (line 1485) | func (x *Person) GetHomeworld() string { method GetUrl (line 1492) | func (x *Person) GetUrl() string { method GetCreated (line 1499) | func (x *Person) GetCreated() string { method GetEdited (line 1506) | func (x *Person) GetEdited() string { method GetFilmIds (line 1513) | func (x *Person) GetFilmIds() []int64 { method GetSpeciesIds (line 1520) | func (x *Person) GetSpeciesIds() []int64 { method GetStarshipIds (line 1527) | func (x *Person) GetStarshipIds() []int64 { method GetVehicleIds (line 1534) | func (x *Person) GetVehicleIds() []int64 { type People (line 1541) | type People struct method Reset (line 1549) | func (x *People) Reset() { method String (line 1558) | func (x *People) String() string { method ProtoMessage (line 1562) | func (*People) ProtoMessage() {} method ProtoReflect (line 1564) | func (x *People) ProtoReflect() protoreflect.Message { method Descriptor (line 1577) | func (*People) Descriptor() ([]byte, []int) { method GetPeople (line 1581) | func (x *People) GetPeople() []*Person { type Film (line 1589) | type Film struct method Reset (line 1626) | func (x *Film) Reset() { method String (line 1635) | func (x *Film) String() string { method ProtoMessage (line 1639) | func (*Film) ProtoMessage() {} method ProtoReflect (line 1641) | func (x *Film) ProtoReflect() protoreflect.Message { method Descriptor (line 1654) | func (*Film) Descriptor() ([]byte, []int) { method GetId (line 1658) | func (x *Film) GetId() int64 { method GetTitle (line 1665) | func (x *Film) GetTitle() string { method GetEpisodeId (line 1672) | func (x *Film) GetEpisodeId() int32 { method GetOpeningCrawl (line 1679) | func (x *Film) GetOpeningCrawl() string { method GetDirector (line 1686) | func (x *Film) GetDirector() string { method GetProducer (line 1693) | func (x *Film) GetProducer() string { method GetReleaseDate (line 1700) | func (x *Film) GetReleaseDate() *date.Date { method GetUrl (line 1707) | func (x *Film) GetUrl() string { method GetCreated (line 1714) | func (x *Film) GetCreated() string { method GetEdited (line 1721) | func (x *Film) GetEdited() string { method GetSpeciesIds (line 1728) | func (x *Film) GetSpeciesIds() []int64 { method GetStarshipIds (line 1735) | func (x *Film) GetStarshipIds() []int64 { method GetVehicleIds (line 1742) | func (x *Film) GetVehicleIds() []int64 { method GetCharacterIds (line 1749) | func (x *Film) GetCharacterIds() []int64 { method GetPlanetIds (line 1756) | func (x *Film) GetPlanetIds() []int64 { type Films (line 1763) | type Films struct method Reset (line 1771) | func (x *Films) Reset() { method String (line 1780) | func (x *Films) String() string { method ProtoMessage (line 1784) | func (*Films) ProtoMessage() {} method ProtoReflect (line 1786) | func (x *Films) ProtoReflect() protoreflect.Message { method Descriptor (line 1799) | func (*Films) Descriptor() ([]byte, []int) { method GetFilms (line 1803) | func (x *Films) GetFilms() []*Film { type Starship (line 1811) | type Starship struct method Reset (line 1861) | func (x *Starship) Reset() { method String (line 1870) | func (x *Starship) String() string { method ProtoMessage (line 1874) | func (*Starship) ProtoMessage() {} method ProtoReflect (line 1876) | func (x *Starship) ProtoReflect() protoreflect.Message { method Descriptor (line 1889) | func (*Starship) Descriptor() ([]byte, []int) { method GetId (line 1893) | func (x *Starship) GetId() int64 { method GetName (line 1900) | func (x *Starship) GetName() string { method GetModel (line 1907) | func (x *Starship) GetModel() string { method GetStarshipClass (line 1914) | func (x *Starship) GetStarshipClass() string { method GetManufacturer (line 1921) | func (x *Starship) GetManufacturer() string { method GetCostInCredits (line 1928) | func (x *Starship) GetCostInCredits() string { method GetLength (line 1935) | func (x *Starship) GetLength() string { method GetCrew (line 1942) | func (x *Starship) GetCrew() string { method GetPassengers (line 1949) | func (x *Starship) GetPassengers() string { method GetMaxAtmospheringSpeed (line 1956) | func (x *Starship) GetMaxAtmospheringSpeed() string { method GetHyperdriveRating (line 1963) | func (x *Starship) GetHyperdriveRating() string { method GetMglt (line 1970) | func (x *Starship) GetMglt() string { method GetCargoCapacity (line 1977) | func (x *Starship) GetCargoCapacity() string { method GetConsumables (line 1984) | func (x *Starship) GetConsumables() string { method GetUrl (line 1991) | func (x *Starship) GetUrl() string { method GetCreated (line 1998) | func (x *Starship) GetCreated() string { method GetEdited (line 2005) | func (x *Starship) GetEdited() string { method GetFilmIds (line 2012) | func (x *Starship) GetFilmIds() []int64 { method GetPilotIds (line 2019) | func (x *Starship) GetPilotIds() []int64 { type Starships (line 2026) | type Starships struct method Reset (line 2034) | func (x *Starships) Reset() { method String (line 2043) | func (x *Starships) String() string { method ProtoMessage (line 2047) | func (*Starships) ProtoMessage() {} method ProtoReflect (line 2049) | func (x *Starships) ProtoReflect() protoreflect.Message { method Descriptor (line 2062) | func (*Starships) Descriptor() ([]byte, []int) { method GetStarships (line 2066) | func (x *Starships) GetStarships() []*Starship { type Vehicle (line 2074) | type Vehicle struct method Reset (line 2115) | func (x *Vehicle) Reset() { method String (line 2124) | func (x *Vehicle) String() string { method ProtoMessage (line 2128) | func (*Vehicle) ProtoMessage() {} method ProtoReflect (line 2130) | func (x *Vehicle) ProtoReflect() protoreflect.Message { method Descriptor (line 2143) | func (*Vehicle) Descriptor() ([]byte, []int) { method GetId (line 2147) | func (x *Vehicle) GetId() int64 { method GetName (line 2154) | func (x *Vehicle) GetName() string { method GetModel (line 2161) | func (x *Vehicle) GetModel() string { method GetVehicleClass (line 2168) | func (x *Vehicle) GetVehicleClass() string { method GetManufacturer (line 2175) | func (x *Vehicle) GetManufacturer() string { method GetLength (line 2182) | func (x *Vehicle) GetLength() string { method GetCostInCredits (line 2189) | func (x *Vehicle) GetCostInCredits() string { method GetCrew (line 2196) | func (x *Vehicle) GetCrew() string { method GetPassengers (line 2203) | func (x *Vehicle) GetPassengers() string { method GetMaxAtmospheringSpeed (line 2210) | func (x *Vehicle) GetMaxAtmospheringSpeed() string { method GetCargoCapacity (line 2217) | func (x *Vehicle) GetCargoCapacity() string { method GetConsumables (line 2224) | func (x *Vehicle) GetConsumables() string { method GetUrl (line 2231) | func (x *Vehicle) GetUrl() string { method GetCreated (line 2238) | func (x *Vehicle) GetCreated() string { method GetEdited (line 2245) | func (x *Vehicle) GetEdited() string { method GetFilmIds (line 2252) | func (x *Vehicle) GetFilmIds() []int64 { method GetPilotIds (line 2259) | func (x *Vehicle) GetPilotIds() []int64 { type Vehicles (line 2266) | type Vehicles struct method Reset (line 2274) | func (x *Vehicles) Reset() { method String (line 2283) | func (x *Vehicles) String() string { method ProtoMessage (line 2287) | func (*Vehicles) ProtoMessage() {} method ProtoReflect (line 2289) | func (x *Vehicles) ProtoReflect() protoreflect.Message { method Descriptor (line 2302) | func (*Vehicles) Descriptor() ([]byte, []int) { method GetVehicles (line 2306) | func (x *Vehicles) GetVehicles() []*Vehicle { type Species (line 2314) | type Species struct method Reset (line 2356) | func (x *Species) Reset() { method String (line 2365) | func (x *Species) String() string { method ProtoMessage (line 2369) | func (*Species) ProtoMessage() {} method ProtoReflect (line 2371) | func (x *Species) ProtoReflect() protoreflect.Message { method Descriptor (line 2384) | func (*Species) Descriptor() ([]byte, []int) { method GetId (line 2388) | func (x *Species) GetId() int64 { method GetName (line 2395) | func (x *Species) GetName() string { method GetClassification (line 2402) | func (x *Species) GetClassification() string { method GetDesignation (line 2409) | func (x *Species) GetDesignation() string { method GetAverageHeight (line 2416) | func (x *Species) GetAverageHeight() string { method GetAverageLifespan (line 2423) | func (x *Species) GetAverageLifespan() string { method GetEyeColors (line 2430) | func (x *Species) GetEyeColors() string { method GetHairColors (line 2437) | func (x *Species) GetHairColors() string { method GetSkinColors (line 2444) | func (x *Species) GetSkinColors() string { method GetLanguage (line 2451) | func (x *Species) GetLanguage() string { method GetHomeworld (line 2458) | func (x *Species) GetHomeworld() string { method GetUrl (line 2465) | func (x *Species) GetUrl() string { method GetCreated (line 2472) | func (x *Species) GetCreated() string { method GetEdited (line 2479) | func (x *Species) GetEdited() string { method GetPersonIds (line 2486) | func (x *Species) GetPersonIds() []int64 { method GetFilmIds (line 2493) | func (x *Species) GetFilmIds() []int64 { type SpeciesList (line 2500) | type SpeciesList struct method Reset (line 2508) | func (x *SpeciesList) Reset() { method String (line 2517) | func (x *SpeciesList) String() string { method ProtoMessage (line 2521) | func (*SpeciesList) ProtoMessage() {} method ProtoReflect (line 2523) | func (x *SpeciesList) ProtoReflect() protoreflect.Message { method Descriptor (line 2536) | func (*SpeciesList) Descriptor() ([]byte, []int) { method GetSpecies (line 2540) | func (x *SpeciesList) GetSpecies() []*Species { type Planet (line 2548) | type Planet struct method Reset (line 2586) | func (x *Planet) Reset() { method String (line 2595) | func (x *Planet) String() string { method ProtoMessage (line 2599) | func (*Planet) ProtoMessage() {} method ProtoReflect (line 2601) | func (x *Planet) ProtoReflect() protoreflect.Message { method Descriptor (line 2614) | func (*Planet) Descriptor() ([]byte, []int) { method GetId (line 2618) | func (x *Planet) GetId() int64 { method GetName (line 2625) | func (x *Planet) GetName() string { method GetDiameter (line 2632) | func (x *Planet) GetDiameter() string { method GetRotationPeriod (line 2639) | func (x *Planet) GetRotationPeriod() string { method GetOrbitalPeriod (line 2646) | func (x *Planet) GetOrbitalPeriod() string { method GetGravity (line 2653) | func (x *Planet) GetGravity() string { method GetPopulation (line 2660) | func (x *Planet) GetPopulation() string { method GetClimate (line 2667) | func (x *Planet) GetClimate() string { method GetTerrain (line 2674) | func (x *Planet) GetTerrain() string { method GetSurfaceWater (line 2681) | func (x *Planet) GetSurfaceWater() string { method GetUrl (line 2688) | func (x *Planet) GetUrl() string { method GetCreated (line 2695) | func (x *Planet) GetCreated() string { method GetEdited (line 2702) | func (x *Planet) GetEdited() string { method GetResidentIds (line 2709) | func (x *Planet) GetResidentIds() []int64 { method GetFilmIds (line 2716) | func (x *Planet) GetFilmIds() []int64 { type Planets (line 2723) | type Planets struct method Reset (line 2731) | func (x *Planets) Reset() { method String (line 2740) | func (x *Planets) String() string { method ProtoMessage (line 2744) | func (*Planets) ProtoMessage() {} method ProtoReflect (line 2746) | func (x *Planets) ProtoReflect() protoreflect.Message { method Descriptor (line 2759) | func (*Planets) Descriptor() ([]byte, []int) { method GetPlanets (line 2763) | func (x *Planets) GetPlanets() []*Planet { function file_swapi_proto_rawDescGZIP (line 3332) | func file_swapi_proto_rawDescGZIP() []byte { function init (line 3447) | func init() { file_swapi_proto_init() } function file_swapi_proto_init (line 3448) | func file_swapi_proto_init() { FILE: demo/swapi/swapi/swapi_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant SWAPI_GetPerson_FullMethodName (line 22) | SWAPI_GetPerson_FullMethodName = "/swapi.SWAPI/GetPerson" constant SWAPI_ListPeople_FullMethodName (line 23) | SWAPI_ListPeople_FullMethodName = "/swapi.SWAPI/ListPeople" constant SWAPI_GetFilm_FullMethodName (line 24) | SWAPI_GetFilm_FullMethodName = "/swapi.SWAPI/GetFilm" constant SWAPI_ListFilms_FullMethodName (line 25) | SWAPI_ListFilms_FullMethodName = "/swapi.SWAPI/ListFilms" constant SWAPI_GetStarship_FullMethodName (line 26) | SWAPI_GetStarship_FullMethodName = "/swapi.SWAPI/GetStarship" constant SWAPI_ListStarships_FullMethodName (line 27) | SWAPI_ListStarships_FullMethodName = "/swapi.SWAPI/ListStarships" constant SWAPI_GetSpecies_FullMethodName (line 28) | SWAPI_GetSpecies_FullMethodName = "/swapi.SWAPI/GetSpecies" constant SWAPI_ListSpecies_FullMethodName (line 29) | SWAPI_ListSpecies_FullMethodName = "/swapi.SWAPI/ListSpecies" constant SWAPI_GetVehicle_FullMethodName (line 30) | SWAPI_GetVehicle_FullMethodName = "/swapi.SWAPI/GetVehicle" constant SWAPI_ListVehicles_FullMethodName (line 31) | SWAPI_ListVehicles_FullMethodName = "/swapi.SWAPI/ListVehicles" constant SWAPI_GetPlanet_FullMethodName (line 32) | SWAPI_GetPlanet_FullMethodName = "/swapi.SWAPI/GetPlanet" constant SWAPI_ListPlanets_FullMethodName (line 33) | SWAPI_ListPlanets_FullMethodName = "/swapi.SWAPI/ListPlanets" type SWAPIClient (line 39) | type SWAPIClient interface type sWAPIClient (line 54) | type sWAPIClient struct method GetPerson (line 62) | func (c *sWAPIClient) GetPerson(ctx context.Context, in *GetPersonRequ... method ListPeople (line 72) | func (c *sWAPIClient) ListPeople(ctx context.Context, in *ListPeopleRe... method GetFilm (line 82) | func (c *sWAPIClient) GetFilm(ctx context.Context, in *GetFilmRequest,... method ListFilms (line 92) | func (c *sWAPIClient) ListFilms(ctx context.Context, in *ListFilmsRequ... method GetStarship (line 102) | func (c *sWAPIClient) GetStarship(ctx context.Context, in *GetStarship... method ListStarships (line 112) | func (c *sWAPIClient) ListStarships(ctx context.Context, in *ListStars... method GetSpecies (line 122) | func (c *sWAPIClient) GetSpecies(ctx context.Context, in *GetSpeciesRe... method ListSpecies (line 132) | func (c *sWAPIClient) ListSpecies(ctx context.Context, in *ListSpecies... method GetVehicle (line 142) | func (c *sWAPIClient) GetVehicle(ctx context.Context, in *GetVehicleRe... method ListVehicles (line 152) | func (c *sWAPIClient) ListVehicles(ctx context.Context, in *ListVehicl... method GetPlanet (line 162) | func (c *sWAPIClient) GetPlanet(ctx context.Context, in *GetPlanetRequ... method ListPlanets (line 172) | func (c *sWAPIClient) ListPlanets(ctx context.Context, in *ListPlanets... function NewSWAPIClient (line 58) | func NewSWAPIClient(cc grpc.ClientConnInterface) SWAPIClient { type SWAPIServer (line 185) | type SWAPIServer interface type UnimplementedSWAPIServer (line 202) | type UnimplementedSWAPIServer struct method GetPerson (line 205) | func (UnimplementedSWAPIServer) GetPerson(context.Context, *GetPersonR... method ListPeople (line 208) | func (UnimplementedSWAPIServer) ListPeople(context.Context, *ListPeopl... method GetFilm (line 211) | func (UnimplementedSWAPIServer) GetFilm(context.Context, *GetFilmReque... method ListFilms (line 214) | func (UnimplementedSWAPIServer) ListFilms(context.Context, *ListFilmsR... method GetStarship (line 217) | func (UnimplementedSWAPIServer) GetStarship(context.Context, *GetStars... method ListStarships (line 220) | func (UnimplementedSWAPIServer) ListStarships(context.Context, *ListSt... method GetSpecies (line 223) | func (UnimplementedSWAPIServer) GetSpecies(context.Context, *GetSpecie... method ListSpecies (line 226) | func (UnimplementedSWAPIServer) ListSpecies(context.Context, *ListSpec... method GetVehicle (line 229) | func (UnimplementedSWAPIServer) GetVehicle(context.Context, *GetVehicl... method ListVehicles (line 232) | func (UnimplementedSWAPIServer) ListVehicles(context.Context, *ListVeh... method GetPlanet (line 235) | func (UnimplementedSWAPIServer) GetPlanet(context.Context, *GetPlanetR... method ListPlanets (line 238) | func (UnimplementedSWAPIServer) ListPlanets(context.Context, *ListPlan... method mustEmbedUnimplementedSWAPIServer (line 241) | func (UnimplementedSWAPIServer) mustEmbedUnimplementedSWAPIServer() {} type UnsafeSWAPIServer (line 246) | type UnsafeSWAPIServer interface function RegisterSWAPIServer (line 250) | func RegisterSWAPIServer(s grpc.ServiceRegistrar, srv SWAPIServer) { function _SWAPI_GetPerson_Handler (line 254) | func _SWAPI_GetPerson_Handler(srv interface{}, ctx context.Context, dec ... function _SWAPI_ListPeople_Handler (line 272) | func _SWAPI_ListPeople_Handler(srv interface{}, ctx context.Context, dec... function _SWAPI_GetFilm_Handler (line 290) | func _SWAPI_GetFilm_Handler(srv interface{}, ctx context.Context, dec fu... function _SWAPI_ListFilms_Handler (line 308) | func _SWAPI_ListFilms_Handler(srv interface{}, ctx context.Context, dec ... function _SWAPI_GetStarship_Handler (line 326) | func _SWAPI_GetStarship_Handler(srv interface{}, ctx context.Context, de... function _SWAPI_ListStarships_Handler (line 344) | func _SWAPI_ListStarships_Handler(srv interface{}, ctx context.Context, ... function _SWAPI_GetSpecies_Handler (line 362) | func _SWAPI_GetSpecies_Handler(srv interface{}, ctx context.Context, dec... function _SWAPI_ListSpecies_Handler (line 380) | func _SWAPI_ListSpecies_Handler(srv interface{}, ctx context.Context, de... function _SWAPI_GetVehicle_Handler (line 398) | func _SWAPI_GetVehicle_Handler(srv interface{}, ctx context.Context, dec... function _SWAPI_ListVehicles_Handler (line 416) | func _SWAPI_ListVehicles_Handler(srv interface{}, ctx context.Context, d... function _SWAPI_GetPlanet_Handler (line 434) | func _SWAPI_GetPlanet_Handler(srv interface{}, ctx context.Context, dec ... function _SWAPI_ListPlanets_Handler (line 452) | func _SWAPI_ListPlanets_Handler(srv interface{}, ctx context.Context, de... FILE: demo/swapi/swapi/swapi_grpc_federation.pb.go type SWAPI_Swapi_FilmsArgument (line 34) | type SWAPI_Swapi_FilmsArgument struct type SWAPI_Swapi_GetFilmReplyArgument (line 40) | type SWAPI_Swapi_GetFilmReplyArgument struct type SWAPI_Swapi_GetPersonReplyArgument (line 52) | type SWAPI_Swapi_GetPersonReplyArgument struct type SWAPI_Swapi_GetPlanetReplyArgument (line 63) | type SWAPI_Swapi_GetPlanetReplyArgument struct type SWAPI_Swapi_GetSpeciesReplyArgument (line 72) | type SWAPI_Swapi_GetSpeciesReplyArgument struct type SWAPI_Swapi_GetStarshipReplyArgument (line 81) | type SWAPI_Swapi_GetStarshipReplyArgument struct type SWAPI_Swapi_GetVehicleReplyArgument (line 90) | type SWAPI_Swapi_GetVehicleReplyArgument struct type SWAPI_Swapi_ListFilmsReplyArgument (line 99) | type SWAPI_Swapi_ListFilmsReplyArgument struct type SWAPI_Swapi_ListPeopleReplyArgument (line 105) | type SWAPI_Swapi_ListPeopleReplyArgument struct type SWAPI_Swapi_ListPlanetsReplyArgument (line 111) | type SWAPI_Swapi_ListPlanetsReplyArgument struct type SWAPI_Swapi_ListSpeciesReplyArgument (line 117) | type SWAPI_Swapi_ListSpeciesReplyArgument struct type SWAPI_Swapi_ListStarshipsReplyArgument (line 123) | type SWAPI_Swapi_ListStarshipsReplyArgument struct type SWAPI_Swapi_ListVehiclesReplyArgument (line 129) | type SWAPI_Swapi_ListVehiclesReplyArgument struct type SWAPI_Swapi_PeopleArgument (line 135) | type SWAPI_Swapi_PeopleArgument struct type SWAPI_Swapi_PlanetsArgument (line 141) | type SWAPI_Swapi_PlanetsArgument struct type SWAPI_Swapi_SpeciesListArgument (line 147) | type SWAPI_Swapi_SpeciesListArgument struct type SWAPI_Swapi_StarshipsArgument (line 153) | type SWAPI_Swapi_StarshipsArgument struct type SWAPI_Swapi_VehiclesArgument (line 159) | type SWAPI_Swapi_VehiclesArgument struct type SWAPIConfig (line 165) | type SWAPIConfig struct type SWAPIClientFactory (line 177) | type SWAPIClientFactory interface type SWAPIClientConfig (line 194) | type SWAPIClientConfig struct type SWAPIDependentClientSet (line 201) | type SWAPIDependentClientSet struct type SWAPIResolver (line 211) | type SWAPIResolver interface type SWAPICELPluginConfig (line 218) | type SWAPICELPluginConfig struct type SWAPIUnimplementedResolver (line 225) | type SWAPIUnimplementedResolver struct constant SWAPI_DependentMethod_Swapi_Film_FilmService_GetFilm (line 228) | SWAPI_DependentMethod_Swapi_Film_FilmService_GetFilm = "/s... constant SWAPI_DependentMethod_Swapi_Film_FilmService_ListFilms (line 229) | SWAPI_DependentMethod_Swapi_Film_FilmService_ListFilms = "/s... constant SWAPI_DependentMethod_Swapi_Person_PersonService_GetPerson (line 230) | SWAPI_DependentMethod_Swapi_Person_PersonService_GetPerson = "/s... constant SWAPI_DependentMethod_Swapi_Person_PersonService_ListPeople (line 231) | SWAPI_DependentMethod_Swapi_Person_PersonService_ListPeople = "/s... constant SWAPI_DependentMethod_Swapi_Planet_PlanetService_GetPlanet (line 232) | SWAPI_DependentMethod_Swapi_Planet_PlanetService_GetPlanet = "/s... constant SWAPI_DependentMethod_Swapi_Planet_PlanetService_ListPlanets (line 233) | SWAPI_DependentMethod_Swapi_Planet_PlanetService_ListPlanets = "/s... constant SWAPI_DependentMethod_Swapi_Species_SpeciesService_GetSpecies (line 234) | SWAPI_DependentMethod_Swapi_Species_SpeciesService_GetSpecies = "/s... constant SWAPI_DependentMethod_Swapi_Species_SpeciesService_ListSpecies (line 235) | SWAPI_DependentMethod_Swapi_Species_SpeciesService_ListSpecies = "/s... constant SWAPI_DependentMethod_Swapi_Starship_StarshipService_GetStarship (line 236) | SWAPI_DependentMethod_Swapi_Starship_StarshipService_GetStarship = "/s... constant SWAPI_DependentMethod_Swapi_Starship_StarshipService_ListStarships (line 237) | SWAPI_DependentMethod_Swapi_Starship_StarshipService_ListStarships = "/s... constant SWAPI_DependentMethod_Swapi_Vehicle_VehicleService_GetVehicle (line 238) | SWAPI_DependentMethod_Swapi_Vehicle_VehicleService_GetVehicle = "/s... constant SWAPI_DependentMethod_Swapi_Vehicle_VehicleService_ListVehicles (line 239) | SWAPI_DependentMethod_Swapi_Vehicle_VehicleService_ListVehicles = "/s... type SWAPI (line 243) | type SWAPI struct method cleanup (line 389) | func (s *SWAPI) cleanup(ctx context.Context) { method GetPerson (line 396) | func (s *SWAPI) GetPerson(ctx context.Context, req *GetPersonRequest) ... method ListPeople (line 426) | func (s *SWAPI) ListPeople(ctx context.Context, req *ListPeopleRequest... method GetFilm (line 456) | func (s *SWAPI) GetFilm(ctx context.Context, req *GetFilmRequest) (res... method ListFilms (line 486) | func (s *SWAPI) ListFilms(ctx context.Context, req *ListFilmsRequest) ... method GetStarship (line 516) | func (s *SWAPI) GetStarship(ctx context.Context, req *GetStarshipReque... method ListStarships (line 546) | func (s *SWAPI) ListStarships(ctx context.Context, req *ListStarshipsR... method GetSpecies (line 576) | func (s *SWAPI) GetSpecies(ctx context.Context, req *GetSpeciesRequest... method ListSpecies (line 606) | func (s *SWAPI) ListSpecies(ctx context.Context, req *ListSpeciesReque... method GetVehicle (line 636) | func (s *SWAPI) GetVehicle(ctx context.Context, req *GetVehicleRequest... method ListVehicles (line 666) | func (s *SWAPI) ListVehicles(ctx context.Context, req *ListVehiclesReq... method GetPlanet (line 696) | func (s *SWAPI) GetPlanet(ctx context.Context, req *GetPlanetRequest) ... method ListPlanets (line 726) | func (s *SWAPI) ListPlanets(ctx context.Context, req *ListPlanetsReque... method resolve_Swapi_Films (line 756) | func (s *SWAPI) resolve_Swapi_Films(ctx context.Context, req *SWAPI_Sw... method resolve_Swapi_GetFilmReply (line 847) | func (s *SWAPI) resolve_Swapi_GetFilmReply(ctx context.Context, req *S... method resolve_Swapi_GetPersonReply (line 1333) | func (s *SWAPI) resolve_Swapi_GetPersonReply(ctx context.Context, req ... method resolve_Swapi_GetPlanetReply (line 1745) | func (s *SWAPI) resolve_Swapi_GetPlanetReply(ctx context.Context, req ... method resolve_Swapi_GetSpeciesReply (line 2009) | func (s *SWAPI) resolve_Swapi_GetSpeciesReply(ctx context.Context, req... method resolve_Swapi_GetStarshipReply (line 2273) | func (s *SWAPI) resolve_Swapi_GetStarshipReply(ctx context.Context, re... method resolve_Swapi_GetVehicleReply (line 2537) | func (s *SWAPI) resolve_Swapi_GetVehicleReply(ctx context.Context, req... method resolve_Swapi_ListFilmsReply (line 2801) | func (s *SWAPI) resolve_Swapi_ListFilmsReply(ctx context.Context, req ... method resolve_Swapi_ListPeopleReply (line 2885) | func (s *SWAPI) resolve_Swapi_ListPeopleReply(ctx context.Context, req... method resolve_Swapi_ListPlanetsReply (line 2969) | func (s *SWAPI) resolve_Swapi_ListPlanetsReply(ctx context.Context, re... method resolve_Swapi_ListSpeciesReply (line 3053) | func (s *SWAPI) resolve_Swapi_ListSpeciesReply(ctx context.Context, re... method resolve_Swapi_ListStarshipsReply (line 3137) | func (s *SWAPI) resolve_Swapi_ListStarshipsReply(ctx context.Context, ... method resolve_Swapi_ListVehiclesReply (line 3221) | func (s *SWAPI) resolve_Swapi_ListVehiclesReply(ctx context.Context, r... method resolve_Swapi_People (line 3305) | func (s *SWAPI) resolve_Swapi_People(ctx context.Context, req *SWAPI_S... method resolve_Swapi_Planets (line 3396) | func (s *SWAPI) resolve_Swapi_Planets(ctx context.Context, req *SWAPI_... method resolve_Swapi_SpeciesList (line 3487) | func (s *SWAPI) resolve_Swapi_SpeciesList(ctx context.Context, req *SW... method resolve_Swapi_Starships (line 3578) | func (s *SWAPI) resolve_Swapi_Starships(ctx context.Context, req *SWAP... method resolve_Swapi_Vehicles (line 3669) | func (s *SWAPI) resolve_Swapi_Vehicles(ctx context.Context, req *SWAPI... method cast_Swapi_Film_Film__to__Swapi_Film (line 3760) | func (s *SWAPI) cast_Swapi_Film_Film__to__Swapi_Film(from *filmpb.Film... method cast_Swapi_Person_Person__to__Swapi_Person (line 3802) | func (s *SWAPI) cast_Swapi_Person_Person__to__Swapi_Person(from *perso... method cast_Swapi_Planet_Planet__to__Swapi_Planet (line 3848) | func (s *SWAPI) cast_Swapi_Planet_Planet__to__Swapi_Planet(from *plane... method cast_Swapi_Species_Species__to__Swapi_Species (line 3890) | func (s *SWAPI) cast_Swapi_Species_Species__to__Swapi_Species(from *sp... method cast_Swapi_Starship_Starship__to__Swapi_Starship (line 3934) | func (s *SWAPI) cast_Swapi_Starship_Starship__to__Swapi_Starship(from ... method cast_Swapi_Vehicle_Vehicle__to__Swapi_Vehicle (line 3984) | func (s *SWAPI) cast_Swapi_Vehicle_Vehicle__to__Swapi_Vehicle(from *ve... method cast_repeated_Swapi_Film_Film__to__repeated_Swapi_Film (line 4030) | func (s *SWAPI) cast_repeated_Swapi_Film_Film__to__repeated_Swapi_Film... method cast_repeated_Swapi_Person_Person__to__repeated_Swapi_Person (line 4043) | func (s *SWAPI) cast_repeated_Swapi_Person_Person__to__repeated_Swapi_... method cast_repeated_Swapi_Planet_Planet__to__repeated_Swapi_Planet (line 4056) | func (s *SWAPI) cast_repeated_Swapi_Planet_Planet__to__repeated_Swapi_... method cast_repeated_Swapi_Species_Species__to__repeated_Swapi_Species (line 4069) | func (s *SWAPI) cast_repeated_Swapi_Species_Species__to__repeated_Swap... method cast_repeated_Swapi_Starship_Starship__to__repeated_Swapi_Starship (line 4082) | func (s *SWAPI) cast_repeated_Swapi_Starship_Starship__to__repeated_Sw... method cast_repeated_Swapi_Vehicle_Vehicle__to__repeated_Swapi_Vehicle (line 4095) | func (s *SWAPI) cast_repeated_Swapi_Vehicle_Vehicle__to__repeated_Swap... method logvalue_Google_Type_Date (line 4107) | func (s *SWAPI) logvalue_Google_Type_Date(v *date.Date) slog.Value { method logvalue_Swapi_Film (line 4118) | func (s *SWAPI) logvalue_Swapi_Film(v *Film) slog.Value { method logvalue_Swapi_Film_GetFilmRequest (line 4141) | func (s *SWAPI) logvalue_Swapi_Film_GetFilmRequest(v *filmpb.GetFilmRe... method logvalue_Swapi_Film_ListFilmsRequest (line 4150) | func (s *SWAPI) logvalue_Swapi_Film_ListFilmsRequest(v *filmpb.ListFil... method logvalue_Swapi_Films (line 4159) | func (s *SWAPI) logvalue_Swapi_Films(v *Films) slog.Value { method logvalue_Swapi_FilmsArgument (line 4168) | func (s *SWAPI) logvalue_Swapi_FilmsArgument(v *SWAPI_Swapi_FilmsArgum... method logvalue_Swapi_GetFilmReply (line 4177) | func (s *SWAPI) logvalue_Swapi_GetFilmReply(v *GetFilmReply) slog.Value { method logvalue_Swapi_GetFilmReplyArgument (line 4191) | func (s *SWAPI) logvalue_Swapi_GetFilmReplyArgument(v *SWAPI_Swapi_Get... method logvalue_Swapi_GetPersonReply (line 4200) | func (s *SWAPI) logvalue_Swapi_GetPersonReply(v *GetPersonReply) slog.... method logvalue_Swapi_GetPersonReplyArgument (line 4213) | func (s *SWAPI) logvalue_Swapi_GetPersonReplyArgument(v *SWAPI_Swapi_G... method logvalue_Swapi_GetPlanetReply (line 4222) | func (s *SWAPI) logvalue_Swapi_GetPlanetReply(v *GetPlanetReply) slog.... method logvalue_Swapi_GetPlanetReplyArgument (line 4233) | func (s *SWAPI) logvalue_Swapi_GetPlanetReplyArgument(v *SWAPI_Swapi_G... method logvalue_Swapi_GetSpeciesReply (line 4242) | func (s *SWAPI) logvalue_Swapi_GetSpeciesReply(v *GetSpeciesReply) slo... method logvalue_Swapi_GetSpeciesReplyArgument (line 4253) | func (s *SWAPI) logvalue_Swapi_GetSpeciesReplyArgument(v *SWAPI_Swapi_... method logvalue_Swapi_GetStarshipReply (line 4262) | func (s *SWAPI) logvalue_Swapi_GetStarshipReply(v *GetStarshipReply) s... method logvalue_Swapi_GetStarshipReplyArgument (line 4273) | func (s *SWAPI) logvalue_Swapi_GetStarshipReplyArgument(v *SWAPI_Swapi... method logvalue_Swapi_GetVehicleReply (line 4282) | func (s *SWAPI) logvalue_Swapi_GetVehicleReply(v *GetVehicleReply) slo... method logvalue_Swapi_GetVehicleReplyArgument (line 4293) | func (s *SWAPI) logvalue_Swapi_GetVehicleReplyArgument(v *SWAPI_Swapi_... method logvalue_Swapi_ListFilmsReply (line 4302) | func (s *SWAPI) logvalue_Swapi_ListFilmsReply(v *ListFilmsReply) slog.... method logvalue_Swapi_ListFilmsReplyArgument (line 4311) | func (s *SWAPI) logvalue_Swapi_ListFilmsReplyArgument(v *SWAPI_Swapi_L... method logvalue_Swapi_ListPeopleReply (line 4320) | func (s *SWAPI) logvalue_Swapi_ListPeopleReply(v *ListPeopleReply) slo... method logvalue_Swapi_ListPeopleReplyArgument (line 4329) | func (s *SWAPI) logvalue_Swapi_ListPeopleReplyArgument(v *SWAPI_Swapi_... method logvalue_Swapi_ListPlanetsReply (line 4338) | func (s *SWAPI) logvalue_Swapi_ListPlanetsReply(v *ListPlanetsReply) s... method logvalue_Swapi_ListPlanetsReplyArgument (line 4347) | func (s *SWAPI) logvalue_Swapi_ListPlanetsReplyArgument(v *SWAPI_Swapi... method logvalue_Swapi_ListSpeciesReply (line 4356) | func (s *SWAPI) logvalue_Swapi_ListSpeciesReply(v *ListSpeciesReply) s... method logvalue_Swapi_ListSpeciesReplyArgument (line 4365) | func (s *SWAPI) logvalue_Swapi_ListSpeciesReplyArgument(v *SWAPI_Swapi... method logvalue_Swapi_ListStarshipsReply (line 4374) | func (s *SWAPI) logvalue_Swapi_ListStarshipsReply(v *ListStarshipsRepl... method logvalue_Swapi_ListStarshipsReplyArgument (line 4383) | func (s *SWAPI) logvalue_Swapi_ListStarshipsReplyArgument(v *SWAPI_Swa... method logvalue_Swapi_ListVehiclesReply (line 4392) | func (s *SWAPI) logvalue_Swapi_ListVehiclesReply(v *ListVehiclesReply)... method logvalue_Swapi_ListVehiclesReplyArgument (line 4401) | func (s *SWAPI) logvalue_Swapi_ListVehiclesReplyArgument(v *SWAPI_Swap... method logvalue_Swapi_People (line 4410) | func (s *SWAPI) logvalue_Swapi_People(v *People) slog.Value { method logvalue_Swapi_PeopleArgument (line 4419) | func (s *SWAPI) logvalue_Swapi_PeopleArgument(v *SWAPI_Swapi_PeopleArg... method logvalue_Swapi_Person (line 4428) | func (s *SWAPI) logvalue_Swapi_Person(v *Person) slog.Value { method logvalue_Swapi_Person_GetPersonRequest (line 4453) | func (s *SWAPI) logvalue_Swapi_Person_GetPersonRequest(v *personpb.Get... method logvalue_Swapi_Person_ListPeopleRequest (line 4462) | func (s *SWAPI) logvalue_Swapi_Person_ListPeopleRequest(v *personpb.Li... method logvalue_Swapi_Planet (line 4471) | func (s *SWAPI) logvalue_Swapi_Planet(v *Planet) slog.Value { method logvalue_Swapi_Planet_GetPlanetRequest (line 4494) | func (s *SWAPI) logvalue_Swapi_Planet_GetPlanetRequest(v *planetpb.Get... method logvalue_Swapi_Planet_ListPlanetsRequest (line 4503) | func (s *SWAPI) logvalue_Swapi_Planet_ListPlanetsRequest(v *planetpb.L... method logvalue_Swapi_Planets (line 4512) | func (s *SWAPI) logvalue_Swapi_Planets(v *Planets) slog.Value { method logvalue_Swapi_PlanetsArgument (line 4521) | func (s *SWAPI) logvalue_Swapi_PlanetsArgument(v *SWAPI_Swapi_PlanetsA... method logvalue_Swapi_Species (line 4530) | func (s *SWAPI) logvalue_Swapi_Species(v *Species) slog.Value { method logvalue_Swapi_SpeciesList (line 4554) | func (s *SWAPI) logvalue_Swapi_SpeciesList(v *SpeciesList) slog.Value { method logvalue_Swapi_SpeciesListArgument (line 4563) | func (s *SWAPI) logvalue_Swapi_SpeciesListArgument(v *SWAPI_Swapi_Spec... method logvalue_Swapi_Species_GetSpeciesRequest (line 4572) | func (s *SWAPI) logvalue_Swapi_Species_GetSpeciesRequest(v *speciespb.... method logvalue_Swapi_Species_ListSpeciesRequest (line 4581) | func (s *SWAPI) logvalue_Swapi_Species_ListSpeciesRequest(v *speciespb... method logvalue_Swapi_Starship (line 4590) | func (s *SWAPI) logvalue_Swapi_Starship(v *Starship) slog.Value { method logvalue_Swapi_Starship_GetStarshipRequest (line 4617) | func (s *SWAPI) logvalue_Swapi_Starship_GetStarshipRequest(v *starship... method logvalue_Swapi_Starship_ListStarshipsRequest (line 4626) | func (s *SWAPI) logvalue_Swapi_Starship_ListStarshipsRequest(v *starsh... method logvalue_Swapi_Starships (line 4635) | func (s *SWAPI) logvalue_Swapi_Starships(v *Starships) slog.Value { method logvalue_Swapi_StarshipsArgument (line 4644) | func (s *SWAPI) logvalue_Swapi_StarshipsArgument(v *SWAPI_Swapi_Starsh... method logvalue_Swapi_Vehicle (line 4653) | func (s *SWAPI) logvalue_Swapi_Vehicle(v *Vehicle) slog.Value { method logvalue_Swapi_Vehicle_GetVehicleRequest (line 4678) | func (s *SWAPI) logvalue_Swapi_Vehicle_GetVehicleRequest(v *vehiclepb.... method logvalue_Swapi_Vehicle_ListVehiclesRequest (line 4687) | func (s *SWAPI) logvalue_Swapi_Vehicle_ListVehiclesRequest(v *vehiclep... method logvalue_Swapi_Vehicles (line 4696) | func (s *SWAPI) logvalue_Swapi_Vehicles(v *Vehicles) slog.Value { method logvalue_Swapi_VehiclesArgument (line 4705) | func (s *SWAPI) logvalue_Swapi_VehiclesArgument(v *SWAPI_Swapi_Vehicle... method logvalue_repeated_Swapi_Film (line 4714) | func (s *SWAPI) logvalue_repeated_Swapi_Film(v []*Film) slog.Value { method logvalue_repeated_Swapi_Person (line 4725) | func (s *SWAPI) logvalue_repeated_Swapi_Person(v []*Person) slog.Value { method logvalue_repeated_Swapi_Planet (line 4736) | func (s *SWAPI) logvalue_repeated_Swapi_Planet(v []*Planet) slog.Value { method logvalue_repeated_Swapi_Species (line 4747) | func (s *SWAPI) logvalue_repeated_Swapi_Species(v []*Species) slog.Val... method logvalue_repeated_Swapi_Starship (line 4758) | func (s *SWAPI) logvalue_repeated_Swapi_Starship(v []*Starship) slog.V... method logvalue_repeated_Swapi_Vehicle (line 4769) | func (s *SWAPI) logvalue_repeated_Swapi_Vehicle(v []*Vehicle) slog.Val... function NewSWAPI (line 257) | func NewSWAPI(cfg SWAPIConfig) (*SWAPI, error) { function CleanupSWAPI (line 385) | func CleanupSWAPI(ctx context.Context, svc *SWAPI) { FILE: demo/swapi/vehicle/vehicle.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type GetVehicleRequest (line 24) | type GetVehicleRequest struct method Reset (line 33) | func (x *GetVehicleRequest) Reset() { method String (line 42) | func (x *GetVehicleRequest) String() string { method ProtoMessage (line 46) | func (*GetVehicleRequest) ProtoMessage() {} method ProtoReflect (line 48) | func (x *GetVehicleRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*GetVehicleRequest) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *GetVehicleRequest) GetId() int64 { type GetVehicleReply (line 73) | type GetVehicleReply struct method Reset (line 81) | func (x *GetVehicleReply) Reset() { method String (line 90) | func (x *GetVehicleReply) String() string { method ProtoMessage (line 94) | func (*GetVehicleReply) ProtoMessage() {} method ProtoReflect (line 96) | func (x *GetVehicleReply) ProtoReflect() protoreflect.Message { method Descriptor (line 109) | func (*GetVehicleReply) Descriptor() ([]byte, []int) { method GetVehicle (line 113) | func (x *GetVehicleReply) GetVehicle() *Vehicle { type ListVehiclesRequest (line 121) | type ListVehiclesRequest struct method Reset (line 129) | func (x *ListVehiclesRequest) Reset() { method String (line 138) | func (x *ListVehiclesRequest) String() string { method ProtoMessage (line 142) | func (*ListVehiclesRequest) ProtoMessage() {} method ProtoReflect (line 144) | func (x *ListVehiclesRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 157) | func (*ListVehiclesRequest) Descriptor() ([]byte, []int) { method GetIds (line 161) | func (x *ListVehiclesRequest) GetIds() []int64 { type ListVehiclesReply (line 169) | type ListVehiclesReply struct method Reset (line 177) | func (x *ListVehiclesReply) Reset() { method String (line 186) | func (x *ListVehiclesReply) String() string { method ProtoMessage (line 190) | func (*ListVehiclesReply) ProtoMessage() {} method ProtoReflect (line 192) | func (x *ListVehiclesReply) ProtoReflect() protoreflect.Message { method Descriptor (line 205) | func (*ListVehiclesReply) Descriptor() ([]byte, []int) { method GetVehicles (line 209) | func (x *ListVehiclesReply) GetVehicles() []*Vehicle { type Vehicle (line 217) | type Vehicle struct method Reset (line 258) | func (x *Vehicle) Reset() { method String (line 267) | func (x *Vehicle) String() string { method ProtoMessage (line 271) | func (*Vehicle) ProtoMessage() {} method ProtoReflect (line 273) | func (x *Vehicle) ProtoReflect() protoreflect.Message { method Descriptor (line 286) | func (*Vehicle) Descriptor() ([]byte, []int) { method GetId (line 290) | func (x *Vehicle) GetId() int64 { method GetName (line 297) | func (x *Vehicle) GetName() string { method GetModel (line 304) | func (x *Vehicle) GetModel() string { method GetVehicleClass (line 311) | func (x *Vehicle) GetVehicleClass() string { method GetManufacturer (line 318) | func (x *Vehicle) GetManufacturer() string { method GetLength (line 325) | func (x *Vehicle) GetLength() string { method GetCostInCredits (line 332) | func (x *Vehicle) GetCostInCredits() string { method GetCrew (line 339) | func (x *Vehicle) GetCrew() string { method GetPassengers (line 346) | func (x *Vehicle) GetPassengers() string { method GetMaxAtmospheringSpeed (line 353) | func (x *Vehicle) GetMaxAtmospheringSpeed() string { method GetCargoCapacity (line 360) | func (x *Vehicle) GetCargoCapacity() string { method GetConsumables (line 367) | func (x *Vehicle) GetConsumables() string { method GetUrl (line 374) | func (x *Vehicle) GetUrl() string { method GetCreated (line 381) | func (x *Vehicle) GetCreated() string { method GetEdited (line 388) | func (x *Vehicle) GetEdited() string { method GetFilmIds (line 395) | func (x *Vehicle) GetFilmIds() []int64 { method GetPilotIds (line 402) | func (x *Vehicle) GetPilotIds() []int64 { function file_vehicle_vehicle_proto_rawDescGZIP (line 491) | func file_vehicle_vehicle_proto_rawDescGZIP() []byte { function init (line 520) | func init() { file_vehicle_vehicle_proto_init() } function file_vehicle_vehicle_proto_init (line 521) | func file_vehicle_vehicle_proto_init() { FILE: demo/swapi/vehicle/vehicle_grpc.pb.go constant _ (line 19) | _ = grpc.SupportPackageIsVersion8 constant VehicleService_GetVehicle_FullMethodName (line 22) | VehicleService_GetVehicle_FullMethodName = "/swapi.vehicle.VehicleServ... constant VehicleService_ListVehicles_FullMethodName (line 23) | VehicleService_ListVehicles_FullMethodName = "/swapi.vehicle.VehicleServ... type VehicleServiceClient (line 29) | type VehicleServiceClient interface type vehicleServiceClient (line 34) | type vehicleServiceClient struct method GetVehicle (line 42) | func (c *vehicleServiceClient) GetVehicle(ctx context.Context, in *Get... method ListVehicles (line 52) | func (c *vehicleServiceClient) ListVehicles(ctx context.Context, in *L... function NewVehicleServiceClient (line 38) | func NewVehicleServiceClient(cc grpc.ClientConnInterface) VehicleService... type VehicleServiceServer (line 65) | type VehicleServiceServer interface type UnimplementedVehicleServiceServer (line 72) | type UnimplementedVehicleServiceServer struct method GetVehicle (line 75) | func (UnimplementedVehicleServiceServer) GetVehicle(context.Context, *... method ListVehicles (line 78) | func (UnimplementedVehicleServiceServer) ListVehicles(context.Context,... method mustEmbedUnimplementedVehicleServiceServer (line 81) | func (UnimplementedVehicleServiceServer) mustEmbedUnimplementedVehicle... type UnsafeVehicleServiceServer (line 86) | type UnsafeVehicleServiceServer interface function RegisterVehicleServiceServer (line 90) | func RegisterVehicleServiceServer(s grpc.ServiceRegistrar, srv VehicleSe... function _VehicleService_GetVehicle_Handler (line 94) | func _VehicleService_GetVehicle_Handler(srv interface{}, ctx context.Con... function _VehicleService_ListVehicles_Handler (line 112) | func _VehicleService_ListVehicles_Handler(srv interface{}, ctx context.C... FILE: demo/util/util.go function PersonURLToID (line 18) | func PersonURLToID(url string) (int64, error) { function PlanetURLToID (line 22) | func PlanetURLToID(url string) (int64, error) { function VehicleURLToID (line 26) | func VehicleURLToID(url string) (int64, error) { function StarshipURLToID (line 30) | func StarshipURLToID(url string) (int64, error) { function SpeciesURLToID (line 34) | func SpeciesURLToID(url string) (int64, error) { function FilmURLToID (line 38) | func FilmURLToID(url string) (int64, error) { function urlToID (line 42) | func urlToID(url string, re *regexp.Regexp) (int64, error) { FILE: generator/code_generator.go type CodeGenerator (line 24) | type CodeGenerator struct method Generate (line 31) | func (g *CodeGenerator) Generate(file *resolver.File) ([]byte, error) { function NewCodeGenerator (line 27) | func NewCodeGenerator() *CodeGenerator { type File (line 39) | type File struct method Version (line 53) | func (f *File) Version() string { method Source (line 57) | func (f *File) Source() string { method Services (line 61) | func (f *File) Services() []*Service { method CELPlugins (line 317) | func (f *File) CELPlugins() []*CELPlugin { method StandardImports (line 510) | func (f *File) StandardImports() []*Import { method DefaultImports (line 547) | func (f *File) DefaultImports() []*Import { method Imports (line 604) | func (f *File) Imports() []*Import { method getAlias (line 669) | func (f *File) getAlias(pkg *resolver.GoPackage) string { method Enums (line 683) | func (f *File) Enums() []*Enum { method EnumAttributes (line 733) | func (f *File) EnumAttributes() []*EnumAttribute { method toTypeText (line 1149) | func (f *File) toTypeText(t *resolver.Type) string { method oneofTypeToText (line 1210) | func (f *File) oneofTypeToText(oneofField *resolver.OneofField) string { method messageTypeToText (line 1219) | func (f *File) messageTypeToText(msg *resolver.Message) string { method enumTypeToText (line 1249) | func (f *File) enumTypeToText(enum *resolver.Enum) string { method createEnumSelectorParam (line 2590) | func (f *File) createEnumSelectorParam(msg *resolver.Message, toType *... function NewFile (line 45) | func NewFile(file *resolver.File) *File { type CELPlugin (line 69) | type CELPlugin struct method FederationVersion (line 74) | func (p *CELPlugin) FederationVersion() string { method FieldName (line 78) | func (p *CELPlugin) FieldName() string { method PluginName (line 82) | func (p *CELPlugin) PluginName() string { method Functions (line 86) | func (p *CELPlugin) Functions() []*CELFunction { method PluginFunctions (line 303) | func (p *CELPlugin) PluginFunctions() []*CELFunction { type CELFunction (line 97) | type CELFunction struct method GoName (line 103) | func (f *CELFunction) GoName() string { method Name (line 114) | func (f *CELFunction) Name() string { method IsMethod (line 122) | func (f *CELFunction) IsMethod() bool { method ExportName (line 126) | func (f *CELFunction) ExportName() string { method Args (line 130) | func (f *CELFunction) Args() []*CELFunctionArgument { method Return (line 145) | func (f *CELFunction) Return() *CELFunctionReturn { type CELFunctionArgument (line 155) | type CELFunctionArgument struct method Type (line 161) | func (f *CELFunctionArgument) Type() string { method CELType (line 165) | func (f *CELFunctionArgument) CELType() string { method Converter (line 169) | func (f *CELFunctionArgument) Converter() string { type CELFunctionReturn (line 231) | type CELFunctionReturn struct method Type (line 237) | func (r *CELFunctionReturn) Type() string { method CELType (line 241) | func (r *CELFunctionReturn) CELType() string { method FuncName (line 245) | func (r *CELFunctionReturn) FuncName() string { method Converter (line 249) | func (r *CELFunctionReturn) Converter() string { type Service (line 328) | type Service struct method CELCacheIndex (line 343) | func (s *Service) CELCacheIndex() int { method Env (line 348) | func (s *Service) Env() *Env { method ServiceVariables (line 361) | func (s *Service) ServiceVariables() *ServiceVariables { method CELPlugins (line 880) | func (s *Service) CELPlugins() []*CELPlugin { method Types (line 891) | func (s *Service) Types() Types { method OneofTypes (line 895) | func (s *Service) OneofTypes() []*OneofType { method ServiceName (line 932) | func (s *Service) ServiceName() string { method PackageName (line 936) | func (s *Service) PackageName() string { method ServiceDependencies (line 979) | func (s *Service) ServiceDependencies() []*ServiceDependency { method CustomResolvers (line 1032) | func (s *Service) CustomResolvers() []*CustomResolver { method LogValues (line 1298) | func (s *Service) LogValues() []*LogValue { method setLogValueByMessage (line 1322) | func (s *Service) setLogValueByMessage(msg *resolver.Message) { method setLogValueByMapMessage (line 1355) | func (s *Service) setLogValueByMapMessage(msg *resolver.Message) { method setLogValueByType (line 1372) | func (s *Service) setLogValueByType(typ *resolver.Type) { method setLogValueByMessageArgument (line 1385) | func (s *Service) setLogValueByMessageArgument(msg *resolver.Message) { method setLogValueByEnum (line 1420) | func (s *Service) setLogValueByEnum(enum *resolver.Enum) { method setLogValueByRepeatedType (line 1441) | func (s *Service) setLogValueByRepeatedType(typ *resolver.Type) { method messageToLogValueName (line 1468) | func (s *Service) messageToLogValueName(msg *resolver.Message) string { method enumToLogValueName (line 1472) | func (s *Service) enumToLogValueName(enum *resolver.Enum) string { method repeatedMessageToLogValueName (line 1476) | func (s *Service) repeatedMessageToLogValueName(msg *resolver.Message)... method repeatedEnumToLogValueName (line 1480) | func (s *Service) repeatedEnumToLogValueName(enum *resolver.Enum) stri... method logType (line 1484) | func (s *Service) logType(typ *resolver.Type) string { method logValue (line 1508) | func (s *Service) logValue(field *resolver.Field) string { method logMapValue (line 1535) | func (s *Service) logMapValue(value *resolver.Field) string { method msgArgumentLogValue (line 1550) | func (s *Service) msgArgumentLogValue(field *resolver.Field) string { method logValueFuncName (line 1577) | func (s *Service) logValueFuncName(typ *resolver.Type) string { method DependentMethods (line 1599) | func (s *Service) DependentMethods() []*DependentMethod { method dependentMethods (line 1616) | func (s *Service) dependentMethods(msg *resolver.Message) []*Dependent... method Methods (line 1742) | func (s *Service) Methods() []*Method { method Messages (line 3787) | func (s *Service) Messages() []*Message { method CastFields (line 3802) | func (s *Service) CastFields() []*CastField { function newService (line 335) | func newService(svc *resolver.Service, file *File) *Service { type Env (line 381) | type Env struct method Vars (line 386) | func (e *Env) Vars() []*EnvVar { type EnvVar (line 397) | type EnvVar struct method Name (line 402) | func (v *EnvVar) Name() string { method ProtoName (line 406) | func (v *EnvVar) ProtoName() string { method CELType (line 412) | func (v *EnvVar) CELType() string { method Type (line 416) | func (v *EnvVar) Type() string { method Tag (line 443) | func (v *EnvVar) Tag() string { constant durationPkg (line 410) | durationPkg = "google.golang.org/protobuf/types/known/durationpb" type ServiceVariables (line 466) | type ServiceVariables struct method Defs (line 471) | func (v *ServiceVariables) Defs() []*VariableDefinition { type ServiceVariable (line 483) | type ServiceVariable struct method Name (line 488) | func (v *ServiceVariable) Name() string { method ProtoName (line 492) | func (v *ServiceVariable) ProtoName() string { method CELType (line 496) | func (v *ServiceVariable) CELType() string { method Type (line 500) | func (v *ServiceVariable) Type() string { type Import (line 504) | type Import struct type Enum (line 677) | type Enum struct type EnumAttribute (line 721) | type EnumAttribute struct type EnumValueAttribute (line 727) | type EnumValueAttribute struct function newServiceTypeDeclares (line 756) | func newServiceTypeDeclares(file *File, msgs []*resolver.Message) []*Type { function newTypeDeclaresWithMessage (line 767) | func newTypeDeclaresWithMessage(file *File, msg *resolver.Message) []*Ty... type OneofType (line 870) | type OneofType struct type ServiceDependency (line 940) | type ServiceDependency struct method ServiceName (line 945) | func (dep *ServiceDependency) ServiceName() string { method NameConfig (line 949) | func (dep *ServiceDependency) NameConfig() string { method ClientName (line 953) | func (dep *ServiceDependency) ClientName() string { method PrivateClientName (line 958) | func (dep *ServiceDependency) PrivateClientName() string { method ClientType (line 963) | func (dep *ServiceDependency) ClientType() string { method ClientConstructor (line 971) | func (dep *ServiceDependency) ClientConstructor() string { type CustomResolver (line 991) | type CustomResolver struct method Name (line 997) | func (r *CustomResolver) Name() string { method RequestType (line 1001) | func (r *CustomResolver) RequestType() string { method fullName (line 1005) | func (r *CustomResolver) fullName() string { method ProtoFQDN (line 1014) | func (r *CustomResolver) ProtoFQDN() string { method ReturnType (line 1022) | func (r *CustomResolver) ReturnType() string { type Types (line 1045) | type Types type Type (line 1047) | type Type struct type VariableType (line 1056) | type VariableType struct method HasField (line 1066) | func (t *VariableType) HasField(fieldName string) bool { function variableTypeName (line 1062) | func variableTypeName(msg *resolver.Message) string { type ProtoField (line 1075) | type ProtoField struct method FieldName (line 1079) | func (f *ProtoField) FieldName() string { method Name (line 1083) | func (f *ProtoField) Name() string { method TypeDeclare (line 1087) | func (f *ProtoField) TypeDeclare() string { type Field (line 1091) | type Field struct function toMakeZeroValue (line 1096) | func toMakeZeroValue(file *File, t *resolver.Type) string { function toCELTypeDeclare (line 1116) | func toCELTypeDeclare(t *resolver.Type) string { type LogValue (line 1266) | type LogValue struct method IsRepeated (line 1274) | func (v *LogValue) IsRepeated() bool { method IsMessage (line 1281) | func (v *LogValue) IsMessage() bool { method IsMap (line 1285) | func (v *LogValue) IsMap() bool { type LogValueAttr (line 1292) | type LogValueAttr struct type DependentMethod (line 1594) | type DependentMethod struct type Method (line 1672) | type Method struct method Name (line 1678) | func (m *Method) Name() string { method ProtoFQDN (line 1682) | func (m *Method) ProtoFQDN() string { method UseTimeout (line 1686) | func (m *Method) UseTimeout() bool { method Timeout (line 1693) | func (m *Method) Timeout() string { method CustomResponse (line 1697) | func (m *Method) CustomResponse() bool { method ResponseCastFuncName (line 1701) | func (m *Method) ResponseCastFuncName() string { method ResolverName (line 1708) | func (m *Method) ResolverName() string { method ArgumentName (line 1717) | func (m *Method) ArgumentName() string { method RequestType (line 1722) | func (m *Method) RequestType() string { method ReturnType (line 1726) | func (m *Method) ReturnType() string { method ReturnTypeWithoutPtr (line 1730) | func (m *Method) ReturnTypeWithoutPtr() string { method ReturnTypeArguments (line 1734) | func (m *Method) ReturnTypeArguments() []string { type Message (line 1754) | type Message struct method CELCacheIndex (line 1760) | func (m *Message) CELCacheIndex() int { method ProtoFQDN (line 1764) | func (m *Message) ProtoFQDN() string { method ResolverName (line 1768) | func (m *Message) ResolverName() string { method RequestType (line 1773) | func (m *Message) RequestType() string { method RequestProtoType (line 1778) | func (m *Message) RequestProtoType() string { method CustomResolverName (line 1782) | func (m *Message) CustomResolverName() string { method ReturnType (line 1787) | func (m *Message) ReturnType() string { method LogValueReturnType (line 1791) | func (m *Message) LogValueReturnType() string { method VariableDefinitionSet (line 1795) | func (m *Message) VariableDefinitionSet() *VariableDefinitionSet { method IsDeclVariables (line 1858) | func (m *Message) IsDeclVariables() bool { method DeclVariables (line 1867) | func (m *Message) DeclVariables() []*DeclVariable { method CustomResolverArguments (line 2413) | func (m *Message) CustomResolverArguments() []*Argument { method ReturnFields (line 2439) | func (m *Message) ReturnFields() ([]*ReturnField, error) { method autoBindFieldToReturnField (line 2481) | func (m *Message) autoBindFieldToReturnField(field *resolver.Field, au... method autoBindSourceType (line 2529) | func (m *Message) autoBindSourceType(autoBindField *resolver.AutoBindF... method celValueToReturnField (line 2552) | func (m *Message) celValueToReturnField(field *resolver.Field, value *... method customResolverToReturnField (line 2619) | func (m *Message) customResolverToReturnField(field *resolver.Field) *... method oneofValueToReturnField (line 2632) | func (m *Message) oneofValueToReturnField(oneof *resolver.Oneof) (*One... type VariableDefinitionSet (line 1811) | type VariableDefinitionSet struct method Definitions (line 1816) | func (set *VariableDefinitionSet) Definitions() []*VariableDefinition { method DependencyGraph (line 1831) | func (set *VariableDefinitionSet) DependencyGraph() string { method VariableDefinitionGroups (line 1844) | func (set *VariableDefinitionSet) VariableDefinitionGroups() []*Variab... type DeclVariable (line 1862) | type DeclVariable struct type ReturnField (line 1896) | type ReturnField struct type OneofReturnField (line 1903) | type OneofReturnField struct method HasFieldOneofRule (line 1954) | func (f *OneofReturnField) HasFieldOneofRule() bool { type CELReturnField (line 1909) | type CELReturnField struct type SetterParam (line 1916) | type SetterParam struct type EnumSelectorSetterParam (line 1926) | type EnumSelectorSetterParam struct type CustomResolverReturnField (line 1938) | type CustomResolverReturnField struct type AutoBindReturnField (line 1946) | type AutoBindReturnField struct type OneofField (line 1966) | type OneofField struct method VariableDefinitionSet (line 1979) | func (oneof *OneofField) VariableDefinitionSet() *VariableDefinitionSet { type CastField (line 1995) | type CastField struct method RequestType (line 2003) | func (f *CastField) RequestType() string { method ResponseType (line 2009) | func (f *CastField) ResponseType() string { method ReturnType (line 2015) | func (f *CastField) ReturnType() string { method RequestProtoFQDN (line 2021) | func (f *CastField) RequestProtoFQDN() string { method ResponseProtoFQDN (line 2025) | func (f *CastField) ResponseProtoFQDN() string { method IsSlice (line 2029) | func (f *CastField) IsSlice() bool { method IsOneof (line 2033) | func (f *CastField) IsOneof() bool { method IsStruct (line 2037) | func (f *CastField) IsStruct() bool { method IsEnumToNumber (line 2041) | func (f *CastField) IsEnumToNumber() bool { method IsNumberToEnum (line 2045) | func (f *CastField) IsNumberToEnum() bool { method IsEnum (line 2049) | func (f *CastField) IsEnum() bool { method IsMap (line 2053) | func (f *CastField) IsMap() bool { method IsRequiredValidationNumber (line 2072) | func (f *CastField) IsRequiredValidationNumber() bool { method CastWithValidationName (line 2076) | func (f *CastField) CastWithValidationName() string { method CastOneofWrapper (line 2097) | func (f *CastField) CastOneofWrapper() *CastOneofWrapper { method ToEnum (line 2113) | func (f *CastField) ToEnum() (*CastEnum, error) { method toEnumFromDepServiceToService (line 2152) | func (f *CastField) toEnumFromDepServiceToService(enum, depSvcEnum *re... method toEnumFromServiceToDepService (line 2188) | func (f *CastField) toEnumFromServiceToDepService(enum, depSvcEnum *re... method ToSlice (line 2231) | func (f *CastField) ToSlice() *CastSlice { method ToStruct (line 2264) | func (f *CastField) ToStruct() *CastStruct { method toStructField (line 2316) | func (f *CastField) toStructField(toField *resolver.Field, fromMsg *re... method ToOneof (line 2359) | func (f *CastField) ToOneof() *CastOneof { method ToMap (line 2398) | func (f *CastField) ToMap() *CastMap { type CastOneofWrapper (line 2080) | type CastOneofWrapper struct type CastEnum (line 2085) | type CastEnum struct type CastEnumValue (line 2092) | type CastEnumValue struct type CastSlice (line 2224) | type CastSlice struct type CastStruct (line 2244) | type CastStruct struct type CastOneofStruct (line 2251) | type CastOneofStruct struct type CastStructField (line 2256) | type CastStructField struct type CastOneof (line 2351) | type CastOneof struct type CastMap (line 2389) | type CastMap struct type VariableDefinitionGroup (line 2729) | type VariableDefinitionGroup struct method IsConcurrent (line 2734) | func (g *VariableDefinitionGroup) IsConcurrent() bool { method ExistsStart (line 2738) | func (g *VariableDefinitionGroup) ExistsStart() bool { method ExistsEnd (line 2746) | func (g *VariableDefinitionGroup) ExistsEnd() bool { method Starts (line 2756) | func (g *VariableDefinitionGroup) Starts() []*VariableDefinitionGroup { method Start (line 2771) | func (g *VariableDefinitionGroup) Start() *VariableDefinitionGroup { method End (line 2782) | func (g *VariableDefinitionGroup) End() *VariableDefinition { type VariableDefinition (line 2800) | type VariableDefinition struct method CELCacheIndex (line 2806) | func (d *VariableDefinition) CELCacheIndex() int { method Key (line 2810) | func (d *VariableDefinition) Key() string { method VarFieldName (line 2814) | func (d *VariableDefinition) VarFieldName() string { method UseIf (line 2818) | func (d *VariableDefinition) UseIf() bool { method If (line 2822) | func (d *VariableDefinition) If() string { method UseTimeout (line 2826) | func (d *VariableDefinition) UseTimeout() bool { method UseRetry (line 2831) | func (d *VariableDefinition) UseRetry() bool { method Retry (line 2836) | func (d *VariableDefinition) Retry() *resolver.RetryPolicy { method UseCallOption (line 2840) | func (d *VariableDefinition) UseCallOption() bool { method CallOption (line 2845) | func (d *VariableDefinition) CallOption() *GRPCCallOption { method UseMetadata (line 2849) | func (d *VariableDefinition) UseMetadata() bool { method Metadata (line 2854) | func (d *VariableDefinition) Metadata() string { method MethodFQDN (line 2911) | func (d *VariableDefinition) MethodFQDN() string { method RequestTypeFQDN (line 2919) | func (d *VariableDefinition) RequestTypeFQDN() string { method Timeout (line 2927) | func (d *VariableDefinition) Timeout() string { method UseArgs (line 2935) | func (d *VariableDefinition) UseArgs() bool { method Caller (line 2946) | func (d *VariableDefinition) Caller() string { method HasErrorHandler (line 2964) | func (d *VariableDefinition) HasErrorHandler() bool { method GRPCErrors (line 2968) | func (d *VariableDefinition) GRPCErrors() []*GRPCError { method ServiceName (line 3190) | func (d *VariableDefinition) ServiceName() string { method DependentMethodName (line 3194) | func (d *VariableDefinition) DependentMethodName() string { method RequestType (line 3199) | func (d *VariableDefinition) RequestType() string { method LogValueRequestType (line 3215) | func (d *VariableDefinition) LogValueRequestType() string { method ReturnType (line 3223) | func (d *VariableDefinition) ReturnType() string { method UseResponseVariable (line 3238) | func (d *VariableDefinition) UseResponseVariable() bool { method IsBy (line 3242) | func (d *VariableDefinition) IsBy() bool { method IsSwitch (line 3246) | func (d *VariableDefinition) IsSwitch() bool { method IsEnum (line 3250) | func (d *VariableDefinition) IsEnum() bool { method IsMap (line 3254) | func (d *VariableDefinition) IsMap() bool { method IsCall (line 3258) | func (d *VariableDefinition) IsCall() bool { method MapResolver (line 3262) | func (d *VariableDefinition) MapResolver() *MapResolver { method Switch (line 3270) | func (d *VariableDefinition) Switch() *SwitchResolver { method IsValidation (line 3278) | func (d *VariableDefinition) IsValidation() bool { method By (line 3282) | func (d *VariableDefinition) By() *resolver.CELValue { method Enum (line 3286) | func (d *VariableDefinition) Enum() *resolver.EnumExpr { method EnumSrcType (line 3290) | func (d *VariableDefinition) EnumSrcType() string { method EnumSrcZeroValue (line 3294) | func (d *VariableDefinition) EnumSrcZeroValue() string { method EnumSelector (line 3298) | func (d *VariableDefinition) EnumSelector() *EnumSelectorSetterParam { method ZeroValue (line 3303) | func (d *VariableDefinition) ZeroValue() string { method ProtoComment (line 3307) | func (d *VariableDefinition) ProtoComment() string { method Type (line 3315) | func (d *VariableDefinition) Type() string { method TypeWithoutPtr (line 3319) | func (d *VariableDefinition) TypeWithoutPtr() string { method EnumCastFunc (line 3323) | func (d *VariableDefinition) EnumCastFunc() string { method CELType (line 3339) | func (d *VariableDefinition) CELType() string { method ResponseVariable (line 3349) | func (d *VariableDefinition) ResponseVariable() *ResponseVariable { method ValidationError (line 3603) | func (d *VariableDefinition) ValidationError() *GRPCError { method Arguments (line 3633) | func (d *VariableDefinition) Arguments() []*Argument { type GRPCCallOption (line 2858) | type GRPCCallOption struct method ContentSubtype (line 2862) | func (o *GRPCCallOption) ContentSubtype() string { method HeaderValueName (line 2869) | func (o *GRPCCallOption) HeaderValueName() string { method TrailerValueName (line 2876) | func (o *GRPCCallOption) TrailerValueName() string { method UseMaxCallRecvMsgSize (line 2883) | func (o *GRPCCallOption) UseMaxCallRecvMsgSize() bool { method UseMaxCallSendMsgSize (line 2887) | func (o *GRPCCallOption) UseMaxCallSendMsgSize() bool { method StaticMethod (line 2891) | func (o *GRPCCallOption) StaticMethod() bool { method UseWaitForReady (line 2895) | func (o *GRPCCallOption) UseWaitForReady() bool { method MaxCallRecvMsgSize (line 2899) | func (o *GRPCCallOption) MaxCallRecvMsgSize() int64 { method MaxCallSendMsgSize (line 2903) | func (o *GRPCCallOption) MaxCallSendMsgSize() int64 { method WaitForReady (line 2907) | func (o *GRPCCallOption) WaitForReady() bool { type GRPCError (line 2983) | type GRPCError struct method CELCacheIndex (line 2988) | func (e *GRPCError) CELCacheIndex() int { method GoGRPCStatusCode (line 2994) | func (e *GRPCError) GoGRPCStatusCode() string { method LogLevelValue (line 3009) | func (e *GRPCError) LogLevelValue() string { method VariableDefinitionSet (line 3021) | func (e *GRPCError) VariableDefinitionSet() *VariableDefinitionSet { method Details (line 3034) | func (e *GRPCError) Details() []*GRPCErrorDetail { type GRPCErrorDetail (line 3045) | type GRPCErrorDetail struct method VariableDefinitionSet (line 3050) | func (detail *GRPCErrorDetail) VariableDefinitionSet() *VariableDefini... method MessageSet (line 3066) | func (detail *GRPCErrorDetail) MessageSet() *VariableDefinitionSet { method By (line 3087) | func (detail *GRPCErrorDetail) By() []*GRPCErrorDetailBy { method PreconditionFailures (line 3098) | func (detail *GRPCErrorDetail) PreconditionFailures() []*PreconditionF... method BadRequests (line 3109) | func (detail *GRPCErrorDetail) BadRequests() []*BadRequest { method LocalizedMessages (line 3120) | func (detail *GRPCErrorDetail) LocalizedMessages() []*LocalizedMessage { type GRPCErrorDetailBy (line 3082) | type GRPCErrorDetailBy struct type PreconditionFailure (line 3131) | type PreconditionFailure struct method Violations (line 3141) | func (pf *PreconditionFailure) Violations() []*PreconditionFailureViol... type PreconditionFailureViolation (line 3136) | type PreconditionFailureViolation struct method CELCacheIndex (line 3152) | func (v *PreconditionFailureViolation) CELCacheIndex() int { type BadRequest (line 3156) | type BadRequest struct method FieldViolations (line 3166) | func (b *BadRequest) FieldViolations() []*BadRequestFieldViolation { type BadRequestFieldViolation (line 3161) | type BadRequestFieldViolation struct method CELCacheIndex (line 3177) | func (v *BadRequestFieldViolation) CELCacheIndex() int { type LocalizedMessage (line 3181) | type LocalizedMessage struct method CELCacheIndex (line 3186) | func (m *LocalizedMessage) CELCacheIndex() int { type ResponseVariable (line 3343) | type ResponseVariable struct type MapResolver (line 3361) | type MapResolver struct method IteratorName (line 3367) | func (r *MapResolver) IteratorName() string { method IteratorCELType (line 3371) | func (r *MapResolver) IteratorCELType() string { method IteratorType (line 3377) | func (r *MapResolver) IteratorType() string { method IteratorZeroValue (line 3383) | func (r *MapResolver) IteratorZeroValue() string { method EnumSelector (line 3389) | func (r *MapResolver) EnumSelector() (*EnumSelectorSetterParam, error) { method EnumCastFunc (line 3400) | func (r *MapResolver) EnumCastFunc() (string, error) { method EnumSrcType (line 3422) | func (r *MapResolver) EnumSrcType() (string, error) { method EnumDrcType (line 3430) | func (r *MapResolver) EnumDrcType() (string, error) { method EnumSrcZeroValue (line 3438) | func (r *MapResolver) EnumSrcZeroValue() (string, error) { method IteratorSource (line 3446) | func (r *MapResolver) IteratorSource() string { method IteratorSourceType (line 3450) | func (r *MapResolver) IteratorSourceType() string { method IsBy (line 3456) | func (r *MapResolver) IsBy() bool { method IsMessage (line 3460) | func (r *MapResolver) IsMessage() bool { method IsEnum (line 3464) | func (r *MapResolver) IsEnum() bool { method Arguments (line 3468) | func (r *MapResolver) Arguments() []*Argument { method MapOutType (line 3472) | func (r *MapResolver) MapOutType() string { method Caller (line 3478) | func (r *MapResolver) Caller() string { method RequestType (line 3486) | func (r *MapResolver) RequestType() string { type SwitchResolver (line 3496) | type SwitchResolver struct method Type (line 3502) | func (r *SwitchResolver) Type() string { method CELCacheIndex (line 3506) | func (r *SwitchResolver) CELCacheIndex() int { method Cases (line 3520) | func (r *SwitchResolver) Cases() []*SwitchCaseResolver { method Default (line 3531) | func (r *SwitchResolver) Default() *SwitchDefaultResolver { type SwitchCaseResolver (line 3510) | type SwitchCaseResolver struct method DefSet (line 3538) | func (r *SwitchCaseResolver) DefSet() *VariableDefinitionSet { method If (line 3548) | func (r *SwitchCaseResolver) If() *resolver.CELValue { method By (line 3552) | func (r *SwitchCaseResolver) By() *resolver.CELValue { type SwitchDefaultResolver (line 3515) | type SwitchDefaultResolver struct method DefSet (line 3556) | func (r *SwitchDefaultResolver) DefSet() *VariableDefinitionSet { method By (line 3566) | func (r *SwitchDefaultResolver) By() *resolver.CELValue { function toCELNativeType (line 3570) | func toCELNativeType(t *resolver.Type) string { type Argument (line 3619) | type Argument struct function arguments (line 3637) | func arguments(file *File, expr *resolver.VariableExpr) []*Argument { function argument (line 3669) | func argument(file *File, msgArg *resolver.Message, arg *resolver.Argume... function loadTemplate (line 3844) | func loadTemplate() (*template.Template, error) { function generateGoContent (line 3859) | func generateGoContent(tmpl *template.Template, f *File) ([]byte, error) { function toUserDefinedVariable (line 3885) | func toUserDefinedVariable(name string) string { function toEnumValuePrefix (line 3889) | func toEnumValuePrefix(file *File, typ *resolver.Type) string { function toEnumValueText (line 3907) | func toEnumValueText(enumValuePrefix string, value string) string { function protoFQDNToPublicGoName (line 3911) | func protoFQDNToPublicGoName(fqdn string) string { function fullServiceName (line 3921) | func fullServiceName(svc *resolver.Service) string { function fullOneofName (line 3925) | func fullOneofName(oneofField *resolver.OneofField) string { function fullMessageName (line 3933) | func fullMessageName(msg *resolver.Message) string { function fullEnumName (line 3937) | func fullEnumName(enum *resolver.Enum) string { function requiredCast (line 3941) | func requiredCast(from, to *resolver.Type) bool { function castFuncName (line 3960) | func castFuncName(from, to *resolver.Type) string { function castName (line 3964) | func castName(typ *resolver.Type) string { FILE: generator/code_generator_test.go function TestCodeGenerate (line 23) | func TestCodeGenerate(t *testing.T) { function TestValidationError_GoGRPCStatusCode (line 219) | func TestValidationError_GoGRPCStatusCode(t *testing.T) { FILE: generator/config.go type Config (line 14) | type Config struct method GetAutoProtocGenGo (line 72) | func (c *Config) GetAutoProtocGenGo() bool { method GetAutoProtocGenGoGRPC (line 79) | func (c *Config) GetAutoProtocGenGoGRPC() bool { type PluginConfig (line 29) | type PluginConfig struct type PluginOption (line 38) | type PluginOption struct method String (line 42) | func (o *PluginOption) String() string { method MarshalYAML (line 49) | func (o *PluginOption) MarshalYAML() ([]byte, error) { method UnmarshalYAML (line 56) | func (o *PluginOption) UnmarshalYAML(b []byte) error { function LoadConfig (line 86) | func LoadConfig(path string) (Config, error) { function LoadConfigFromReader (line 94) | func LoadConfigFromReader(r io.Reader) (Config, error) { function setupConfig (line 109) | func setupConfig(cfg *Config) error { function createStandardPluginMap (line 141) | func createStandardPluginMap(cfg *Config) map[string]bool { function lookupProtocPlugin (line 149) | func lookupProtocPlugin(name string, standardPluginMap map[string]bool) ... function addStandardPlugin (line 160) | func addStandardPlugin(cfg *Config, name string) { FILE: generator/funcs.go function CreateMap (line 11) | func CreateMap(pairs ...any) (map[string]any, error) { function ParentCtx (line 29) | func ParentCtx(level int) (string, error) { function Add (line 43) | func Add(n1, n2 int) int { function LocalVariable (line 47) | func LocalVariable(v string) string { FILE: generator/funcs_test.go function TestCreateMap (line 10) | func TestCreateMap(t *testing.T) { function TestParentCtx (line 64) | func TestParentCtx(t *testing.T) { function TestAdd (line 115) | func TestAdd(t *testing.T) { FILE: generator/generator.go constant protocGenGRPCFederation (line 32) | protocGenGRPCFederation = "protoc-gen-grpc-federation" constant protocGenGo (line 33) | protocGenGo = "protoc-gen-go" constant protocGenGoGRPC (line 34) | protocGenGoGRPC = "protoc-gen-go-grpc" type Generator (line 37) | type Generator struct method Close (line 141) | func (g *Generator) Close(ctx context.Context) error { method SetPostProcessHandler (line 148) | func (g *Generator) SetPostProcessHandler(postProcessHandler func(ctx ... method Generate (line 152) | func (g *Generator) Generate(ctx context.Context, protoPath string, op... method GenerateAll (line 213) | func (g *Generator) GenerateAll(ctx context.Context) (BuildCacheMap, e... method generateByPlugin (line 278) | func (g *Generator) generateByPlugin(ctx context.Context, req *PluginR... method createProtoPathMap (line 313) | func (g *Generator) createProtoPathMap() (map[string]struct{}, error) { method setWatcher (line 337) | func (g *Generator) setWatcher(w *Watcher) error { method otherResults (line 396) | func (g *Generator) otherResults(path string) []*ProtoFileResult { method createProtoFile (line 423) | func (g *Generator) createProtoFile(ctx context.Context, path string) ... method updateProtoFile (line 432) | func (g *Generator) updateProtoFile(ctx context.Context, path string) ... method deleteProtoFile (line 443) | func (g *Generator) deleteProtoFile(path string) *ProtoFileResult { method createGeneratorResult (line 460) | func (g *Generator) createGeneratorResult(ctx context.Context, path st... method compileProto (line 500) | func (g *Generator) compileProto(ctx context.Context, protoPath string... method generateByProtogenGo (line 537) | func (g *Generator) generateByProtogenGo(r *PluginRequest) (*pluginpb.... method generateByProtogenGoGRPC (line 574) | func (g *Generator) generateByProtogenGoGRPC(r *PluginRequest) (*plugi... method generateByGRPCFederation (line 615) | func (g *Generator) generateByGRPCFederation(r *PluginRequest) (*plugi... method createGRPCFederationFiles (line 649) | func (g *Generator) createGRPCFederationFiles(r *PluginRequest) ([]*re... method fileNameWithoutExt (line 657) | func (g *Generator) fileNameWithoutExt(name string) string { type Option (line 50) | type Option type PostProcessHandler (line 52) | type PostProcessHandler type BuildCache (line 54) | type BuildCache struct type BuildCacheMap (line 59) | type BuildCacheMap type Result (line 61) | type Result type ProtoFileResult (line 63) | type ProtoFileResult struct method WriteFiles (line 101) | func (r *ProtoFileResult) WriteFiles(ctx context.Context) error { type ActionType (line 71) | type ActionType constant KeepAction (line 74) | KeepAction ActionType = "keep" constant CreateAction (line 75) | CreateAction ActionType = "create" constant DeleteAction (line 76) | DeleteAction ActionType = "delete" constant UpdateAction (line 77) | UpdateAction ActionType = "update" constant ProtocAction (line 78) | ProtocAction ActionType = "protoc" type PluginRequest (line 81) | type PluginRequest struct function WatchMode (line 88) | func WatchMode() func(*Generator) error { function New (line 129) | func New(cfg Config) *Generator { function newPluginRequest (line 254) | func newPluginRequest(protoPath string, org *pluginpb.CodeGeneratorReque... function existsPath (line 391) | func existsPath(path string) bool { function CreateCodeGeneratorResponse (line 661) | func CreateCodeGeneratorResponse(ctx context.Context, req *pluginpb.Code... function evalAllCodeGenerationPlugin (line 719) | func evalAllCodeGenerationPlugin(ctx context.Context, results []*ProtoFi... type CodeGeneratorOption (line 754) | type CodeGeneratorOption struct type WasmPluginOption (line 759) | type WasmPluginOption struct function parseOptString (line 764) | func parseOptString(opt string) (*CodeGeneratorOption, error) { function parseOpt (line 774) | func parseOpt(opt *CodeGeneratorOption, pat string) error { function parseModuleOption (line 806) | func parseModuleOption(opt *CodeGeneratorOption, value string) error { function parsePathsOption (line 815) | func parsePathsOption(opt *CodeGeneratorOption, value string) error { type pluginURI (line 827) | type pluginURI struct function parsePluginURI (line 833) | func parsePluginURI(value string) (*pluginURI, error) { function parsePluginsOption (line 906) | func parsePluginsOption(opt *CodeGeneratorOption, value string) error { function parseFileSchemeOption (line 923) | func parseFileSchemeOption(opt *CodeGeneratorOption, pluginURI *pluginUR... function parseHTTPSchemeOption (line 967) | func parseHTTPSchemeOption(opt *CodeGeneratorOption, pluginURI *pluginUR... function parseHTTPSSchemeOption (line 992) | func parseHTTPSSchemeOption(opt *CodeGeneratorOption, pluginURI *pluginU... function downloadFile (line 1017) | func downloadFile(url string) (*os.File, error) { function splitOpt (line 1036) | func splitOpt(opt string) []string { type partOption (line 1040) | type partOption struct function splitOptPattern (line 1045) | func splitOptPattern(opt string) (*partOption, error) { function parseImportPathsOption (line 1056) | func parseImportPathsOption(opt *CodeGeneratorOption, value string) error { FILE: generator/generator_test.go function TestGenerateAll (line 14) | func TestGenerateAll(t *testing.T) { FILE: generator/plugin_option_test.go function TestParsePluginURI (line 9) | func TestParsePluginURI(t *testing.T) { function TestParsePluginsOption (line 215) | func TestParsePluginsOption(t *testing.T) { function TestParseFileSchemeOption (line 288) | func TestParseFileSchemeOption(t *testing.T) { function TestParseHTTPSchemeOption (line 404) | func TestParseHTTPSchemeOption(t *testing.T) { function TestParseHTTPSSchemeOption (line 475) | func TestParseHTTPSSchemeOption(t *testing.T) { FILE: generator/protoc_gen_go_grpc.go constant version (line 35) | version = "1.3.0" constant contextPackage (line 40) | contextPackage = protogen.GoImportPath("context") constant grpcPackage (line 41) | grpcPackage = protogen.GoImportPath("google.golang.org/grpc") constant codesPackage (line 42) | codesPackage = protogen.GoImportPath("google.golang.org/grpc/codes") constant statusPackage (line 43) | statusPackage = protogen.GoImportPath("google.golang.org/grpc/status") type serviceGenerateHelperInterface (line 46) | type serviceGenerateHelperInterface interface type serviceGenerateHelper (line 56) | type serviceGenerateHelper struct method formatFullMethodSymbol (line 58) | func (serviceGenerateHelper) formatFullMethodSymbol(service *protogen.... method genFullMethods (line 62) | func (serviceGenerateHelper) genFullMethods(g *protogen.GeneratedFile,... method generateClientStruct (line 73) | func (serviceGenerateHelper) generateClientStruct(g *protogen.Generate... method generateNewClientDefinitions (line 80) | func (serviceGenerateHelper) generateNewClientDefinitions(g *protogen.... method generateUnimplementedServerType (line 84) | func (serviceGenerateHelper) generateUnimplementedServerType(gen *prot... method generateServerFunctions (line 110) | func (serviceGenerateHelper) generateServerFunctions(gen *protogen.Plu... method formatHandlerFuncName (line 122) | func (serviceGenerateHelper) formatHandlerFuncName(service *protogen.S... constant fileDescriptorProtoPackageFieldNumber (line 129) | fileDescriptorProtoPackageFieldNumber = 2 constant fileDescriptorProtoSyntaxFieldNumber (line 132) | fileDescriptorProtoSyntaxFieldNumber = 12 function runProtogenGoGRPC (line 135) | func runProtogenGoGRPC(gen *protogen.Plugin, file *protogen.File, requir... function protocVersion (line 162) | func protocVersion(gen *protogen.Plugin) string { function generateFileContent (line 175) | func generateFileContent(gen *protogen.Plugin, file *protogen.File, g *p... function genService (line 190) | func genService(gen *protogen.Plugin, file *protogen.File, g *protogen.G... function clientSignature (line 298) | func clientSignature(g *protogen.GeneratedFile, method *protogen.Method)... function genClientMethod (line 313) | func genClientMethod(gen *protogen.Plugin, file *protogen.File, g *proto... function serverSignature (line 392) | func serverSignature(g *protogen.GeneratedFile, method *protogen.Method)... function genServiceDesc (line 408) | func genServiceDesc(file *protogen.File, g *protogen.GeneratedFile, serv... function genServerMethod (line 449) | func genServerMethod(gen *protogen.Plugin, file *protogen.File, g *proto... function genLeadingComments (line 531) | func genLeadingComments(g *protogen.GeneratedFile, loc protoreflect.Sour... constant deprecationComment (line 542) | deprecationComment = "// Deprecated: Do not use." function unexport (line 544) | func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } FILE: generator/testdata/expected_alias.go type FederationService_Org_Federation_GetPostResponseVariable (line 28) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 41) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 47) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 55) | type FederationServiceConfig struct type FederationServiceClientFactory (line 67) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 74) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 81) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 86) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 93) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 101) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 104) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... type FederationService (line 108) | type FederationService struct method cleanup (line 185) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 192) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 222) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 335) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method cast_Org_Federation_GetPostRequest_ConditionA__to__Org_Post_PostConditionA (line 499) | func (s *FederationService) cast_Org_Federation_GetPostRequest_Conditi... method cast_Org_Federation_GetPostRequest_ConditionB__to__Org_Post_PostConditionB (line 512) | func (s *FederationService) cast_Org_Federation_GetPostRequest_Conditi... method cast_Org_Post_PostContent_Category__to__Org_Federation_PostContent_Category (line 522) | func (s *FederationService) cast_Org_Post_PostContent_Category__to__Or... method cast_Org_Post_PostContent__to__Org_Federation_PostContent (line 536) | func (s *FederationService) cast_Org_Post_PostContent__to__Org_Federat... method cast_Org_Post_PostDataType__to__Org_Federation_PostType (line 565) | func (s *FederationService) cast_Org_Post_PostDataType__to__Org_Federa... method cast_Org_Post_PostData__to__Org_Federation_PostData (line 581) | func (s *FederationService) cast_Org_Post_PostData__to__Org_Federation... method cast_int64__to__int32 (line 604) | func (s *FederationService) cast_int64__to__int32(from int64) (int32, ... method cast_map_int64_int64__to__map_int32_int32 (line 613) | func (s *FederationService) cast_map_int64_int64__to__map_int32_int32(... method logvalue_Org_Federation_GetPostRequest_ConditionA (line 629) | func (s *FederationService) logvalue_Org_Federation_GetPostRequest_Con... method logvalue_Org_Federation_GetPostRequest_ConditionB (line 641) | func (s *FederationService) logvalue_Org_Federation_GetPostRequest_Con... method logvalue_Org_Federation_GetPostResponse (line 651) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 663) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 677) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 690) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_PostContent (line 704) | func (s *FederationService) logvalue_Org_Federation_PostContent(v *Pos... method logvalue_Org_Federation_PostContent_CastCountsEntry (line 721) | func (s *FederationService) logvalue_Org_Federation_PostContent_CastCo... method logvalue_Org_Federation_PostContent_Category (line 735) | func (s *FederationService) logvalue_Org_Federation_PostContent_Catego... method logvalue_Org_Federation_PostContent_CountsEntry (line 750) | func (s *FederationService) logvalue_Org_Federation_PostContent_Counts... method logvalue_Org_Federation_PostData (line 764) | func (s *FederationService) logvalue_Org_Federation_PostData(v *PostDa... method logvalue_Org_Federation_PostType (line 778) | func (s *FederationService) logvalue_Org_Federation_PostType(v PostTyp... method logvalue_Org_Post_GetPostRequest (line 795) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_PostConditionA (line 809) | func (s *FederationService) logvalue_Org_Post_PostConditionA(v *post.P... method logvalue_Org_Post_PostConditionB (line 821) | func (s *FederationService) logvalue_Org_Post_PostConditionB(v *post.P... function NewFederationService (line 123) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 181) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_alias_multifile.go type FederationService_Org_Federation_GetPostResponseVariable (line 29) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 34) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 40) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 49) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 55) | type FederationServiceConfig struct type FederationServiceClientFactory (line 67) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 76) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 83) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 89) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 96) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 104) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 107) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/or... constant FederationService_DependentMethod_Org_Post_V2_PostService_GetPost (line 108) | FederationService_DependentMethod_Org_Post_V2_PostService_GetPost = "/or... type FederationService (line 112) | type FederationService struct method cleanup (line 197) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 204) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 232) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 317) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method cast_Org_Post_PostContent_Category__to__Org_Federation_PostContent_Category (line 564) | func (s *FederationService) cast_Org_Post_PostContent_Category__to__Or... method cast_Org_Post_PostContent__to__Org_Federation_PostContent (line 578) | func (s *FederationService) cast_Org_Post_PostContent__to__Org_Federat... method cast_Org_Post_PostDataType__to__Org_Federation_PostType (line 598) | func (s *FederationService) cast_Org_Post_PostDataType__to__Org_Federa... method cast_Org_Post_PostData__to__Org_Federation_PostData (line 614) | func (s *FederationService) cast_Org_Post_PostData__to__Org_Federation... method cast_Org_Post_V2_PostContent_Category__to__Org_Federation_PostContent_Category (line 637) | func (s *FederationService) cast_Org_Post_V2_PostContent_Category__to_... method cast_Org_Post_V2_PostContent__to__Org_Federation_PostContent (line 651) | func (s *FederationService) cast_Org_Post_V2_PostContent__to__Org_Fede... method cast_Org_Post_V2_PostDataType__to__Org_Federation_PostType (line 671) | func (s *FederationService) cast_Org_Post_V2_PostDataType__to__Org_Fed... method cast_Org_Post_V2_PostData__to__Org_Federation_PostData (line 687) | func (s *FederationService) cast_Org_Post_V2_PostData__to__Org_Federat... method logvalue_Org_Federation_GetPostResponse (line 709) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 721) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 733) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 747) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_PostContent (line 759) | func (s *FederationService) logvalue_Org_Federation_PostContent(v *Pos... method logvalue_Org_Federation_PostContent_Category (line 773) | func (s *FederationService) logvalue_Org_Federation_PostContent_Catego... method logvalue_Org_Federation_PostData (line 786) | func (s *FederationService) logvalue_Org_Federation_PostData(v *PostDa... method logvalue_Org_Federation_PostType (line 800) | func (s *FederationService) logvalue_Org_Federation_PostType(v PostTyp... method logvalue_Org_Post_GetPostRequest (line 815) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_PostConditionA (line 829) | func (s *FederationService) logvalue_Org_Post_PostConditionA(v *post.P... method logvalue_Org_Post_PostConditionB (line 841) | func (s *FederationService) logvalue_Org_Post_PostConditionB(v *post.P... method logvalue_Org_Post_V2_GetPostRequest (line 851) | func (s *FederationService) logvalue_Org_Post_V2_GetPostRequest(v *pos... function NewFederationService (line 127) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 193) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_async.go type FederationService_Org_Federation_AAVariable (line 26) | type FederationService_Org_Federation_AAVariable struct type FederationService_Org_Federation_AAArgument (line 30) | type FederationService_Org_Federation_AAArgument struct type FederationService_Org_Federation_AVariable (line 35) | type FederationService_Org_Federation_AVariable struct type FederationService_Org_Federation_AArgument (line 39) | type FederationService_Org_Federation_AArgument struct type FederationService_Org_Federation_ABVariable (line 44) | type FederationService_Org_Federation_ABVariable struct type FederationService_Org_Federation_ABArgument (line 48) | type FederationService_Org_Federation_ABArgument struct type FederationService_Org_Federation_BVariable (line 53) | type FederationService_Org_Federation_BVariable struct type FederationService_Org_Federation_BArgument (line 57) | type FederationService_Org_Federation_BArgument struct type FederationService_Org_Federation_CVariable (line 62) | type FederationService_Org_Federation_CVariable struct type FederationService_Org_Federation_CArgument (line 66) | type FederationService_Org_Federation_CArgument struct type FederationService_Org_Federation_DVariable (line 72) | type FederationService_Org_Federation_DVariable struct type FederationService_Org_Federation_DArgument (line 76) | type FederationService_Org_Federation_DArgument struct type FederationService_Org_Federation_EVariable (line 82) | type FederationService_Org_Federation_EVariable struct type FederationService_Org_Federation_EArgument (line 86) | type FederationService_Org_Federation_EArgument struct type FederationService_Org_Federation_FVariable (line 93) | type FederationService_Org_Federation_FVariable struct type FederationService_Org_Federation_FArgument (line 97) | type FederationService_Org_Federation_FArgument struct type FederationService_Org_Federation_GVariable (line 104) | type FederationService_Org_Federation_GVariable struct type FederationService_Org_Federation_GArgument (line 108) | type FederationService_Org_Federation_GArgument struct type FederationService_Org_Federation_GetResponseVariable (line 113) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 127) | type FederationService_Org_Federation_GetResponseArgument struct type FederationService_Org_Federation_HVariable (line 132) | type FederationService_Org_Federation_HVariable struct type FederationService_Org_Federation_HArgument (line 136) | type FederationService_Org_Federation_HArgument struct type FederationService_Org_Federation_IVariable (line 144) | type FederationService_Org_Federation_IVariable struct type FederationService_Org_Federation_IArgument (line 148) | type FederationService_Org_Federation_IArgument struct type FederationService_Org_Federation_JVariable (line 153) | type FederationService_Org_Federation_JVariable struct type FederationService_Org_Federation_JArgument (line 157) | type FederationService_Org_Federation_JArgument struct type FederationServiceConfig (line 163) | type FederationServiceConfig struct type FederationServiceClientFactory (line 172) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 177) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 184) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 188) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 195) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 203) | type FederationServiceUnimplementedResolver struct type FederationService (line 206) | type FederationService struct method cleanup (line 286) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 293) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_A (line 319) | func (s *FederationService) resolve_Org_Federation_A(ctx context.Conte... method resolve_Org_Federation_AA (line 438) | func (s *FederationService) resolve_Org_Federation_AA(ctx context.Cont... method resolve_Org_Federation_AB (line 475) | func (s *FederationService) resolve_Org_Federation_AB(ctx context.Cont... method resolve_Org_Federation_B (line 512) | func (s *FederationService) resolve_Org_Federation_B(ctx context.Conte... method resolve_Org_Federation_C (line 549) | func (s *FederationService) resolve_Org_Federation_C(ctx context.Conte... method resolve_Org_Federation_D (line 586) | func (s *FederationService) resolve_Org_Federation_D(ctx context.Conte... method resolve_Org_Federation_E (line 623) | func (s *FederationService) resolve_Org_Federation_E(ctx context.Conte... method resolve_Org_Federation_F (line 660) | func (s *FederationService) resolve_Org_Federation_F(ctx context.Conte... method resolve_Org_Federation_G (line 697) | func (s *FederationService) resolve_Org_Federation_G(ctx context.Conte... method resolve_Org_Federation_GetResponse (line 734) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method resolve_Org_Federation_H (line 1331) | func (s *FederationService) resolve_Org_Federation_H(ctx context.Conte... method resolve_Org_Federation_I (line 1368) | func (s *FederationService) resolve_Org_Federation_I(ctx context.Conte... method resolve_Org_Federation_J (line 1405) | func (s *FederationService) resolve_Org_Federation_J(ctx context.Conte... method logvalue_Org_Federation_A (line 1441) | func (s *FederationService) logvalue_Org_Federation_A(v *A) slog.Value { method logvalue_Org_Federation_AA (line 1453) | func (s *FederationService) logvalue_Org_Federation_AA(v *AA) slog.Val... method logvalue_Org_Federation_AAArgument (line 1465) | func (s *FederationService) logvalue_Org_Federation_AAArgument(v *Fede... method logvalue_Org_Federation_AArgument (line 1475) | func (s *FederationService) logvalue_Org_Federation_AArgument(v *Feder... method logvalue_Org_Federation_AB (line 1485) | func (s *FederationService) logvalue_Org_Federation_AB(v *AB) slog.Val... method logvalue_Org_Federation_ABArgument (line 1497) | func (s *FederationService) logvalue_Org_Federation_ABArgument(v *Fede... method logvalue_Org_Federation_B (line 1507) | func (s *FederationService) logvalue_Org_Federation_B(v *B) slog.Value { method logvalue_Org_Federation_BArgument (line 1519) | func (s *FederationService) logvalue_Org_Federation_BArgument(v *Feder... method logvalue_Org_Federation_C (line 1529) | func (s *FederationService) logvalue_Org_Federation_C(v *C) slog.Value { method logvalue_Org_Federation_CArgument (line 1541) | func (s *FederationService) logvalue_Org_Federation_CArgument(v *Feder... method logvalue_Org_Federation_D (line 1553) | func (s *FederationService) logvalue_Org_Federation_D(v *D) slog.Value { method logvalue_Org_Federation_DArgument (line 1565) | func (s *FederationService) logvalue_Org_Federation_DArgument(v *Feder... method logvalue_Org_Federation_E (line 1577) | func (s *FederationService) logvalue_Org_Federation_E(v *E) slog.Value { method logvalue_Org_Federation_EArgument (line 1589) | func (s *FederationService) logvalue_Org_Federation_EArgument(v *Feder... method logvalue_Org_Federation_F (line 1602) | func (s *FederationService) logvalue_Org_Federation_F(v *F) slog.Value { method logvalue_Org_Federation_FArgument (line 1614) | func (s *FederationService) logvalue_Org_Federation_FArgument(v *Feder... method logvalue_Org_Federation_G (line 1627) | func (s *FederationService) logvalue_Org_Federation_G(v *G) slog.Value { method logvalue_Org_Federation_GArgument (line 1639) | func (s *FederationService) logvalue_Org_Federation_GArgument(v *Feder... method logvalue_Org_Federation_GetResponse (line 1649) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 1662) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_Org_Federation_H (line 1672) | func (s *FederationService) logvalue_Org_Federation_H(v *H) slog.Value { method logvalue_Org_Federation_HArgument (line 1684) | func (s *FederationService) logvalue_Org_Federation_HArgument(v *Feder... method logvalue_Org_Federation_I (line 1698) | func (s *FederationService) logvalue_Org_Federation_I(v *I) slog.Value { method logvalue_Org_Federation_IArgument (line 1710) | func (s *FederationService) logvalue_Org_Federation_IArgument(v *Feder... method logvalue_Org_Federation_J (line 1720) | func (s *FederationService) logvalue_Org_Federation_J(v *J) slog.Value { method logvalue_Org_Federation_JArgument (line 1732) | func (s *FederationService) logvalue_Org_Federation_JArgument(v *Feder... function NewFederationService (line 221) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 282) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_autobind.go type FederationService_Org_Federation_GetPostResponseVariable (line 28) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 39) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 46) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_UserVariable (line 52) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 56) | type FederationService_Org_Federation_UserArgument struct type FederationServiceConfig (line 62) | type FederationServiceConfig struct type FederationServiceClientFactory (line 74) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 81) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 88) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 93) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 100) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 108) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 111) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... type FederationService (line 115) | type FederationService struct method cleanup (line 188) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 195) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 223) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 299) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_User (line 470) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method logvalue_Org_Federation_GetPostResponse (line 506) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 520) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 532) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 547) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_User (line 559) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 571) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Post_CreatePost (line 583) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 599) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 611) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 623) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 635) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 650) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... function NewFederationService (line 130) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 184) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_condition.go type FederationService_Org_Federation_GetPostResponseVariable (line 28) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 39) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 48) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_UserVariable (line 54) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 58) | type FederationService_Org_Federation_UserArgument struct type FederationServiceConfig (line 64) | type FederationServiceConfig struct type FederationServiceClientFactory (line 76) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 83) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 90) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 95) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 102) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 110) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 113) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... type FederationService (line 117) | type FederationService struct method cleanup (line 190) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 197) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 225) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 310) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_User (line 647) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method logvalue_Org_Federation_GetPostResponse (line 683) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 695) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 707) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 721) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_User (line 733) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 745) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Post_CreatePost (line 757) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 773) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 785) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 797) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 809) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 824) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... function NewFederationService (line 132) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 186) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_create_post.go type FederationService_Org_Federation_CreatePostVariable (line 29) | type FederationService_Org_Federation_CreatePostVariable struct type FederationService_Org_Federation_CreatePostArgument (line 33) | type FederationService_Org_Federation_CreatePostArgument struct type FederationService_Org_Federation_CreatePostResponseVariable (line 42) | type FederationService_Org_Federation_CreatePostResponseVariable struct type FederationService_Org_Federation_CreatePostResponseArgument (line 49) | type FederationService_Org_Federation_CreatePostResponseArgument struct type FederationService_Org_Federation_UpdatePostResponseVariable (line 58) | type FederationService_Org_Federation_UpdatePostResponseVariable struct type FederationService_Org_Federation_UpdatePostResponseArgument (line 62) | type FederationService_Org_Federation_UpdatePostResponseArgument struct type FederationServiceConfig (line 68) | type FederationServiceConfig struct type FederationServiceClientFactory (line 80) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 87) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 94) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 99) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 106) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 114) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_CreatePost (line 117) | FederationService_DependentMethod_Org_Post_PostService_CreatePost = "/or... constant FederationService_DependentMethod_Org_Post_PostService_UpdatePost (line 118) | FederationService_DependentMethod_Org_Post_PostService_UpdatePost = "/or... type FederationService (line 122) | type FederationService struct method cleanup (line 203) | func (s *FederationService) cleanup(ctx context.Context) { method CreatePost (line 210) | func (s *FederationService) CreatePost(ctx context.Context, req *Creat... method UpdatePost (line 241) | func (s *FederationService) UpdatePost(ctx context.Context, req *Updat... method resolve_Org_Federation_CreatePost (line 275) | func (s *FederationService) resolve_Org_Federation_CreatePost(ctx cont... method resolve_Org_Federation_CreatePostResponse (line 364) | func (s *FederationService) resolve_Org_Federation_CreatePostResponse(... method resolve_Org_Federation_UpdatePostResponse (line 572) | func (s *FederationService) resolve_Org_Federation_UpdatePostResponse(... method cast_Org_Federation_CreatePost__to__Org_Post_CreatePost (line 642) | func (s *FederationService) cast_Org_Federation_CreatePost__to__Org_Po... method cast_Org_Federation_PostType__to__Org_Post_PostType (line 666) | func (s *FederationService) cast_Org_Federation_PostType__to__Org_Post... method cast_Org_Federation_UpdatePostResponse__to__Google_Protobuf_Empty (line 682) | func (s *FederationService) cast_Org_Federation_UpdatePostResponse__to... method cast_Org_Post_PostType__to__Org_Federation_PostType (line 692) | func (s *FederationService) cast_Org_Post_PostType__to__Org_Federation... method cast_Org_Post_Post__to__Org_Federation_Post (line 708) | func (s *FederationService) cast_Org_Post_Post__to__Org_Federation_Pos... method cast_int64__to__int32 (line 727) | func (s *FederationService) cast_int64__to__int32(from int64) (int32, ... method logvalue_Org_Federation_CreatePost (line 735) | func (s *FederationService) logvalue_Org_Federation_CreatePost(v *Crea... method logvalue_Org_Federation_CreatePostArgument (line 751) | func (s *FederationService) logvalue_Org_Federation_CreatePostArgument... method logvalue_Org_Federation_CreatePostResponse (line 766) | func (s *FederationService) logvalue_Org_Federation_CreatePostResponse... method logvalue_Org_Federation_CreatePostResponseArgument (line 778) | func (s *FederationService) logvalue_Org_Federation_CreatePostResponse... method logvalue_Org_Federation_Post (line 793) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostType (line 808) | func (s *FederationService) logvalue_Org_Federation_PostType(v PostTyp... method logvalue_Org_Federation_UpdatePostResponse (line 823) | func (s *FederationService) logvalue_Org_Federation_UpdatePostResponse... method logvalue_Org_Federation_UpdatePostResponseArgument (line 833) | func (s *FederationService) logvalue_Org_Federation_UpdatePostResponse... method logvalue_Org_Post_CreatePost (line 845) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 861) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 873) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 885) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 897) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 912) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... function NewFederationService (line 137) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 199) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_custom_resolver.go type FederationService_Org_Federation_GetPostResponseVariable (line 29) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 34) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 40) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 47) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_Post_UserArgument (line 53) | type FederationService_Org_Federation_Post_UserArgument struct type FederationService_Org_Federation_UserVariable (line 58) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 64) | type FederationService_Org_Federation_UserArgument struct type FederationService_Org_Federation_User_NameArgument (line 73) | type FederationService_Org_Federation_User_NameArgument struct type FederationServiceConfig (line 79) | type FederationServiceConfig struct type FederationServiceClientFactory (line 94) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 103) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 110) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 116) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 129) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 137) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_Post_User (line 141) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_P... method Resolve_Org_Federation_User (line 148) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_U... method Resolve_Org_Federation_User_Name (line 155) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_U... constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 161) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... constant FederationService_DependentMethod_Org_User_UserService_GetUser (line 162) | FederationService_DependentMethod_Org_User_UserService_GetUser = "/org.u... type FederationService (line 166) | type FederationService struct method cleanup (line 263) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 270) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 298) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 383) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_User (line 548) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method logvalue_Org_Federation_GetPostResponse (line 666) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 678) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 690) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 705) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_User (line 717) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 730) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Post_CreatePost (line 745) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 761) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 773) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 785) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 797) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 812) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... method logvalue_Org_User_GetUserRequest (line 824) | func (s *FederationService) logvalue_Org_User_GetUserRequest(v *user.G... method logvalue_Org_User_GetUsersRequest (line 838) | func (s *FederationService) logvalue_Org_User_GetUsersRequest(v *user.... function NewFederationService (line 182) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 259) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_env.go type Org_Federation_EnvArgument (line 26) | type Org_Federation_EnvArgument struct type InlineEnvServiceConfig (line 30) | type InlineEnvServiceConfig struct type InlineEnvServiceClientFactory (line 39) | type InlineEnvServiceClientFactory interface type InlineEnvServiceClientConfig (line 44) | type InlineEnvServiceClientConfig struct type InlineEnvServiceDependentClientSet (line 51) | type InlineEnvServiceDependentClientSet struct type InlineEnvServiceResolver (line 55) | type InlineEnvServiceResolver interface type InlineEnvServiceCELPluginConfig (line 62) | type InlineEnvServiceCELPluginConfig struct type InlineEnvServiceEnv (line 66) | type InlineEnvServiceEnv struct type keyInlineEnvServiceEnv (line 73) | type keyInlineEnvServiceEnv struct function GetInlineEnvServiceEnv (line 76) | func GetInlineEnvServiceEnv(ctx context.Context) *InlineEnvServiceEnv { function withInlineEnvServiceEnv (line 84) | func withInlineEnvServiceEnv(ctx context.Context, env *InlineEnvServiceE... type InlineEnvServiceUnimplementedResolver (line 92) | type InlineEnvServiceUnimplementedResolver struct type InlineEnvService (line 95) | type InlineEnvService struct function NewInlineEnvService (line 110) | func NewInlineEnvService(cfg InlineEnvServiceConfig) (*InlineEnvService,... type RefEnvServiceConfig (line 149) | type RefEnvServiceConfig struct type RefEnvServiceClientFactory (line 158) | type RefEnvServiceClientFactory interface type RefEnvServiceClientConfig (line 163) | type RefEnvServiceClientConfig struct type RefEnvServiceDependentClientSet (line 170) | type RefEnvServiceDependentClientSet struct type RefEnvServiceResolver (line 174) | type RefEnvServiceResolver interface type RefEnvServiceCELPluginConfig (line 181) | type RefEnvServiceCELPluginConfig struct type RefEnvServiceEnv (line 185) | type RefEnvServiceEnv struct type keyRefEnvServiceEnv (line 192) | type keyRefEnvServiceEnv struct function GetRefEnvServiceEnv (line 195) | func GetRefEnvServiceEnv(ctx context.Context) *RefEnvServiceEnv { function withRefEnvServiceEnv (line 203) | func withRefEnvServiceEnv(ctx context.Context, env *RefEnvServiceEnv) co... type RefEnvServiceUnimplementedResolver (line 211) | type RefEnvServiceUnimplementedResolver struct type RefEnvService (line 214) | type RefEnvService struct function NewRefEnvService (line 229) | func NewRefEnvService(cfg RefEnvServiceConfig) (*RefEnvService, error) { FILE: generator/testdata/expected_error_handler.go type FederationService_Org_Federation_CustomMessageVariable (line 28) | type FederationService_Org_Federation_CustomMessageVariable struct type FederationService_Org_Federation_CustomMessageArgument (line 32) | type FederationService_Org_Federation_CustomMessageArgument struct type FederationService_Org_Federation_GetPostResponseVariable (line 38) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 43) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_LocalizedMessageVariable (line 49) | type FederationService_Org_Federation_LocalizedMessageVariable struct type FederationService_Org_Federation_LocalizedMessageArgument (line 53) | type FederationService_Org_Federation_LocalizedMessageArgument struct type FederationService_Org_Federation_PostVariable (line 59) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 68) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 74) | type FederationServiceConfig struct type FederationServiceClientFactory (line 86) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 93) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 100) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 105) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 112) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 120) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 123) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... type FederationService (line 127) | type FederationService struct method cleanup (line 203) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 210) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_CustomMessage (line 238) | func (s *FederationService) resolve_Org_Federation_CustomMessage(ctx c... method resolve_Org_Federation_GetPostResponse (line 275) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_LocalizedMessage (line 360) | func (s *FederationService) resolve_Org_Federation_LocalizedMessage(ct... method resolve_Org_Federation_Post (line 397) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method logvalue_Org_Federation_CustomMessage (line 819) | func (s *FederationService) logvalue_Org_Federation_CustomMessage(v *C... method logvalue_Org_Federation_CustomMessageArgument (line 831) | func (s *FederationService) logvalue_Org_Federation_CustomMessageArgum... method logvalue_Org_Federation_GetPostResponse (line 843) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 855) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_LocalizedMessage (line 867) | func (s *FederationService) logvalue_Org_Federation_LocalizedMessage(v... method logvalue_Org_Federation_LocalizedMessageArgument (line 879) | func (s *FederationService) logvalue_Org_Federation_LocalizedMessageAr... method logvalue_Org_Federation_Post (line 891) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 904) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Post_CreatePost (line 916) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 932) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 944) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 956) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 968) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 983) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... function NewFederationService (line 142) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 199) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_inline_env.go type InlineEnvServiceConfig (line 26) | type InlineEnvServiceConfig struct type InlineEnvServiceClientFactory (line 35) | type InlineEnvServiceClientFactory interface type InlineEnvServiceClientConfig (line 40) | type InlineEnvServiceClientConfig struct type InlineEnvServiceDependentClientSet (line 47) | type InlineEnvServiceDependentClientSet struct type InlineEnvServiceResolver (line 51) | type InlineEnvServiceResolver interface type InlineEnvServiceCELPluginConfig (line 58) | type InlineEnvServiceCELPluginConfig struct type InlineEnvServiceEnv (line 63) | type InlineEnvServiceEnv struct type keyInlineEnvServiceEnv (line 70) | type keyInlineEnvServiceEnv struct function GetInlineEnvServiceEnv (line 73) | func GetInlineEnvServiceEnv(ctx context.Context) *InlineEnvServiceEnv { function withInlineEnvServiceEnv (line 81) | func withInlineEnvServiceEnv(ctx context.Context, env *InlineEnvServiceE... type InlineEnvServiceVariable (line 86) | type InlineEnvServiceVariable struct type keyInlineEnvServiceVariable (line 92) | type keyInlineEnvServiceVariable struct function GetInlineEnvServiceVariable (line 95) | func GetInlineEnvServiceVariable(ctx context.Context) *InlineEnvServiceV... function withInlineEnvServiceVariable (line 103) | func withInlineEnvServiceVariable(ctx context.Context, svcVar *InlineEnv... type InlineEnvServiceUnimplementedResolver (line 111) | type InlineEnvServiceUnimplementedResolver struct type InlineEnvService (line 114) | type InlineEnvService struct method cleanup (line 189) | func (s *InlineEnvService) cleanup(ctx context.Context) { method initServiceVariables (line 194) | func (s *InlineEnvService) initServiceVariables(ctx context.Context) e... function NewInlineEnvService (line 131) | func NewInlineEnvService(cfg InlineEnvServiceConfig) (*InlineEnvService,... function CleanupInlineEnvService (line 185) | func CleanupInlineEnvService(ctx context.Context, svc *InlineEnvService) { FILE: generator/testdata/expected_map.go type FederationService_Org_Federation_GetPostsResponseVariable (line 29) | type FederationService_Org_Federation_GetPostsResponseVariable struct type FederationService_Org_Federation_GetPostsResponseArgument (line 34) | type FederationService_Org_Federation_GetPostsResponseArgument struct type FederationService_Org_Federation_PostsVariable (line 40) | type FederationService_Org_Federation_PostsVariable struct type FederationService_Org_Federation_PostsArgument (line 51) | type FederationService_Org_Federation_PostsArgument struct type FederationService_Org_Federation_Posts_PostItemVariable (line 57) | type FederationService_Org_Federation_Posts_PostItemVariable struct type FederationService_Org_Federation_Posts_PostItemArgument (line 61) | type FederationService_Org_Federation_Posts_PostItemArgument struct type FederationService_Org_Federation_UserVariable (line 67) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 73) | type FederationService_Org_Federation_UserArgument struct type FederationServiceConfig (line 79) | type FederationServiceConfig struct type FederationServiceClientFactory (line 94) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 103) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 110) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 116) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 125) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 133) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_User (line 137) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_U... constant FederationService_DependentMethod_Org_Post_PostService_GetPosts (line 143) | FederationService_DependentMethod_Org_Post_PostService_GetPosts = "/org.... constant FederationService_DependentMethod_Org_User_UserService_GetUser (line 144) | FederationService_DependentMethod_Org_User_UserService_GetUser = "/org.... type FederationService (line 148) | type FederationService struct method cleanup (line 246) | func (s *FederationService) cleanup(ctx context.Context) { method GetPosts (line 253) | func (s *FederationService) GetPosts(ctx context.Context, req *GetPost... method resolve_Org_Federation_GetPostsResponse (line 281) | func (s *FederationService) resolve_Org_Federation_GetPostsResponse(ct... method resolve_Org_Federation_Posts (line 366) | func (s *FederationService) resolve_Org_Federation_Posts(ctx context.C... method resolve_Org_Federation_Posts_PostItem (line 806) | func (s *FederationService) resolve_Org_Federation_Posts_PostItem(ctx ... method resolve_Org_Federation_User (line 843) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method cast_Org_User_UserType__to__Org_Federation_UserType (line 948) | func (s *FederationService) cast_Org_User_UserType__to__Org_Federation... method cast_repeated_Org_User_UserType__to__repeated_Org_Federation_UserType (line 962) | func (s *FederationService) cast_repeated_Org_User_UserType__to__repea... method logvalue_Org_Federation_GetPostsResponse (line 974) | func (s *FederationService) logvalue_Org_Federation_GetPostsResponse(v... method logvalue_Org_Federation_GetPostsResponseArgument (line 986) | func (s *FederationService) logvalue_Org_Federation_GetPostsResponseAr... method logvalue_Org_Federation_Posts (line 998) | func (s *FederationService) logvalue_Org_Federation_Posts(v *Posts) sl... method logvalue_Org_Federation_PostsArgument (line 1015) | func (s *FederationService) logvalue_Org_Federation_PostsArgument(v *F... method logvalue_Org_Federation_Posts_PostItem (line 1027) | func (s *FederationService) logvalue_Org_Federation_Posts_PostItem(v *... method logvalue_Org_Federation_Posts_PostItemArgument (line 1039) | func (s *FederationService) logvalue_Org_Federation_Posts_PostItemArgu... method logvalue_Org_Federation_User (line 1051) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 1064) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Federation_UserType (line 1076) | func (s *FederationService) logvalue_Org_Federation_UserType(v UserTyp... method logvalue_Org_Post_CreatePost (line 1089) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 1105) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 1117) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 1129) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 1141) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 1156) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... method logvalue_Org_User_GetUserRequest (line 1168) | func (s *FederationService) logvalue_Org_User_GetUserRequest(v *user.G... method logvalue_Org_User_GetUsersRequest (line 1182) | func (s *FederationService) logvalue_Org_User_GetUsersRequest(v *user.... method logvalue_repeated_Org_Federation_Posts_PostItem (line 1194) | func (s *FederationService) logvalue_repeated_Org_Federation_Posts_Pos... method logvalue_repeated_Org_Federation_User (line 1208) | func (s *FederationService) logvalue_repeated_Org_Federation_User(v []... method logvalue_repeated_Org_Federation_UserType (line 1222) | func (s *FederationService) logvalue_repeated_Org_Federation_UserType(... function NewFederationService (line 164) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 242) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_minimum.go type FederationService_Org_Federation_GetPostResponseVariable (line 26) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 30) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationServiceConfig (line 37) | type FederationServiceConfig struct type FederationServiceClientFactory (line 49) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 54) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 61) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 65) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 74) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 82) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_GetPostResponse (line 86) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_G... type FederationService (line 92) | type FederationService struct method cleanup (line 159) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 166) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 195) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method logvalue_Org_Federation_GetPostResponse (line 215) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 227) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 240) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostType (line 255) | func (s *FederationService) logvalue_Org_Federation_PostType(v PostTyp... method logvalue_Org_Federation_User (line 268) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... function NewFederationService (line 108) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 155) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_multi_user.go type FederationService_Org_Federation_GetResponseVariable (line 28) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 35) | type FederationService_Org_Federation_GetResponseArgument struct type FederationService_Org_Federation_SubVariable (line 40) | type FederationService_Org_Federation_SubVariable struct type FederationService_Org_Federation_SubArgument (line 44) | type FederationService_Org_Federation_SubArgument struct type FederationService_Org_Federation_UserVariable (line 49) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 56) | type FederationService_Org_Federation_UserArgument struct type FederationService_Org_Federation_UserIDVariable (line 62) | type FederationService_Org_Federation_UserIDVariable struct type FederationService_Org_Federation_UserIDArgument (line 66) | type FederationService_Org_Federation_UserIDArgument struct type FederationService_Org_Federation_User_NameArgument (line 71) | type FederationService_Org_Federation_User_NameArgument struct type FederationServiceConfig (line 76) | type FederationServiceConfig struct type FederationServiceClientFactory (line 91) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 98) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 105) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 110) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 121) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 129) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_Sub (line 133) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_S... method Resolve_Org_Federation_User_Name (line 140) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_U... constant FederationService_DependentMethod_Org_User_UserService_GetUser (line 146) | FederationService_DependentMethod_Org_User_UserService_GetUser = "/org.u... type FederationService (line 150) | type FederationService struct method cleanup (line 232) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 239) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 265) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method resolve_Org_Federation_Sub (line 466) | func (s *FederationService) resolve_Org_Federation_Sub(ctx context.Con... method resolve_Org_Federation_User (line 487) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method resolve_Org_Federation_UserID (line 653) | func (s *FederationService) resolve_Org_Federation_UserID(ctx context.... method logvalue_Org_Federation_GetResponse (line 721) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 734) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_Org_Federation_Sub (line 744) | func (s *FederationService) logvalue_Org_Federation_Sub(v *Sub) slog.V... method logvalue_Org_Federation_SubArgument (line 754) | func (s *FederationService) logvalue_Org_Federation_SubArgument(v *Fed... method logvalue_Org_Federation_User (line 764) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 777) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Federation_UserID (line 789) | func (s *FederationService) logvalue_Org_Federation_UserID(v *UserID) ... method logvalue_Org_Federation_UserIDArgument (line 801) | func (s *FederationService) logvalue_Org_Federation_UserIDArgument(v *... method logvalue_Org_User_GetUserRequest (line 811) | func (s *FederationService) logvalue_Org_User_GetUserRequest(v *user.G... method logvalue_Org_User_GetUsersRequest (line 825) | func (s *FederationService) logvalue_Org_User_GetUsersRequest(v *user.... function NewFederationService (line 166) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 228) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_oneof.go type FederationService_Org_Federation_GetResponseVariable (line 28) | type FederationService_Org_Federation_GetResponseVariable struct type FederationService_Org_Federation_GetResponseArgument (line 33) | type FederationService_Org_Federation_GetResponseArgument struct type FederationService_Org_Federation_MVariable (line 38) | type FederationService_Org_Federation_MVariable struct type FederationService_Org_Federation_MArgument (line 42) | type FederationService_Org_Federation_MArgument struct type FederationService_Org_Federation_UserVariable (line 47) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 51) | type FederationService_Org_Federation_UserArgument struct type FederationService_Org_Federation_UserSelectionVariable (line 57) | type FederationService_Org_Federation_UserSelectionVariable struct type FederationService_Org_Federation_UserSelectionArgument (line 65) | type FederationService_Org_Federation_UserSelectionArgument struct type FederationServiceConfig (line 71) | type FederationServiceConfig struct type FederationServiceClientFactory (line 83) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 90) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 97) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 102) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 109) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 117) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_User_UserService_GetUser (line 120) | FederationService_DependentMethod_Org_User_UserService_GetUser = "/org.u... type FederationService (line 124) | type FederationService struct method cleanup (line 205) | func (s *FederationService) cleanup(ctx context.Context) { method Get (line 212) | func (s *FederationService) Get(ctx context.Context, req *GetRequest) ... method resolve_Org_Federation_GetResponse (line 238) | func (s *FederationService) resolve_Org_Federation_GetResponse(ctx con... method resolve_Org_Federation_M (line 323) | func (s *FederationService) resolve_Org_Federation_M(ctx context.Conte... method resolve_Org_Federation_User (line 360) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method resolve_Org_Federation_UserSelection (line 491) | func (s *FederationService) resolve_Org_Federation_UserSelection(ctx c... method cast_Org_Federation_User__to__Org_Federation_UserSelection_UserA (line 763) | func (s *FederationService) cast_Org_Federation_User__to__Org_Federati... method cast_Org_Federation_User__to__Org_Federation_UserSelection_UserB (line 778) | func (s *FederationService) cast_Org_Federation_User__to__Org_Federati... method cast_Org_Federation_User__to__Org_Federation_UserSelection_UserC (line 793) | func (s *FederationService) cast_Org_Federation_User__to__Org_Federati... method logvalue_Org_Federation_GetResponse (line 807) | func (s *FederationService) logvalue_Org_Federation_GetResponse(v *Get... method logvalue_Org_Federation_GetResponseArgument (line 819) | func (s *FederationService) logvalue_Org_Federation_GetResponseArgumen... method logvalue_Org_Federation_M (line 829) | func (s *FederationService) logvalue_Org_Federation_M(v *M) slog.Value { method logvalue_Org_Federation_MArgument (line 841) | func (s *FederationService) logvalue_Org_Federation_MArgument(v *Feder... method logvalue_Org_Federation_User (line 851) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 863) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Federation_UserSelection (line 875) | func (s *FederationService) logvalue_Org_Federation_UserSelection(v *U... method logvalue_Org_Federation_UserSelectionArgument (line 889) | func (s *FederationService) logvalue_Org_Federation_UserSelectionArgum... method logvalue_Org_User_GetUserRequest (line 901) | func (s *FederationService) logvalue_Org_User_GetUserRequest(v *user.G... method logvalue_Org_User_GetUsersRequest (line 915) | func (s *FederationService) logvalue_Org_User_GetUsersRequest(v *user.... function NewFederationService (line 139) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 201) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_ref_env.go type RefEnvService_Org_Federation_ConstantVariable (line 26) | type RefEnvService_Org_Federation_ConstantVariable struct type RefEnvService_Org_Federation_ConstantArgument (line 30) | type RefEnvService_Org_Federation_ConstantArgument struct type RefEnvServiceConfig (line 35) | type RefEnvServiceConfig struct type RefEnvServiceClientFactory (line 44) | type RefEnvServiceClientFactory interface type RefEnvServiceClientConfig (line 49) | type RefEnvServiceClientConfig struct type RefEnvServiceDependentClientSet (line 56) | type RefEnvServiceDependentClientSet struct type RefEnvServiceResolver (line 60) | type RefEnvServiceResolver interface type RefEnvServiceCELPluginConfig (line 67) | type RefEnvServiceCELPluginConfig struct type RefEnvServiceEnv (line 72) | type RefEnvServiceEnv struct type keyRefEnvServiceEnv (line 79) | type keyRefEnvServiceEnv struct function GetRefEnvServiceEnv (line 82) | func GetRefEnvServiceEnv(ctx context.Context) *RefEnvServiceEnv { function withRefEnvServiceEnv (line 90) | func withRefEnvServiceEnv(ctx context.Context, env *RefEnvServiceEnv) co... type RefEnvServiceVariable (line 95) | type RefEnvServiceVariable struct type keyRefEnvServiceVariable (line 99) | type keyRefEnvServiceVariable struct function GetRefEnvServiceVariable (line 102) | func GetRefEnvServiceVariable(ctx context.Context) *RefEnvServiceVariable { function withRefEnvServiceVariable (line 110) | func withRefEnvServiceVariable(ctx context.Context, svcVar *RefEnvServic... type RefEnvServiceUnimplementedResolver (line 118) | type RefEnvServiceUnimplementedResolver struct type RefEnvService (line 121) | type RefEnvService struct method cleanup (line 195) | func (s *RefEnvService) cleanup(ctx context.Context) { method initServiceVariables (line 200) | func (s *RefEnvService) initServiceVariables(ctx context.Context) error { method resolve_Org_Federation_Constant (line 248) | func (s *RefEnvService) resolve_Org_Federation_Constant(ctx context.Co... method logvalue_Org_Federation_Constant (line 286) | func (s *RefEnvService) logvalue_Org_Federation_Constant(v *Constant) ... method logvalue_Org_Federation_ConstantArgument (line 298) | func (s *RefEnvService) logvalue_Org_Federation_ConstantArgument(v *Re... function NewRefEnvService (line 138) | func NewRefEnvService(cfg RefEnvServiceConfig) (*RefEnvService, error) { function CleanupRefEnvService (line 191) | func CleanupRefEnvService(ctx context.Context, svc *RefEnvService) { FILE: generator/testdata/expected_resolver_overlaps.go type FederationService_Org_Federation_GetPostResponse1Variable (line 28) | type FederationService_Org_Federation_GetPostResponse1Variable struct type FederationService_Org_Federation_GetPostResponse1Argument (line 33) | type FederationService_Org_Federation_GetPostResponse1Argument struct type FederationService_Org_Federation_GetPostResponse2Variable (line 39) | type FederationService_Org_Federation_GetPostResponse2Variable struct type FederationService_Org_Federation_GetPostResponse2Argument (line 44) | type FederationService_Org_Federation_GetPostResponse2Argument struct type FederationService_Org_Federation_PostVariable (line 50) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 55) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 61) | type FederationServiceConfig struct type FederationServiceClientFactory (line 73) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 80) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 87) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 92) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 99) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 107) | type FederationServiceUnimplementedResolver struct constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 110) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... type FederationService (line 114) | type FederationService struct method cleanup (line 188) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost1 (line 195) | func (s *FederationService) GetPost1(ctx context.Context, req *GetPost... method GetPost2 (line 223) | func (s *FederationService) GetPost2(ctx context.Context, req *GetPost... method resolve_Org_Federation_GetPostResponse1 (line 251) | func (s *FederationService) resolve_Org_Federation_GetPostResponse1(ct... method resolve_Org_Federation_GetPostResponse2 (line 336) | func (s *FederationService) resolve_Org_Federation_GetPostResponse2(ct... method resolve_Org_Federation_Post (line 421) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method logvalue_Org_Federation_GetPostResponse1 (line 508) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse1(v... method logvalue_Org_Federation_GetPostResponse1Argument (line 520) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse1Ar... method logvalue_Org_Federation_GetPostResponse2 (line 532) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse2(v... method logvalue_Org_Federation_GetPostResponse2Argument (line 544) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse2Ar... method logvalue_Org_Federation_Post (line 556) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 568) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Post_GetPostRequest (line 580) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_PostConditionA (line 594) | func (s *FederationService) logvalue_Org_Post_PostConditionA(v *post.P... method logvalue_Org_Post_PostConditionB (line 606) | func (s *FederationService) logvalue_Org_Post_PostConditionB(v *post.P... function NewFederationService (line 129) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 184) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_simple_aggregation.go type FederationService_Org_Federation_GetPostResponseVariable (line 42) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 51) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_MVariable (line 57) | type FederationService_Org_Federation_MVariable struct type FederationService_Org_Federation_MArgument (line 61) | type FederationService_Org_Federation_MArgument struct type FederationService_Org_Federation_PostVariable (line 68) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 76) | type FederationService_Org_Federation_PostArgument struct type FederationService_Org_Federation_UserVariable (line 82) | type FederationService_Org_Federation_UserVariable struct type FederationService_Org_Federation_UserArgument (line 89) | type FederationService_Org_Federation_UserArgument struct type FederationService_Org_Federation_User_AgeArgument (line 98) | type FederationService_Org_Federation_User_AgeArgument struct type FederationService_Org_Federation_ZVariable (line 103) | type FederationService_Org_Federation_ZVariable struct type FederationService_Org_Federation_ZArgument (line 107) | type FederationService_Org_Federation_ZArgument struct type FederationServiceConfig (line 112) | type FederationServiceConfig struct type FederationServiceClientFactory (line 127) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 136) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 143) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 149) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 160) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 168) | type FederationServiceUnimplementedResolver struct method Resolve_Org_Federation_User_Age (line 172) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_U... method Resolve_Org_Federation_Z (line 179) | func (FederationServiceUnimplementedResolver) Resolve_Org_Federation_Z... constant FederationService_DependentMethod_Org_Post_PostService_GetPost (line 185) | FederationService_DependentMethod_Org_Post_PostService_GetPost = "/org.p... constant FederationService_DependentMethod_Org_User_UserService_GetUser (line 186) | FederationService_DependentMethod_Org_User_UserService_GetUser = "/org.u... type FederationService (line 190) | type FederationService struct method cleanup (line 295) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 302) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 332) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_M (line 676) | func (s *FederationService) resolve_Org_Federation_M(ctx context.Conte... method resolve_Org_Federation_Post (line 726) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method resolve_Org_Federation_User (line 1026) | func (s *FederationService) resolve_Org_Federation_User(ctx context.Co... method resolve_Org_Federation_Z (line 1284) | func (s *FederationService) resolve_Org_Federation_Z(ctx context.Conte... method cast_Org_Federation_Item_ItemType__to__int32 (line 1305) | func (s *FederationService) cast_Org_Federation_Item_ItemType__to__int... method cast_Org_User_Item_ItemType__to__Org_Federation_Item_ItemType (line 1310) | func (s *FederationService) cast_Org_User_Item_ItemType__to__Org_Feder... method cast_Org_User_Item__to__Org_Federation_Item (line 1326) | func (s *FederationService) cast_Org_User_Item__to__Org_Federation_Ite... method cast_Org_User_UserType__to__Org_Federation_UserType (line 1349) | func (s *FederationService) cast_Org_User_UserType__to__Org_Federation... method cast_Org_User_User_AttrA___to__Org_Federation_User_AttrA_ (line 1363) | func (s *FederationService) cast_Org_User_User_AttrA___to__Org_Federat... method cast_Org_User_User_AttrA__to__Org_Federation_User_AttrA (line 1376) | func (s *FederationService) cast_Org_User_User_AttrA__to__Org_Federati... method cast_Org_User_User_AttrB__to__Org_Federation_User_AttrB (line 1389) | func (s *FederationService) cast_Org_User_User_AttrB__to__Org_Federati... method cast_Org_User_User_B__to__Org_Federation_User_B (line 1402) | func (s *FederationService) cast_Org_User_User_B__to__Org_Federation_U... method cast_int64__to__Org_User_Item_ItemType (line 1415) | func (s *FederationService) cast_int64__to__Org_User_Item_ItemType(fro... method cast_int64__to__int32 (line 1420) | func (s *FederationService) cast_int64__to__int32(from int64) (int32, ... method cast_int64__to__uint32 (line 1429) | func (s *FederationService) cast_int64__to__uint32(from int64) (uint32... method cast_int64__to__uint64 (line 1438) | func (s *FederationService) cast_int64__to__uint64(from int64) (uint64... method cast_map_int64_string__to__map_int32_string (line 1447) | func (s *FederationService) cast_map_int64_string__to__map_int32_strin... method cast_repeated_Org_User_Item__to__repeated_Org_Federation_Item (line 1461) | func (s *FederationService) cast_repeated_Org_User_Item__to__repeated_... method logvalue_Google_Protobuf_Any (line 1473) | func (s *FederationService) logvalue_Google_Protobuf_Any(v *anypb.Any)... method logvalue_Org_Federation_GetPostResponse (line 1486) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 1506) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_GetPostResponse_MapValueEntry (line 1518) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse_Ma... method logvalue_Org_Federation_Item (line 1532) | func (s *FederationService) logvalue_Org_Federation_Item(v *Item) slog... method logvalue_Org_Federation_Item_ItemType (line 1546) | func (s *FederationService) logvalue_Org_Federation_Item_ItemType(v It... method logvalue_Org_Federation_M (line 1561) | func (s *FederationService) logvalue_Org_Federation_M(v *M) slog.Value { method logvalue_Org_Federation_MArgument (line 1574) | func (s *FederationService) logvalue_Org_Federation_MArgument(v *Feder... method logvalue_Org_Federation_Post (line 1587) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 1604) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... method logvalue_Org_Federation_User (line 1616) | func (s *FederationService) logvalue_Org_Federation_User(v *User) slog... method logvalue_Org_Federation_UserArgument (line 1637) | func (s *FederationService) logvalue_Org_Federation_UserArgument(v *Fe... method logvalue_Org_Federation_UserType (line 1652) | func (s *FederationService) logvalue_Org_Federation_UserType(v UserTyp... method logvalue_Org_Federation_User_AttrA (line 1665) | func (s *FederationService) logvalue_Org_Federation_User_AttrA(v *User... method logvalue_Org_Federation_User_AttrB (line 1677) | func (s *FederationService) logvalue_Org_Federation_User_AttrB(v *User... method logvalue_Org_Federation_User_ProfileEntry (line 1689) | func (s *FederationService) logvalue_Org_Federation_User_ProfileEntry(... method logvalue_Org_Federation_Z (line 1703) | func (s *FederationService) logvalue_Org_Federation_Z(v *Z) slog.Value { method logvalue_Org_Federation_ZArgument (line 1715) | func (s *FederationService) logvalue_Org_Federation_ZArgument(v *Feder... method logvalue_Org_Post_CreatePost (line 1725) | func (s *FederationService) logvalue_Org_Post_CreatePost(v *post.Creat... method logvalue_Org_Post_CreatePostRequest (line 1741) | func (s *FederationService) logvalue_Org_Post_CreatePostRequest(v *pos... method logvalue_Org_Post_GetPostRequest (line 1753) | func (s *FederationService) logvalue_Org_Post_GetPostRequest(v *post.G... method logvalue_Org_Post_GetPostsRequest (line 1765) | func (s *FederationService) logvalue_Org_Post_GetPostsRequest(v *post.... method logvalue_Org_Post_PostType (line 1777) | func (s *FederationService) logvalue_Org_Post_PostType(v post.PostType... method logvalue_Org_Post_UpdatePostRequest (line 1792) | func (s *FederationService) logvalue_Org_Post_UpdatePostRequest(v *pos... method logvalue_Org_User_GetUserRequest (line 1804) | func (s *FederationService) logvalue_Org_User_GetUserRequest(v *user.G... method logvalue_Org_User_GetUsersRequest (line 1818) | func (s *FederationService) logvalue_Org_User_GetUsersRequest(v *user.... method logvalue_Org_User_Item_ItemType (line 1830) | func (s *FederationService) logvalue_Org_User_Item_ItemType(v user.Ite... method logvalue_repeated_Org_Federation_Item (line 1845) | func (s *FederationService) logvalue_repeated_Org_Federation_Item(v []... function NewFederationService (line 206) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 291) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_switch.go type FederationService_Org_Federation_GetPostResponseVariable (line 26) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 33) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationServiceConfig (line 39) | type FederationServiceConfig struct type FederationServiceClientFactory (line 48) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 53) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 60) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 64) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 71) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 79) | type FederationServiceUnimplementedResolver struct type FederationService (line 82) | type FederationService struct method cleanup (line 136) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 143) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_GetPostResponse (line 171) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method logvalue_Org_Federation_GetPostResponse (line 327) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 339) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... function NewFederationService (line 97) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 132) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/testdata/expected_validation.go type FederationService_Org_Federation_CustomMessageVariable (line 26) | type FederationService_Org_Federation_CustomMessageVariable struct type FederationService_Org_Federation_CustomMessageArgument (line 30) | type FederationService_Org_Federation_CustomMessageArgument struct type FederationService_Org_Federation_GetPostResponseVariable (line 36) | type FederationService_Org_Federation_GetPostResponseVariable struct type FederationService_Org_Federation_GetPostResponseArgument (line 43) | type FederationService_Org_Federation_GetPostResponseArgument struct type FederationService_Org_Federation_PostVariable (line 49) | type FederationService_Org_Federation_PostVariable struct type FederationService_Org_Federation_PostArgument (line 53) | type FederationService_Org_Federation_PostArgument struct type FederationServiceConfig (line 58) | type FederationServiceConfig struct type FederationServiceClientFactory (line 67) | type FederationServiceClientFactory interface type FederationServiceClientConfig (line 72) | type FederationServiceClientConfig struct type FederationServiceDependentClientSet (line 79) | type FederationServiceDependentClientSet struct type FederationServiceResolver (line 83) | type FederationServiceResolver interface type FederationServiceCELPluginConfig (line 90) | type FederationServiceCELPluginConfig struct type FederationServiceUnimplementedResolver (line 98) | type FederationServiceUnimplementedResolver struct type FederationService (line 101) | type FederationService struct method cleanup (line 159) | func (s *FederationService) cleanup(ctx context.Context) { method GetPost (line 166) | func (s *FederationService) GetPost(ctx context.Context, req *GetPostR... method resolve_Org_Federation_CustomMessage (line 194) | func (s *FederationService) resolve_Org_Federation_CustomMessage(ctx c... method resolve_Org_Federation_GetPostResponse (line 231) | func (s *FederationService) resolve_Org_Federation_GetPostResponse(ctx... method resolve_Org_Federation_Post (line 664) | func (s *FederationService) resolve_Org_Federation_Post(ctx context.Co... method logvalue_Org_Federation_CustomMessage (line 726) | func (s *FederationService) logvalue_Org_Federation_CustomMessage(v *C... method logvalue_Org_Federation_CustomMessageArgument (line 738) | func (s *FederationService) logvalue_Org_Federation_CustomMessageArgum... method logvalue_Org_Federation_GetPostResponse (line 750) | func (s *FederationService) logvalue_Org_Federation_GetPostResponse(v ... method logvalue_Org_Federation_GetPostResponseArgument (line 762) | func (s *FederationService) logvalue_Org_Federation_GetPostResponseArg... method logvalue_Org_Federation_Post (line 774) | func (s *FederationService) logvalue_Org_Federation_Post(v *Post) slog... method logvalue_Org_Federation_PostArgument (line 788) | func (s *FederationService) logvalue_Org_Federation_PostArgument(v *Fe... function NewFederationService (line 116) | func NewFederationService(cfg FederationServiceConfig) (*FederationServi... function CleanupFederationService (line 155) | func CleanupFederationService(ctx context.Context, svc *FederationServic... FILE: generator/wasm.go type wasmPlugin (line 24) | type wasmPlugin struct method Execute (line 48) | func (p *wasmPlugin) Execute(ctx context.Context, req io.Reader) (*plu... method Close (line 73) | func (p *wasmPlugin) Close(ctx context.Context) error { function newWasmPlugin (line 29) | func newWasmPlugin(ctx context.Context, wasmBytes []byte) (*wasmPlugin, ... type wasmPluginCache (line 79) | type wasmPluginCache struct method getOrCreate (line 88) | func (c *wasmPluginCache) getOrCreate(ctx context.Context, opt *WasmPl... method Close (line 126) | func (c *wasmPluginCache) Close(ctx context.Context) error { function newWasmPluginCache (line 84) | func newWasmPluginCache() *wasmPluginCache { function getCompilationCache (line 137) | func getCompilationCache() wazero.CompilationCache { FILE: generator/watcher.go type Watcher (line 15) | type Watcher struct method Close (line 35) | func (w *Watcher) Close() { method SetHandler (line 39) | func (w *Watcher) SetHandler(handler func(ctx context.Context, event f... method SetWatchPath (line 43) | func (w *Watcher) SetWatchPath(path ...string) error { method setWatchPathRecursive (line 47) | func (w *Watcher) setWatchPathRecursive(path ...string) error { method Run (line 74) | func (w *Watcher) Run(ctx context.Context) error { method sendEventLoop (line 90) | func (w *Watcher) sendEventLoop() { method handleEvent (line 107) | func (w *Watcher) handleEvent(event fsnotify.Event) { method isModified (line 120) | func (w *Watcher) isModified(ev fsnotify.Event) bool { method ignoreFilePath (line 127) | func (w *Watcher) ignoreFilePath(path string) bool { method receiveEventLoop (line 140) | func (w *Watcher) receiveEventLoop(ctx context.Context) { method IsWorking (line 149) | func (w *Watcher) IsWorking() bool { method setWorking (line 155) | func (w *Watcher) setWorking(working bool) { function NewWatcher (line 23) | func NewWatcher() (*Watcher, error) { FILE: grpc/federation/alias.go constant OKCode (line 74) | OKCode Code = codes.OK constant CancelledCode (line 83) | CancelledCode Code = codes.Canceled constant UnknownCode (line 85) | UnknownCode Code = codes.Unknown constant InvalidArgumentCode (line 86) | InvalidArgumentCode Code = codes.InvalidArgument constant DeadlineExceededCode (line 87) | DeadlineExceededCode Code = codes.DeadlineExceeded constant NotFoundCode (line 88) | NotFoundCode Code = codes.NotFound constant AlreadyExistsCode (line 89) | AlreadyExistsCode Code = codes.AlreadyExists constant PermissionDeniedCode (line 90) | PermissionDeniedCode Code = codes.PermissionDenied constant ResourceExhaustedCode (line 91) | ResourceExhaustedCode Code = codes.ResourceExhausted constant FailedPreconditionCode (line 92) | FailedPreconditionCode Code = codes.FailedPrecondition constant AbortedCode (line 93) | AbortedCode Code = codes.Aborted constant OutOfRangeCode (line 94) | OutOfRangeCode Code = codes.OutOfRange constant UnimplementedCode (line 95) | UnimplementedCode Code = codes.Unimplemented constant InternalCode (line 96) | InternalCode Code = codes.Internal constant UnavailableCode (line 97) | UnavailableCode Code = codes.Unavailable constant DataLossCode (line 98) | DataLossCode Code = codes.DataLoss constant UnauthenticatedCode (line 99) | UnauthenticatedCode Code = codes.Unauthenticated function BackOffWithMaxRetries (line 102) | func BackOffWithMaxRetries(b *BackOff, maxRetries uint64) *BackOff { function BackOffWithContext (line 108) | func BackOffWithContext(b *BackOff, ctx context.Context) *BackOff { FILE: grpc/federation/cast.go function Int64ToInt32 (line 5) | func Int64ToInt32(v int64) (int32, error) { function Int64ToUint32 (line 12) | func Int64ToUint32(v int64) (uint32, error) { function Int64ToUint64 (line 19) | func Int64ToUint64(v int64) (uint64, error) { function Int32ToUint32 (line 26) | func Int32ToUint32(v int32) (uint32, error) { function Int32ToUint64 (line 33) | func Int32ToUint64(v int32) (uint64, error) { function Uint64ToInt32 (line 40) | func Uint64ToInt32(v uint64) (int32, error) { function Uint64ToInt64 (line 47) | func Uint64ToInt64(v uint64) (int64, error) { function Uint64ToUint32 (line 54) | func Uint64ToUint32(v uint64) (uint32, error) { function Uint32ToInt32 (line 61) | func Uint32ToInt32(v uint32) (int32, error) { FILE: grpc/federation/cel.go type CELTypeHelper (line 35) | type CELTypeHelper struct method RegisterType (line 43) | func (h *CELTypeHelper) RegisterType(types ...ref.Type) error { method CELRegistry (line 50) | func (h *CELTypeHelper) CELRegistry() *celtypes.Registry { method TypeProvider (line 54) | func (h *CELTypeHelper) TypeProvider() celtypes.Provider { method TypeAdapter (line 58) | func (h *CELTypeHelper) TypeAdapter() celtypes.Adapter { method EnumValue (line 62) | func (h *CELTypeHelper) EnumValue(enumName string) ref.Val { method FindIdent (line 66) | func (h *CELTypeHelper) FindIdent(identName string) (ref.Val, bool) { method FindStructType (line 70) | func (h *CELTypeHelper) FindStructType(structType string) (*celtypes.T... method FindStructFieldNames (line 82) | func (h *CELTypeHelper) FindStructFieldNames(structType string) ([]str... method FindStructFieldType (line 101) | func (h *CELTypeHelper) FindStructFieldType(structType, fieldName stri... method NewValue (line 116) | func (h *CELTypeHelper) NewValue(structType string, fields map[string]... function NewCELFieldType (line 120) | func NewCELFieldType(typ *celtypes.Type, fieldName string) *celtypes.Fie... function NewOneofSelectorFieldType (line 153) | func NewOneofSelectorFieldType(typ *celtypes.Type, fieldName string, one... type CELTypeHelperFieldMap (line 196) | type CELTypeHelperFieldMap function NewCELTypeHelper (line 198) | func NewCELTypeHelper(pkgName string, structFieldMap CELTypeHelperFieldM... function EnumAccessorOptions (line 213) | func EnumAccessorOptions(enumName string, nameToValue map[string]int32, ... function GRPCErrorAccessorOptions (line 242) | func GRPCErrorAccessorOptions(adapter celtypes.Adapter, protoName string... type EnumAttributeMap (line 278) | type EnumAttributeMap type EnumValueAttributeMap (line 280) | type EnumValueAttributeMap function EnumAttrOption (line 282) | func EnumAttrOption[T ~int32](enumName string, enumAttrMap EnumAttribute... function NewDefaultEnvOptions (line 297) | func NewDefaultEnvOptions(celHelper *CELTypeHelper) []cel.EnvOption { type CELCache (line 315) | type CELCache struct type CELCacheMap (line 321) | type CELCacheMap struct method get (line 333) | func (m *CELCacheMap) get(index int) *CELCache { method set (line 340) | func (m *CELCacheMap) set(index int, cache *CELCache) { function NewCELCacheMap (line 327) | func NewCELCacheMap() *CELCacheMap { type LocalValue (line 346) | type LocalValue struct method AddEnv (line 392) | func (v *LocalValue) AddEnv(env any) { method AddServiceVariable (line 396) | func (v *LocalValue) AddServiceVariable(env any) { method SetGRPCError (line 400) | func (v *LocalValue) SetGRPCError(retVal any, err *grpcfedcel.Error) { method grpcError (line 406) | func (v *LocalValue) grpcError(retVal any) *grpcfedcel.Error { method getSingleflightCache (line 425) | func (v *LocalValue) getSingleflightCache(name string) (*singleflightC... method setSingleflightCache (line 433) | func (v *LocalValue) setSingleflightCache(name string, result *singlef... method do (line 439) | func (v *LocalValue) do(name string, cb func() (any, error)) (any, err... method WithLock (line 454) | func (v *LocalValue) WithLock(fn func()) { method rlock (line 460) | func (v *LocalValue) rlock() { method runlock (line 464) | func (v *LocalValue) runlock() { method lock (line 468) | func (v *LocalValue) lock() { method unlock (line 472) | func (v *LocalValue) unlock() { method getEnvOpts (line 476) | func (v *LocalValue) getEnvOpts() []cel.EnvOption { method getEvalValues (line 480) | func (v *LocalValue) getEvalValues(ctx context.Context) map[string]any { method setEnvOptValue (line 491) | func (v *LocalValue) setEnvOptValue(name string, typ *cel.Type) { method setEvalValue (line 498) | func (v *LocalValue) setEvalValue(name string, value any) { type singleflightCache (line 355) | type singleflightCache struct type singleflightCacheResult (line 360) | type singleflightCacheResult struct function NewLocalValue (line 365) | func NewLocalValue(ctx context.Context, envOpts []cel.EnvOption, argName... function NewServiceVariableLocalValue (line 381) | func NewServiceVariableLocalValue(envOpts []cel.EnvOption) *LocalValue { type localValue (line 413) | type localValue interface type MapIteratorValue (line 502) | type MapIteratorValue struct method do (line 508) | func (v *MapIteratorValue) do(name string, cb func() (any, error)) (an... method rlock (line 512) | func (v *MapIteratorValue) rlock() { method runlock (line 516) | func (v *MapIteratorValue) runlock() { method lock (line 520) | func (v *MapIteratorValue) lock() { method unlock (line 524) | func (v *MapIteratorValue) unlock() { method getEnvOpts (line 528) | func (v *MapIteratorValue) getEnvOpts() []cel.EnvOption { method getEvalValues (line 532) | func (v *MapIteratorValue) getEvalValues(ctx context.Context) map[stri... method setEnvOptValue (line 540) | func (v *MapIteratorValue) setEnvOptValue(name string, typ *cel.Type) { method setEvalValue (line 547) | func (v *MapIteratorValue) setEvalValue(name string, value any) { type Def (line 551) | type Def struct type DefMap (line 565) | type DefMap struct function EvalDef (line 578) | func EvalDef[T any, U localValue](ctx context.Context, value U, def Def[... function IgnoreAndResponse (line 585) | func IgnoreAndResponse[T any, U localValue](ctx context.Context, value U... function evalDef (line 590) | func evalDef[T any, U localValue](ctx context.Context, value U, def Def[... function EvalDefMap (line 663) | func EvalDefMap[T any, U any, V localValue](ctx context.Context, value V... function evalDefMap (line 671) | func evalDefMap[T any, U any, V localValue](ctx context.Context, value V... function evalMap (line 727) | func evalMap[T localValue, U any]( type IfParam (line 760) | type IfParam struct function If (line 767) | func If[T localValue](ctx context.Context, param *IfParam[T]) error { type EvalSwitchCase (line 783) | type EvalSwitchCase struct type EvalSwitchDefault (line 791) | type EvalSwitchDefault struct function EvalSwitch (line 797) | func EvalSwitch[T any, V localValue](ctx context.Context, value V, cases... type EvalCELRequest (line 844) | type EvalCELRequest struct function EvalCEL (line 851) | func EvalCEL(ctx context.Context, req *EvalCELRequest) (any, error) { function createCELProgram (line 891) | func createCELProgram(ctx context.Context, expr string, cacheIndex int, ... function createCELAst (line 913) | func createCELAst(expr string, env *cel.Env) (*cel.Ast, error) { function getCELProgramCache (line 941) | func getCELProgramCache(ctx context.Context, cacheIndex int) cel.Program { function setCELProgramCache (line 949) | func setCELProgramCache(ctx context.Context, cacheIndex int, program cel... function ToGRPCError (line 953) | func ToGRPCError(ctx context.Context, err error) *grpcfedcel.Error { type SetCELValueParam (line 1010) | type SetCELValueParam struct function SetCELValue (line 1017) | func SetCELValue[T any](ctx context.Context, param *SetCELValueParam[T])... type comparingNullResolver (line 1040) | type comparingNullResolver struct method init (line 1050) | func (r *comparingNullResolver) init(checkedExpr *exprpb.CheckedExpr) { method nextID (line 1067) | func (r *comparingNullResolver) nextID() int64 { method Resolve (line 1072) | func (r *comparingNullResolver) Resolve(checkedExpr *exprpb.CheckedExp... method resolveCallExpr (line 1083) | func (r *comparingNullResolver) resolveCallExpr(e *exprpb.Expr) { method lookupComparingNullCallExpr (line 1111) | func (r *comparingNullResolver) lookupComparingNullCallExpr(e *exprpb.... function newComparingNullResolver (line 1046) | func newComparingNullResolver() *comparingNullResolver { type exprVisitor (line 1139) | type exprVisitor struct method Visit (line 1147) | func (v *exprVisitor) Visit(e *exprpb.Expr, cb func(e *exprpb.Expr)) { method visit (line 1152) | func (v *exprVisitor) visit(e *exprpb.Expr) { method visitSelect (line 1172) | func (v *exprVisitor) visitSelect(e *exprpb.Expr) { method visitCall (line 1177) | func (v *exprVisitor) visitCall(e *exprpb.Expr) { method visitList (line 1185) | func (v *exprVisitor) visitList(e *exprpb.Expr) { method visitStruct (line 1192) | func (v *exprVisitor) visitStruct(e *exprpb.Expr) { method visitComprehension (line 1199) | func (v *exprVisitor) visitComprehension(e *exprpb.Expr) { function newExprVisitor (line 1143) | func newExprVisitor() *exprVisitor { FILE: grpc/federation/cel/any.go constant AnyPackageName (line 16) | AnyPackageName = "any" type Any (line 18) | type Any struct method ConvertToNative (line 22) | func (any *Any) ConvertToNative(typeDesc reflect.Type) (any, error) { method ConvertToType (line 26) | func (any *Any) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 30) | func (any *Any) Equal(other ref.Val) ref.Val { method Type (line 34) | func (any *Any) Type() ref.Type { method Value (line 38) | func (any *Any) Value() any { function NewAnyLibrary (line 42) | func NewAnyLibrary(typeAdapter types.Adapter) *AnyLibrary { type AnyLibrary (line 48) | type AnyLibrary struct method LibraryName (line 52) | func (lib *AnyLibrary) LibraryName() string { method CompileOptions (line 64) | func (lib *AnyLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 96) | func (lib *AnyLibrary) ProgramOptions() []cel.ProgramOption { function createAny (line 56) | func createAny(name string) string { function createAnyID (line 60) | func createAnyID(name string) string { FILE: grpc/federation/cel/any_test.go function TestAnyFunctions (line 20) | func TestAnyFunctions(t *testing.T) { FILE: grpc/federation/cel/bind.go type BindFunctionOpt (line 15) | type BindFunctionOpt struct type BindMemberFunctionOpt (line 19) | type BindMemberFunctionOpt struct function BindFunction (line 28) | func BindFunction(name string, opts ...BindFunctionOpt) []cel.EnvOption { function createMacro (line 45) | func createMacro(funcName string) cel.EnvOption { function BindMemberFunction (line 69) | func BindMemberFunction(name string, opts ...BindMemberFunctionOpt) []ce... function OverloadFunc (line 80) | func OverloadFunc(name string, args []*cel.Type, result *cel.Type, cb fu... function MemberOverloadFunc (line 93) | func MemberOverloadFunc(name string, self *cel.Type, args []*cel.Type, r... function BindExtFunction (line 107) | func BindExtFunction(extLib cel.EnvOption, name, signature string, args ... function BindExtMemberFunction (line 141) | func BindExtMemberFunction(extLib cel.EnvOption, name, signature string,... function compileExt (line 176) | func compileExt(name string, argNames []string, opts []cel.EnvOption) (c... function compileMemberExt (line 192) | func compileMemberExt(name string, argNames []string, opts []cel.EnvOpti... FILE: grpc/federation/cel/bind_test.go type testBindLib (line 12) | type testBindLib struct method LibraryName (line 14) | func (lib *testBindLib) LibraryName() string { method CompileOptions (line 18) | func (lib *testBindLib) CompileOptions() []cel.EnvOption { method ProgramOptions (line 72) | func (lib *testBindLib) ProgramOptions() []cel.ProgramOption { function TestBind (line 76) | func TestBind(t *testing.T) { FILE: grpc/federation/cel/cast.go constant CastPackageName (line 11) | CastPackageName = "cast" constant CastNullValueFunc (line 14) | CastNullValueFunc = "grpc.federation.cast.null_value" type CastLibrary (line 17) | type CastLibrary struct method LibraryName (line 19) | func (lib *CastLibrary) LibraryName() string { method CompileOptions (line 23) | func (lib *CastLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 36) | func (lib *CastLibrary) ProgramOptions() []cel.ProgramOption { method nullValue (line 40) | func (lib *CastLibrary) nullValue(val ref.Val) ref.Val { FILE: grpc/federation/cel/cast_test.go function TestCast (line 14) | func TestCast(t *testing.T) { FILE: grpc/federation/cel/context.go constant ContextVariableName (line 12) | ContextVariableName = "__CTX__" constant ContextTypeName (line 13) | ContextTypeName = "grpc.federation.private.Context" type ContextValue (line 16) | type ContextValue struct method ConvertToNative (line 24) | func (c *ContextValue) ConvertToNative(typeDesc reflect.Type) (any, er... method ConvertToType (line 28) | func (c *ContextValue) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 32) | func (c *ContextValue) Equal(other ref.Val) ref.Val { method Type (line 36) | func (c *ContextValue) Type() ref.Type { method Value (line 40) | func (c *ContextValue) Value() any { function NewContextValue (line 20) | func NewContextValue(c context.Context) *ContextValue { FILE: grpc/federation/cel/conv.go function ToIdentifiers (line 5) | func ToIdentifiers(expr ast.Expr) []string { function toEntryNames (line 37) | func toEntryNames(entry ast.EntryExpr) []string { function toSelectorName (line 49) | func toSelectorName(v ast.Expr) string { FILE: grpc/federation/cel/enum.go constant EnumPackageName (line 15) | EnumPackageName = "enum" constant EnumSelectorFQDN (line 16) | EnumSelectorFQDN = "grpc.federation.private.EnumSelector" type EnumLibrary (line 19) | type EnumLibrary struct method LibraryName (line 22) | func (lib *EnumLibrary) LibraryName() string { method CompileOptions (line 26) | func (lib *EnumLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 67) | func (lib *EnumLibrary) ProgramOptions() []cel.ProgramOption { method ConvertToNative (line 71) | func (s *EnumSelector) ConvertToNative(typeDesc reflect.Type) (any, erro... method ConvertToType (line 75) | func (s *EnumSelector) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 79) | func (s *EnumSelector) Equal(other ref.Val) ref.Val { method Type (line 86) | func (s *EnumSelector) Type() ref.Type { method Value (line 90) | func (s *EnumSelector) Value() any { type enumValidator (line 94) | type enumValidator struct method Name (line 100) | func (v *enumValidator) Name() string { method Validate (line 104) | func (v *enumValidator) Validate(_ *cel.Env, _ cel.ValidatorConfig, a ... method getArgExpr (line 145) | func (v *enumValidator) getArgExpr(expr ast.Expr, argNum int) ast.Navi... method getKey (line 158) | func (v *enumValidator) getKey(funcName string, expr ast.NavigableExpr... method validateType (line 163) | func (v *enumValidator) validateType(got *celtypes.Type, candidates ..... function NewEnumValidator (line 96) | func NewEnumValidator() cel.ASTValidator { FILE: grpc/federation/cel/lib.go type Library (line 10) | type Library struct method LibraryName (line 49) | func (lib *Library) LibraryName() string { method CompileOptions (line 53) | func (lib *Library) CompileOptions() []cel.EnvOption { method ProgramOptions (line 61) | func (lib *Library) ProgramOptions() []cel.ProgramOption { function NewLibrary (line 15) | func NewLibrary(typeAdapter types.Adapter) *Library { function NewASTValidators (line 38) | func NewASTValidators() []cel.ASTValidator { function IsStandardLibraryType (line 45) | func IsStandardLibraryType(typeName string) bool { function packageName (line 69) | func packageName(subpkg string) string { function packageNameID (line 73) | func packageNameID(subpkg string) string { function createName (line 77) | func createName(subpkg, name string) string { function createID (line 81) | func createID(subpkg, name string) string { FILE: grpc/federation/cel/list.go constant ListPackageName (line 17) | ListPackageName = "list" constant listSortAscFunc (line 20) | listSortAscFunc = "grpc.federation.list.@sortAsc" constant listSortDescFunc (line 21) | listSortDescFunc = "grpc.federation.list.@sortDesc" constant listSortStableAscFunc (line 22) | listSortStableAscFunc = "grpc.federation.list.@sortStableAsc" constant listSortStableDescFunc (line 23) | listSortStableDescFunc = "grpc.federation.list.@sortStableDesc" type ListLibrary (line 26) | type ListLibrary struct method LibraryName (line 39) | func (lib *ListLibrary) LibraryName() string { method CompileOptions (line 43) | func (lib *ListLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 142) | func (lib *ListLibrary) ProgramOptions() []cel.ProgramOption { method makeReduce (line 146) | func (lib *ListLibrary) makeReduce(mef cel.MacroExprFactory, target as... method makeFirst (line 162) | func (lib *ListLibrary) makeFirst(mef cel.MacroExprFactory, target ast... method makeSortAsc (line 170) | func (lib *ListLibrary) makeSortAsc(mef cel.MacroExprFactory, target a... method makeSortDesc (line 174) | func (lib *ListLibrary) makeSortDesc(mef cel.MacroExprFactory, target ... method makeSortStableAsc (line 178) | func (lib *ListLibrary) makeSortStableAsc(mef cel.MacroExprFactory, ta... method makeSortStableDesc (line 182) | func (lib *ListLibrary) makeSortStableDesc(mef cel.MacroExprFactory, t... method makeSort (line 186) | func (lib *ListLibrary) makeSort(function string, mef cel.MacroExprFac... method sortAsc (line 213) | func (lib *ListLibrary) sortAsc(orig, expanded ref.Val) ref.Val { method sortDesc (line 217) | func (lib *ListLibrary) sortDesc(orig, expanded ref.Val) ref.Val { method sortStableAsc (line 221) | func (lib *ListLibrary) sortStableAsc(orig, expanded ref.Val) ref.Val { method sortStableDesc (line 225) | func (lib *ListLibrary) sortStableDesc(orig, expanded ref.Val) ref.Val { method sortRefVal (line 229) | func (lib *ListLibrary) sortRefVal(orig, expanded ref.Val, direction t... function NewListLibrary (line 33) | func NewListLibrary(typeAdapter types.Adapter) cel.SingletonLibrary { function flatten (line 114) | func flatten(list traits.Lister, depth int64) ([]ref.Val, error) { function extractIdent (line 265) | func extractIdent(e ast.Expr) (string, bool) { type listValidator (line 273) | type listValidator struct method Name (line 279) | func (v *listValidator) Name() string { method Validate (line 283) | func (v *listValidator) Validate(_ *cel.Env, _ cel.ValidatorConfig, a ... function NewListValidator (line 275) | func NewListValidator() cel.ASTValidator { FILE: grpc/federation/cel/list_test.go function TestList (line 18) | func TestList(t *testing.T) { function TestListValidator (line 383) | func TestListValidator(t *testing.T) { FILE: grpc/federation/cel/log.go constant LogPackageName (line 16) | LogPackageName = "log" constant logDebugFunc (line 19) | logDebugFunc = "grpc.federation.log.debug" constant logInfoFunc (line 20) | logInfoFunc = "grpc.federation.log.info" constant logWarnFunc (line 21) | logWarnFunc = "grpc.federation.log.warn" constant logErrorFunc (line 22) | logErrorFunc = "grpc.federation.log.error" constant logAddFunc (line 23) | logAddFunc = "grpc.federation.log.add" type LogLibrary (line 26) | type LogLibrary struct method LibraryName (line 32) | func (lib *LogLibrary) LibraryName() string { method CompileOptions (line 36) | func (lib *LogLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 98) | func (lib *LogLibrary) ProgramOptions() []cel.ProgramOption { method debug (line 102) | func (lib *LogLibrary) debug(ctx context.Context, values ...ref.Val) r... method info (line 107) | func (lib *LogLibrary) info(ctx context.Context, values ...ref.Val) re... method warn (line 112) | func (lib *LogLibrary) warn(ctx context.Context, values ...ref.Val) re... method error (line 117) | func (lib *LogLibrary) error(ctx context.Context, values ...ref.Val) r... method log (line 122) | func (lib *LogLibrary) log(ctx context.Context, logFn func(ctx context... method expandVal (line 142) | func (lib *LogLibrary) expandVal(arg ref.Val) any { method add (line 164) | func (lib *LogLibrary) add(ctx context.Context, values ...ref.Val) ref... function NewLogLibrary (line 28) | func NewLogLibrary() *LogLibrary { FILE: grpc/federation/cel/log_test.go function TestLog (line 17) | func TestLog(t *testing.T) { FILE: grpc/federation/cel/math.go constant MathPackageName (line 12) | MathPackageName = "math" type MathLibrary (line 16) | type MathLibrary struct method LibraryName (line 23) | func (lib *MathLibrary) LibraryName() string { method CompileOptions (line 35) | func (lib *MathLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 84) | func (lib *MathLibrary) ProgramOptions() []cel.ProgramOption { function NewMathLibrary (line 19) | func NewMathLibrary() *MathLibrary { function createMathName (line 27) | func createMathName(name string) string { function createMathID (line 31) | func createMathID(name string) string { FILE: grpc/federation/cel/math_test.go function TestMathFunctions (line 17) | func TestMathFunctions(t *testing.T) { FILE: grpc/federation/cel/metadata.go constant MetadataPackageName (line 12) | MetadataPackageName = "metadata" function NewMetadataLibrary (line 14) | func NewMetadataLibrary() *MetadataLibrary { type MetadataLibrary (line 18) | type MetadataLibrary struct method LibraryName (line 20) | func (lib *MetadataLibrary) LibraryName() string { method CompileOptions (line 32) | func (lib *MetadataLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 69) | func (lib *MetadataLibrary) ProgramOptions() []cel.ProgramOption { function createMetadata (line 24) | func createMetadata(name string) string { function createMetadataID (line 28) | func createMetadataID(name string) string { FILE: grpc/federation/cel/metadata_test.go function TestMetadata (line 17) | func TestMetadata(t *testing.T) { FILE: grpc/federation/cel/plugin.go type CELPlugin (line 35) | type CELPlugin struct method Close (line 234) | func (p *CELPlugin) Close() { method CompileOptions (line 246) | func (p *CELPlugin) CompileOptions() []cel.EnvOption { method Call (line 273) | func (p *CELPlugin) Call(ctx context.Context, fn *CELFunction, args ..... method ProgramOptions (line 312) | func (p *CELPlugin) ProgramOptions() []cel.ProgramOption { method CreateInstance (line 318) | func (p *CELPlugin) CreateInstance(ctx context.Context, celRegistry *t... method Cleanup (line 332) | func (p *CELPlugin) Cleanup() { method createBackupInstance (line 338) | func (p *CELPlugin) createBackupInstance(ctx context.Context) { method getInstance (line 349) | func (p *CELPlugin) getInstance(ctx context.Context) (*CELPluginInstan... method getCurrentInstance (line 367) | func (p *CELPlugin) getCurrentInstance() *CELPluginInstance { method createInstance (line 377) | func (p *CELPlugin) createInstance(ctx context.Context) (*CELPluginIns... type CELFunction (line 45) | type CELFunction struct type CELPluginConfig (line 53) | type CELPluginConfig struct type CELPluginCapability (line 61) | type CELPluginCapability struct type CELPluginEnvCapability (line 67) | type CELPluginEnvCapability struct type CELPluginFileSystemCapability (line 72) | type CELPluginFileSystemCapability struct type CELPluginNetworkCapability (line 76) | type CELPluginNetworkCapability struct type WasmConfig (line 79) | type WasmConfig struct function NewCELPlugin (line 93) | func NewCELPlugin(ctx context.Context, cfg CELPluginConfig) (*CELPlugin,... type instanceKey (line 199) | type instanceKey struct function getInstanceFromContext (line 201) | func getInstanceFromContext(ctx context.Context) *CELPluginInstance { function withInstance (line 209) | func withInstance(ctx context.Context, instance *CELPluginInstance) cont... function getCompilationCache (line 213) | func getCompilationCache(name, baseDir string) wazero.CompilationCache { function addModuleConfigByCapability (line 441) | func addModuleConfigByCapability(capability *CELPluginCapability, cfg wa... type Envs (line 459) | type Envs method Strings (line 461) | func (e Envs) Strings() []string { type Env (line 469) | type Env struct method String (line 476) | func (e *Env) String() string { constant pluginEnvPrefix (line 474) | pluginEnvPrefix = "GRPC_FEDERATION_PLUGIN_" function getEnvs (line 480) | func getEnvs() Envs { function addModuleConfigByEnvCapability (line 512) | func addModuleConfigByEnvCapability(capability *CELPluginCapability, cfg... function addModuleConfigByFileSystemCapability (line 542) | func addModuleConfigByFileSystemCapability(capability *CELPluginCapabili... type CELPluginInstance (line 556) | type CELPluginInstance struct method ValidatePlugin (line 588) | func (i *CELPluginInstance) ValidatePlugin(ctx context.Context) error { method write (line 631) | func (i *CELPluginInstance) write(ctx context.Context, cmd []byte) err... method Close (line 643) | func (i *CELPluginInstance) Close() error { method close (line 654) | func (i *CELPluginInstance) close() error { method closeResources (line 671) | func (i *CELPluginInstance) closeResources(instanceModErr error) { method LibraryName (line 677) | func (i *CELPluginInstance) LibraryName() string { method enqueueGC (line 681) | func (i *CELPluginInstance) enqueueGC() { method startGC (line 696) | func (i *CELPluginInstance) startGC(ctx context.Context) error { method Call (line 739) | func (i *CELPluginInstance) Call(ctx context.Context, fn *CELFunction,... method sendRequest (line 752) | func (i *CELPluginInstance) sendRequest(ctx context.Context, fn *CELFu... method recvResponse (line 781) | func (i *CELPluginInstance) recvResponse(ctx context.Context, fn *CELF... method recv (line 800) | func (i *CELPluginInstance) recv(ctx context.Context) ([]byte, error) { method refToCELPluginValue (line 824) | func (i *CELPluginInstance) refToCELPluginValue(typ *cel.Type, v ref.V... method celPluginValueToRef (line 915) | func (i *CELPluginInstance) celPluginValueToRef(fn *CELFunction, typ *... constant PluginProtocolVersion (line 574) | PluginProtocolVersion = 2 type PluginVersionSchema (line 576) | type PluginVersionSchema struct constant VersionCommand (line 583) | VersionCommand = "version" constant ExitCommand (line 584) | ExitCommand = "exit" constant GCCommand (line 585) | GCCommand = "gc" FILE: grpc/federation/cel/plugin/plugin.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type CELPluginRequest (line 25) | type CELPluginRequest struct method Reset (line 35) | func (x *CELPluginRequest) Reset() { method String (line 44) | func (x *CELPluginRequest) String() string { method ProtoMessage (line 48) | func (*CELPluginRequest) ProtoMessage() {} method ProtoReflect (line 50) | func (x *CELPluginRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 63) | func (*CELPluginRequest) Descriptor() ([]byte, []int) { method GetMethod (line 67) | func (x *CELPluginRequest) GetMethod() string { method GetMetadata (line 74) | func (x *CELPluginRequest) GetMetadata() []*CELPluginGRPCMetadata { method GetArgs (line 81) | func (x *CELPluginRequest) GetArgs() []*CELPluginValue { type CELPluginResponse (line 88) | type CELPluginResponse struct method Reset (line 97) | func (x *CELPluginResponse) Reset() { method String (line 106) | func (x *CELPluginResponse) String() string { method ProtoMessage (line 110) | func (*CELPluginResponse) ProtoMessage() {} method ProtoReflect (line 112) | func (x *CELPluginResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 125) | func (*CELPluginResponse) Descriptor() ([]byte, []int) { method GetValue (line 129) | func (x *CELPluginResponse) GetValue() *CELPluginValue { method GetError (line 136) | func (x *CELPluginResponse) GetError() string { type CELPluginGRPCMetadata (line 143) | type CELPluginGRPCMetadata struct method Reset (line 152) | func (x *CELPluginGRPCMetadata) Reset() { method String (line 161) | func (x *CELPluginGRPCMetadata) String() string { method ProtoMessage (line 165) | func (*CELPluginGRPCMetadata) ProtoMessage() {} method ProtoReflect (line 167) | func (x *CELPluginGRPCMetadata) ProtoReflect() protoreflect.Message { method Descriptor (line 180) | func (*CELPluginGRPCMetadata) Descriptor() ([]byte, []int) { method GetKey (line 184) | func (x *CELPluginGRPCMetadata) GetKey() string { method GetValues (line 191) | func (x *CELPluginGRPCMetadata) GetValues() []string { type CELPluginValue (line 198) | type CELPluginValue struct method Reset (line 217) | func (x *CELPluginValue) Reset() { method String (line 226) | func (x *CELPluginValue) String() string { method ProtoMessage (line 230) | func (*CELPluginValue) ProtoMessage() {} method ProtoReflect (line 232) | func (x *CELPluginValue) ProtoReflect() protoreflect.Message { method Descriptor (line 245) | func (*CELPluginValue) Descriptor() ([]byte, []int) { method GetValue (line 249) | func (m *CELPluginValue) GetValue() isCELPluginValue_Value { method GetInt64 (line 256) | func (x *CELPluginValue) GetInt64() int64 { method GetUint64 (line 263) | func (x *CELPluginValue) GetUint64() uint64 { method GetDouble (line 270) | func (x *CELPluginValue) GetDouble() float64 { method GetString_ (line 277) | func (x *CELPluginValue) GetString_() string { method GetBytes (line 284) | func (x *CELPluginValue) GetBytes() []byte { method GetBool (line 291) | func (x *CELPluginValue) GetBool() bool { method GetPtr (line 298) | func (x *CELPluginValue) GetPtr() uint64 { method GetMessage (line 305) | func (x *CELPluginValue) GetMessage() *anypb.Any { method GetList (line 312) | func (x *CELPluginValue) GetList() *CELPluginListValue { type isCELPluginValue_Value (line 319) | type isCELPluginValue_Value interface type CELPluginValue_Int64 (line 323) | type CELPluginValue_Int64 struct method isCELPluginValue_Value (line 359) | func (*CELPluginValue_Int64) isCELPluginValue_Value() {} type CELPluginValue_Uint64 (line 327) | type CELPluginValue_Uint64 struct method isCELPluginValue_Value (line 361) | func (*CELPluginValue_Uint64) isCELPluginValue_Value() {} type CELPluginValue_Double (line 331) | type CELPluginValue_Double struct method isCELPluginValue_Value (line 363) | func (*CELPluginValue_Double) isCELPluginValue_Value() {} type CELPluginValue_String_ (line 335) | type CELPluginValue_String_ struct method isCELPluginValue_Value (line 365) | func (*CELPluginValue_String_) isCELPluginValue_Value() {} type CELPluginValue_Bytes (line 339) | type CELPluginValue_Bytes struct method isCELPluginValue_Value (line 367) | func (*CELPluginValue_Bytes) isCELPluginValue_Value() {} type CELPluginValue_Bool (line 343) | type CELPluginValue_Bool struct method isCELPluginValue_Value (line 369) | func (*CELPluginValue_Bool) isCELPluginValue_Value() {} type CELPluginValue_Ptr (line 347) | type CELPluginValue_Ptr struct method isCELPluginValue_Value (line 371) | func (*CELPluginValue_Ptr) isCELPluginValue_Value() {} type CELPluginValue_Message (line 351) | type CELPluginValue_Message struct method isCELPluginValue_Value (line 373) | func (*CELPluginValue_Message) isCELPluginValue_Value() {} type CELPluginValue_List (line 355) | type CELPluginValue_List struct method isCELPluginValue_Value (line 375) | func (*CELPluginValue_List) isCELPluginValue_Value() {} type CELPluginListValue (line 377) | type CELPluginListValue struct method Reset (line 385) | func (x *CELPluginListValue) Reset() { method String (line 394) | func (x *CELPluginListValue) String() string { method ProtoMessage (line 398) | func (*CELPluginListValue) ProtoMessage() {} method ProtoReflect (line 400) | func (x *CELPluginListValue) ProtoReflect() protoreflect.Message { method Descriptor (line 413) | func (*CELPluginListValue) Descriptor() ([]byte, []int) { method GetValues (line 417) | func (x *CELPluginListValue) GetValues() []*CELPluginValue { function file_grpc_federation_plugin_proto_rawDescGZIP (line 491) | func file_grpc_federation_plugin_proto_rawDescGZIP() []byte { function init (line 521) | func init() { file_grpc_federation_plugin_proto_init() } function file_grpc_federation_plugin_proto_init (line 522) | func file_grpc_federation_plugin_proto_init() { FILE: grpc/federation/cel/plugin_test.go function TestPlugin (line 16) | func TestPlugin(t *testing.T) { FILE: grpc/federation/cel/private.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Error (line 26) | type Error struct method Reset (line 47) | func (x *Error) Reset() { method String (line 56) | func (x *Error) String() string { method ProtoMessage (line 60) | func (*Error) ProtoMessage() {} method ProtoReflect (line 62) | func (x *Error) ProtoReflect() protoreflect.Message { method Descriptor (line 75) | func (*Error) Descriptor() ([]byte, []int) { method GetCode (line 79) | func (x *Error) GetCode() int32 { method GetMessage (line 86) | func (x *Error) GetMessage() string { method GetDetails (line 93) | func (x *Error) GetDetails() []*anypb.Any { method GetCustomMessages (line 100) | func (x *Error) GetCustomMessages() []*anypb.Any { method GetErrorInfo (line 107) | func (x *Error) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 114) | func (x *Error) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 121) | func (x *Error) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailures (line 128) | func (x *Error) GetQuotaFailures() []*errdetails.QuotaFailure { method GetPreconditionFailures (line 135) | func (x *Error) GetPreconditionFailures() []*errdetails.PreconditionFa... method GetBadRequests (line 142) | func (x *Error) GetBadRequests() []*errdetails.BadRequest { method GetRequestInfo (line 149) | func (x *Error) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 156) | func (x *Error) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelps (line 163) | func (x *Error) GetHelps() []*errdetails.Help { method GetLocalizedMessages (line 170) | func (x *Error) GetLocalizedMessages() []*errdetails.LocalizedMessage { type EnumSelector (line 177) | type EnumSelector struct method Reset (line 195) | func (x *EnumSelector) Reset() { method String (line 204) | func (x *EnumSelector) String() string { method ProtoMessage (line 208) | func (*EnumSelector) ProtoMessage() {} method ProtoReflect (line 210) | func (x *EnumSelector) ProtoReflect() protoreflect.Message { method Descriptor (line 223) | func (*EnumSelector) Descriptor() ([]byte, []int) { method GetCond (line 227) | func (x *EnumSelector) GetCond() bool { method GetTrue (line 234) | func (m *EnumSelector) GetTrue() isEnumSelector_True { method GetTrueValue (line 241) | func (x *EnumSelector) GetTrueValue() int32 { method GetTrueSelector (line 248) | func (x *EnumSelector) GetTrueSelector() *EnumSelector { method GetFalse (line 255) | func (m *EnumSelector) GetFalse() isEnumSelector_False { method GetFalseValue (line 262) | func (x *EnumSelector) GetFalseValue() int32 { method GetFalseSelector (line 269) | func (x *EnumSelector) GetFalseSelector() *EnumSelector { type isEnumSelector_True (line 276) | type isEnumSelector_True interface type EnumSelector_TrueValue (line 280) | type EnumSelector_TrueValue struct method isEnumSelector_True (line 288) | func (*EnumSelector_TrueValue) isEnumSelector_True() {} type EnumSelector_TrueSelector (line 284) | type EnumSelector_TrueSelector struct method isEnumSelector_True (line 290) | func (*EnumSelector_TrueSelector) isEnumSelector_True() {} type isEnumSelector_False (line 292) | type isEnumSelector_False interface type EnumSelector_FalseValue (line 296) | type EnumSelector_FalseValue struct method isEnumSelector_False (line 304) | func (*EnumSelector_FalseValue) isEnumSelector_False() {} type EnumSelector_FalseSelector (line 300) | type EnumSelector_FalseSelector struct method isEnumSelector_False (line 306) | func (*EnumSelector_FalseSelector) isEnumSelector_False() {} function file_grpc_federation_private_proto_rawDescGZIP (line 396) | func file_grpc_federation_private_proto_rawDescGZIP() []byte { function init (line 441) | func init() { file_grpc_federation_private_proto_init() } function file_grpc_federation_private_proto_init (line 442) | func file_grpc_federation_private_proto_init() { FILE: grpc/federation/cel/rand.go constant RandPackageName (line 13) | RandPackageName = "rand" type Source (line 20) | type Source struct method ConvertToNative (line 24) | func (s *Source) ConvertToNative(typeDesc reflect.Type) (any, error) { method ConvertToType (line 28) | func (s *Source) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 32) | func (s *Source) Equal(other ref.Val) ref.Val { method Type (line 39) | func (s *Source) Type() ref.Type { method Value (line 43) | func (s *Source) Value() any { type Rand (line 47) | type Rand struct method ConvertToNative (line 51) | func (r *Rand) ConvertToNative(typeDesc reflect.Type) (any, error) { method ConvertToType (line 55) | func (r *Rand) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 59) | func (r *Rand) Equal(other ref.Val) ref.Val { method Type (line 66) | func (r *Rand) Type() ref.Type { method Value (line 70) | func (r *Rand) Value() any { type RandLibrary (line 74) | type RandLibrary struct method LibraryName (line 77) | func (lib *RandLibrary) LibraryName() string { method CompileOptions (line 89) | func (lib *RandLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 235) | func (lib *RandLibrary) ProgramOptions() []cel.ProgramOption { function createRandName (line 81) | func createRandName(name string) string { function createRandID (line 85) | func createRandID(name string) string { FILE: grpc/federation/cel/rand_test.go function TestRand (line 18) | func TestRand(t *testing.T) { FILE: grpc/federation/cel/regexp.go constant RegexpPackageName (line 13) | RegexpPackageName = "regexp" type Regexp (line 19) | type Regexp struct method ConvertToNative (line 23) | func (r *Regexp) ConvertToNative(typeDesc reflect.Type) (any, error) { method ConvertToType (line 27) | func (r *Regexp) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 31) | func (r *Regexp) Equal(other ref.Val) ref.Val { method Type (line 38) | func (r *Regexp) Type() ref.Type { method Value (line 42) | func (r *Regexp) Value() any { type RegexpLibrary (line 46) | type RegexpLibrary struct method LibraryName (line 49) | func (lib *RegexpLibrary) LibraryName() string { method CompileOptions (line 61) | func (lib *RegexpLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 134) | func (lib *RegexpLibrary) ProgramOptions() []cel.ProgramOption { function createRegexpName (line 53) | func createRegexpName(name string) string { function createRegexpID (line 57) | func createRegexpID(name string) string { FILE: grpc/federation/cel/regexp_test.go function TestRegexp (line 18) | func TestRegexp(t *testing.T) { FILE: grpc/federation/cel/strings.go constant StringsPackageName (line 17) | StringsPackageName = "strings" type StringsLibrary (line 21) | type StringsLibrary struct method LibraryName (line 28) | func (lib *StringsLibrary) LibraryName() string { method CompileOptions (line 40) | func (lib *StringsLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 803) | func (lib *StringsLibrary) ProgramOptions() []cel.ProgramOption { function NewStringsLibrary (line 24) | func NewStringsLibrary() *StringsLibrary { function createStringsName (line 32) | func createStringsName(name string) string { function createStringsID (line 36) | func createStringsID(name string) string { FILE: grpc/federation/cel/strings_test.go function TestStringsFunctions (line 21) | func TestStringsFunctions(t *testing.T) { FILE: grpc/federation/cel/testdata/plugin/main.go function main (line 10) | func main() { function foo (line 30) | func foo(ctx context.Context) (int64, error) { FILE: grpc/federation/cel/testdata/testpb/test.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Message (line 23) | type Message struct method Reset (line 33) | func (x *Message) Reset() { method String (line 42) | func (x *Message) String() string { method ProtoMessage (line 46) | func (*Message) ProtoMessage() {} method ProtoReflect (line 48) | func (x *Message) ProtoReflect() protoreflect.Message { method Descriptor (line 61) | func (*Message) Descriptor() ([]byte, []int) { method GetId (line 65) | func (x *Message) GetId() string { method GetNum (line 72) | func (x *Message) GetNum() int32 { method GetInner (line 79) | func (x *Message) GetInner() *InnerMessage { type InnerMessage (line 86) | type InnerMessage struct method Reset (line 94) | func (x *InnerMessage) Reset() { method String (line 103) | func (x *InnerMessage) String() string { method ProtoMessage (line 107) | func (*InnerMessage) ProtoMessage() {} method ProtoReflect (line 109) | func (x *InnerMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 122) | func (*InnerMessage) Descriptor() ([]byte, []int) { method GetId (line 126) | func (x *InnerMessage) GetId() string { function file_test_proto_rawDescGZIP (line 160) | func file_test_proto_rawDescGZIP() []byte { function init (line 181) | func init() { file_test_proto_init() } function file_test_proto_init (line 182) | func file_test_proto_init() { FILE: grpc/federation/cel/time.go constant TimePackageName (line 13) | TimePackageName = "time" method GoTime (line 20) | func (x *Time) GoTime() (time.Time, error) { method GoLocation (line 28) | func (x *Location) GoLocation() (*time.Location, error) { type TimeLibrary (line 41) | type TimeLibrary struct method LibraryName (line 51) | func (lib *TimeLibrary) LibraryName() string { method refToGoTimeValue (line 63) | func (lib *TimeLibrary) refToGoTimeValue(v ref.Val) (time.Time, error) { method toTimeValue (line 67) | func (lib *TimeLibrary) toTimeValue(v time.Time) ref.Val { method toLocationValue (line 78) | func (lib *TimeLibrary) toLocationValue(name string, offset int) ref.V... method CompileOptions (line 82) | func (lib *TimeLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 984) | func (lib *TimeLibrary) ProgramOptions() []cel.ProgramOption { function NewTimeLibrary (line 45) | func NewTimeLibrary(typeAdapter types.Adapter) *TimeLibrary { function createTimeName (line 55) | func createTimeName(name string) string { function createTimeID (line 59) | func createTimeID(name string) string { FILE: grpc/federation/cel/time.pb.go constant _ (line 19) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 21) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type Time (line 25) | type Time struct method Reset (line 36) | func (x *Time) Reset() { method String (line 45) | func (x *Time) String() string { method ProtoMessage (line 49) | func (*Time) ProtoMessage() {} method ProtoReflect (line 51) | func (x *Time) ProtoReflect() protoreflect.Message { method Descriptor (line 64) | func (*Time) Descriptor() ([]byte, []int) { method GetTimestamp (line 68) | func (x *Time) GetTimestamp() *timestamppb.Timestamp { method GetLoc (line 75) | func (x *Time) GetLoc() *Location { type Location (line 84) | type Location struct method Reset (line 95) | func (x *Location) Reset() { method String (line 104) | func (x *Location) String() string { method ProtoMessage (line 108) | func (*Location) ProtoMessage() {} method ProtoReflect (line 110) | func (x *Location) ProtoReflect() protoreflect.Message { method Descriptor (line 123) | func (*Location) Descriptor() ([]byte, []int) { method GetName (line 127) | func (x *Location) GetName() string { method GetOffset (line 134) | func (x *Location) GetOffset() int64 { function file_grpc_federation_time_proto_rawDescGZIP (line 172) | func file_grpc_federation_time_proto_rawDescGZIP() []byte { function init (line 195) | func init() { file_grpc_federation_time_proto_init() } function file_grpc_federation_time_proto_init (line 196) | func file_grpc_federation_time_proto_init() { FILE: grpc/federation/cel/time_test.go function TestTime (line 19) | func TestTime(t *testing.T) { FILE: grpc/federation/cel/url.go constant URLPackageName (line 13) | URLPackageName = "url" method GoURL (line 20) | func (x *URL) GoURL() url.URL { method GoUserinfo (line 36) | func (x *Userinfo) GoUserinfo() *url.Userinfo { type URLLibrary (line 48) | type URLLibrary struct method LibraryName (line 58) | func (lib *URLLibrary) LibraryName() string { method refToGoURLValue (line 70) | func (lib *URLLibrary) refToGoURLValue(v ref.Val) url.URL { method refToGoUserinfoValue (line 74) | func (lib *URLLibrary) refToGoUserinfoValue(v ref.Val) *url.Userinfo { method toURLValue (line 78) | func (lib *URLLibrary) toURLValue(v url.URL) ref.Val { method toUserinfoValue (line 104) | func (lib *URLLibrary) toUserinfoValue(username, password string, pass... method CompileOptions (line 108) | func (lib *URLLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 530) | func (lib *URLLibrary) ProgramOptions() []cel.ProgramOption { function NewURLLibrary (line 52) | func NewURLLibrary(typeAdapter types.Adapter) *URLLibrary { function createURLName (line 62) | func createURLName(name string) string { function createURLID (line 66) | func createURLID(name string) string { FILE: grpc/federation/cel/url.pb.go constant _ (line 18) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 20) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type URL (line 24) | type URL struct method Reset (line 42) | func (x *URL) Reset() { method String (line 51) | func (x *URL) String() string { method ProtoMessage (line 55) | func (*URL) ProtoMessage() {} method ProtoReflect (line 57) | func (x *URL) ProtoReflect() protoreflect.Message { method Descriptor (line 70) | func (*URL) Descriptor() ([]byte, []int) { method GetScheme (line 74) | func (x *URL) GetScheme() string { method GetOpaque (line 81) | func (x *URL) GetOpaque() string { method GetUser (line 88) | func (x *URL) GetUser() *Userinfo { method GetHost (line 95) | func (x *URL) GetHost() string { method GetPath (line 102) | func (x *URL) GetPath() string { method GetRawPath (line 109) | func (x *URL) GetRawPath() string { method GetOmitHost (line 116) | func (x *URL) GetOmitHost() bool { method GetForceQuery (line 123) | func (x *URL) GetForceQuery() bool { method GetRawQuery (line 130) | func (x *URL) GetRawQuery() string { method GetFragment (line 137) | func (x *URL) GetFragment() string { method GetRawFragment (line 144) | func (x *URL) GetRawFragment() string { type Userinfo (line 152) | type Userinfo struct method Reset (line 162) | func (x *Userinfo) Reset() { method String (line 171) | func (x *Userinfo) String() string { method ProtoMessage (line 175) | func (*Userinfo) ProtoMessage() {} method ProtoReflect (line 177) | func (x *Userinfo) ProtoReflect() protoreflect.Message { method Descriptor (line 190) | func (*Userinfo) Descriptor() ([]byte, []int) { method GetUsername (line 194) | func (x *Userinfo) GetUsername() string { method GetPassword (line 201) | func (x *Userinfo) GetPassword() string { method GetPasswordSet (line 208) | func (x *Userinfo) GetPasswordSet() bool { function file_grpc_federation_url_proto_rawDescGZIP (line 260) | func file_grpc_federation_url_proto_rawDescGZIP() []byte { function init (line 281) | func init() { file_grpc_federation_url_proto_init() } function file_grpc_federation_url_proto_init (line 282) | func file_grpc_federation_url_proto_init() { FILE: grpc/federation/cel/url_test.go function TestURLFunctions (line 20) | func TestURLFunctions(t *testing.T) { function userinfoDiff (line 783) | func userinfoDiff(got, expected *url.Userinfo) string { FILE: grpc/federation/cel/uuid.go constant UUIDPackageName (line 13) | UUIDPackageName = "uuid" type UUID (line 19) | type UUID struct method ConvertToNative (line 23) | func (u *UUID) ConvertToNative(typeDesc reflect.Type) (any, error) { method ConvertToType (line 27) | func (u *UUID) ConvertToType(typeValue ref.Type) ref.Val { method Equal (line 31) | func (u *UUID) Equal(other ref.Val) ref.Val { method Type (line 38) | func (u *UUID) Type() ref.Type { method Value (line 42) | func (u *UUID) Value() any { type UUIDLibrary (line 46) | type UUIDLibrary struct method LibraryName (line 49) | func (lib *UUIDLibrary) LibraryName() string { method CompileOptions (line 61) | func (lib *UUIDLibrary) CompileOptions() []cel.EnvOption { method ProgramOptions (line 173) | func (lib *UUIDLibrary) ProgramOptions() []cel.ProgramOption { function createUUIDName (line 53) | func createUUIDName(name string) string { function createUUIDID (line 57) | func createUUIDID(name string) string { FILE: grpc/federation/cel/uuid_test.go function TestUUID (line 19) | func TestUUID(t *testing.T) { FILE: grpc/federation/cel_plugin.go function DecodeCELPluginRequest (line 18) | func DecodeCELPluginRequest(v []byte) (*celplugin.CELPluginRequest, erro... function EncodeCELPluginVersion (line 26) | func EncodeCELPluginVersion(v CELPluginVersionSchema) ([]byte, error) { function EncodeCELPluginResponse (line 30) | func EncodeCELPluginResponse(v *celplugin.CELPluginResponse) ([]byte, er... function ToFloat32 (line 38) | func ToFloat32(v *celplugin.CELPluginValue) (float32, error) { function ToFloat32List (line 42) | func ToFloat32List(v *celplugin.CELPluginValue) ([]float32, error) { function ToFloat64 (line 50) | func ToFloat64(v *celplugin.CELPluginValue) (float64, error) { function ToFloat64List (line 54) | func ToFloat64List(v *celplugin.CELPluginValue) ([]float64, error) { function ToInt32 (line 62) | func ToInt32(v *celplugin.CELPluginValue) (int32, error) { function ToInt32List (line 66) | func ToInt32List(v *celplugin.CELPluginValue) ([]int32, error) { function ToInt64 (line 74) | func ToInt64(v *celplugin.CELPluginValue) (int64, error) { function ToInt64List (line 78) | func ToInt64List(v *celplugin.CELPluginValue) ([]int64, error) { function ToUint32 (line 86) | func ToUint32(v *celplugin.CELPluginValue) (uint32, error) { function ToUint32List (line 90) | func ToUint32List(v *celplugin.CELPluginValue) ([]uint32, error) { function ToUint64 (line 98) | func ToUint64(v *celplugin.CELPluginValue) (uint64, error) { function ToUint64List (line 102) | func ToUint64List(v *celplugin.CELPluginValue) ([]uint64, error) { function ToString (line 110) | func ToString(v *celplugin.CELPluginValue) (string, error) { function ToStringList (line 114) | func ToStringList(v *celplugin.CELPluginValue) ([]string, error) { function ToBytes (line 122) | func ToBytes(v *celplugin.CELPluginValue) ([]byte, error) { function ToBytesList (line 126) | func ToBytesList(v *celplugin.CELPluginValue) ([][]byte, error) { function ToBool (line 134) | func ToBool(v *celplugin.CELPluginValue) (bool, error) { function ToBoolList (line 138) | func ToBoolList(v *celplugin.CELPluginValue) ([]bool, error) { function ToEnum (line 146) | func ToEnum[T ~int32](v *celplugin.CELPluginValue) (T, error) { function ToEnumList (line 150) | func ToEnumList[T ~int32](v *celplugin.CELPluginValue) ([]T, error) { function ToMessage (line 158) | func ToMessage[T proto.Message](v *celplugin.CELPluginValue) (T, error) { function ToMessageList (line 167) | func ToMessageList[T proto.Message](v *celplugin.CELPluginValue) ([]T, e... function ToErrorCELPluginResponse (line 179) | func ToErrorCELPluginResponse(v error) *celplugin.CELPluginResponse { function ToMessageCELPluginResponse (line 183) | func ToMessageCELPluginResponse[T proto.Message](v T) (*celplugin.CELPlu... function ToMessageListCELPluginResponse (line 191) | func ToMessageListCELPluginResponse[T proto.Message](v []T) (*celplugin.... function toMessageCELPluginValue (line 203) | func toMessageCELPluginValue[T proto.Message](v T) (*celplugin.CELPlugin... function ToStringCELPluginResponse (line 211) | func ToStringCELPluginResponse(v string) (*celplugin.CELPluginResponse, ... function ToStringListCELPluginResponse (line 215) | func ToStringListCELPluginResponse(v []string) (*celplugin.CELPluginResp... function toStringCELPluginValue (line 223) | func toStringCELPluginValue(v string) *celplugin.CELPluginValue { function ToBytesCELPluginResponse (line 227) | func ToBytesCELPluginResponse(v []byte) (*celplugin.CELPluginResponse, e... function ToBytesListCELPluginResponse (line 231) | func ToBytesListCELPluginResponse(v [][]byte) (*celplugin.CELPluginRespo... function toBytesCELPluginValue (line 239) | func toBytesCELPluginValue(v []byte) *celplugin.CELPluginValue { function ToInt32CELPluginResponse (line 243) | func ToInt32CELPluginResponse(v int32) (*celplugin.CELPluginResponse, er... function ToInt32ListCELPluginResponse (line 247) | func ToInt32ListCELPluginResponse(v []int32) (*celplugin.CELPluginRespon... function ToInt64CELPluginResponse (line 255) | func ToInt64CELPluginResponse(v int64) (*celplugin.CELPluginResponse, er... function ToInt64ListCELPluginResponse (line 259) | func ToInt64ListCELPluginResponse(v []int64) (*celplugin.CELPluginRespon... function toInt64CELPluginValue (line 267) | func toInt64CELPluginValue(v int64) *celplugin.CELPluginValue { function ToUint32CELPluginResponse (line 271) | func ToUint32CELPluginResponse(v uint32) (*celplugin.CELPluginResponse, ... function ToUint32ListCELPluginResponse (line 275) | func ToUint32ListCELPluginResponse(v []uint32) (*celplugin.CELPluginResp... function ToUint64CELPluginResponse (line 283) | func ToUint64CELPluginResponse(v uint64) (*celplugin.CELPluginResponse, ... function ToUint64ListCELPluginResponse (line 287) | func ToUint64ListCELPluginResponse(v []uint64) (*celplugin.CELPluginResp... function toUint64CELPluginValue (line 295) | func toUint64CELPluginValue(v uint64) *celplugin.CELPluginValue { function ToFloat32CELPluginResponse (line 299) | func ToFloat32CELPluginResponse(v float32) (*celplugin.CELPluginResponse... function ToFloat32ListCELPluginResponse (line 303) | func ToFloat32ListCELPluginResponse(v []float32) (*celplugin.CELPluginRe... function ToFloat64CELPluginResponse (line 311) | func ToFloat64CELPluginResponse(v float64) (*celplugin.CELPluginResponse... function ToFloat64ListCELPluginResponse (line 315) | func ToFloat64ListCELPluginResponse(v []float64) (*celplugin.CELPluginRe... function toFloat64CELPluginValue (line 323) | func toFloat64CELPluginValue(v float64) *celplugin.CELPluginValue { function ToBoolCELPluginResponse (line 327) | func ToBoolCELPluginResponse(v bool) (*celplugin.CELPluginResponse, erro... function ToBoolListCELPluginResponse (line 331) | func ToBoolListCELPluginResponse(v []bool) (*celplugin.CELPluginResponse... function toBoolCELPluginValue (line 339) | func toBoolCELPluginValue(v bool) *celplugin.CELPluginValue { function toListResponse (line 343) | func toListResponse(v []*celplugin.CELPluginValue) *celplugin.CELPluginR... FILE: grpc/federation/const.go constant PrivatePackageName (line 8) | PrivatePackageName = "grpc.federation.private" constant MessageArgumentVariableName (line 9) | MessageArgumentVariableName = "__ARG__" constant ContextVariableName (line 10) | ContextVariableName = grpcfedcel.ContextVariableName constant ContextTypeName (line 11) | ContextTypeName = grpcfedcel.ContextTypeName FILE: grpc/federation/context.go type celCacheMapKey (line 15) | type celCacheMapKey struct type grpcErrorValueKey (line 16) | type grpcErrorValueKey struct type localValueKey (line 17) | type localValueKey struct function WithLogger (line 20) | func WithLogger(ctx context.Context, logger *slog.Logger, attrs ...slog.... function Logger (line 24) | func Logger(ctx context.Context) *slog.Logger { function WithTracer (line 28) | func WithTracer(ctx context.Context, tracer oteltrace.Tracer) context.Co... function Tracer (line 32) | func Tracer(ctx context.Context) oteltrace.Tracer { function LogAttrs (line 36) | func LogAttrs(ctx context.Context) []slog.Attr { function SetLogger (line 40) | func SetLogger(ctx context.Context, logger *slog.Logger) { function WithCELCacheMap (line 44) | func WithCELCacheMap(ctx context.Context, celCacheMap *CELCacheMap) cont... function getCELCacheMap (line 48) | func getCELCacheMap(ctx context.Context) *CELCacheMap { function WithGRPCError (line 56) | func WithGRPCError(ctx context.Context, err *grpcfedcel.Error) context.C... function getGRPCErrorValue (line 60) | func getGRPCErrorValue(ctx context.Context) *grpcfedcel.Error { function WithLocalValue (line 68) | func WithLocalValue(ctx context.Context, v *LocalValue) context.Context { function localValueFromContext (line 72) | func localValueFromContext(ctx context.Context) *LocalValue { FILE: grpc/federation/custom_resolver.go type CustomResolverInitializer (line 5) | type CustomResolverInitializer interface FILE: grpc/federation/error.go type ErrorHandler (line 17) | type ErrorHandler type RecoveredError (line 20) | type RecoveredError struct method Error (line 25) | func (e *RecoveredError) Error() string { function GoWithRecover (line 29) | func GoWithRecover(eg *errgroup.Group, fn func() (any, error)) { type ErrorWithLogAttrs (line 41) | type ErrorWithLogAttrs struct method Error (line 47) | func (e *ErrorWithLogAttrs) Error() string { method Unwrap (line 51) | func (e *ErrorWithLogAttrs) Unwrap() error { method GRPCStatus (line 55) | func (e *ErrorWithLogAttrs) GRPCStatus() *grpcstatus.Status { function NewErrorWithLogAttrs (line 59) | func NewErrorWithLogAttrs(err error, level slog.Level, attrs []slog.Attr... function OutputErrorLog (line 70) | func OutputErrorLog(ctx context.Context, err error) { function RecoverError (line 103) | func RecoverError(v interface{}, rawStack []byte) *RecoveredError { FILE: grpc/federation/federation.pb.go constant _ (line 22) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 24) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type TypeKind (line 28) | type TypeKind method Enum (line 69) | func (x TypeKind) Enum() *TypeKind { method String (line 75) | func (x TypeKind) String() string { method Descriptor (line 79) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 83) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 87) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 92) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN (line 32) | TypeKind_UNKNOWN TypeKind = 0 constant TypeKind_STRING (line 34) | TypeKind_STRING TypeKind = 1 constant TypeKind_BOOL (line 36) | TypeKind_BOOL TypeKind = 2 constant TypeKind_INT64 (line 38) | TypeKind_INT64 TypeKind = 3 constant TypeKind_UINT64 (line 40) | TypeKind_UINT64 TypeKind = 4 constant TypeKind_DOUBLE (line 42) | TypeKind_DOUBLE TypeKind = 5 constant TypeKind_DURATION (line 44) | TypeKind_DURATION TypeKind = 6 type GRPCError_LogLevel (line 97) | type GRPCError_LogLevel method Enum (line 130) | func (x GRPCError_LogLevel) Enum() *GRPCError_LogLevel { method String (line 136) | func (x GRPCError_LogLevel) String() string { method Descriptor (line 140) | func (GRPCError_LogLevel) Descriptor() protoreflect.EnumDescriptor { method Type (line 144) | func (GRPCError_LogLevel) Type() protoreflect.EnumType { method Number (line 148) | func (x GRPCError_LogLevel) Number() protoreflect.EnumNumber { method EnumDescriptor (line 153) | func (GRPCError_LogLevel) EnumDescriptor() ([]byte, []int) { constant GRPCError_UNKNOWN (line 101) | GRPCError_UNKNOWN GRPCError_LogLevel = 0 constant GRPCError_DEBUG (line 103) | GRPCError_DEBUG GRPCError_LogLevel = 1 constant GRPCError_INFO (line 105) | GRPCError_INFO GRPCError_LogLevel = 2 constant GRPCError_WARN (line 107) | GRPCError_WARN GRPCError_LogLevel = 3 constant GRPCError_ERROR (line 109) | GRPCError_ERROR GRPCError_LogLevel = 4 type FileRule (line 157) | type FileRule struct method Reset (line 167) | func (x *FileRule) Reset() { method String (line 176) | func (x *FileRule) String() string { method ProtoMessage (line 180) | func (*FileRule) ProtoMessage() {} method ProtoReflect (line 182) | func (x *FileRule) ProtoReflect() protoreflect.Message { method Descriptor (line 195) | func (*FileRule) Descriptor() ([]byte, []int) { method GetPlugin (line 199) | func (x *FileRule) GetPlugin() *CELPlugin { method GetImport (line 206) | func (x *FileRule) GetImport() []string { type EnumRule (line 213) | type EnumRule struct method Reset (line 227) | func (x *EnumRule) Reset() { method String (line 236) | func (x *EnumRule) String() string { method ProtoMessage (line 240) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 242) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 255) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAlias (line 259) | func (x *EnumRule) GetAlias() []string { type EnumValueRule (line 266) | type EnumValueRule struct method Reset (line 287) | func (x *EnumValueRule) Reset() { method String (line 296) | func (x *EnumValueRule) String() string { method ProtoMessage (line 300) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 302) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 315) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 319) | func (x *EnumValueRule) GetDefault() bool { method GetAlias (line 326) | func (x *EnumValueRule) GetAlias() []string { method GetAttr (line 333) | func (x *EnumValueRule) GetAttr() []*EnumValueAttribute { method GetNoalias (line 340) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAttribute (line 347) | type EnumValueAttribute struct method Reset (line 359) | func (x *EnumValueAttribute) Reset() { method String (line 368) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 372) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 374) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 387) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 391) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 398) | func (x *EnumValueAttribute) GetValue() string { type OneofRule (line 405) | type OneofRule struct method Reset (line 411) | func (x *OneofRule) Reset() { method String (line 420) | func (x *OneofRule) String() string { method ProtoMessage (line 424) | func (*OneofRule) ProtoMessage() {} method ProtoReflect (line 426) | func (x *OneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 439) | func (*OneofRule) Descriptor() ([]byte, []int) { type ServiceRule (line 444) | type ServiceRule struct method Reset (line 455) | func (x *ServiceRule) Reset() { method String (line 464) | func (x *ServiceRule) String() string { method ProtoMessage (line 468) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 470) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 483) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 487) | func (x *ServiceRule) GetEnv() *Env { method GetVar (line 494) | func (x *ServiceRule) GetVar() []*ServiceVariable { type Env (line 503) | type Env struct method Reset (line 515) | func (x *Env) Reset() { method String (line 524) | func (x *Env) String() string { method ProtoMessage (line 528) | func (*Env) ProtoMessage() {} method ProtoReflect (line 530) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*Env) Descriptor() ([]byte, []int) { method GetVar (line 547) | func (x *Env) GetVar() []*EnvVar { method GetMessage (line 554) | func (x *Env) GetMessage() string { type ServiceVariable (line 564) | type ServiceVariable struct method Reset (line 589) | func (x *ServiceVariable) Reset() { method String (line 598) | func (x *ServiceVariable) String() string { method ProtoMessage (line 602) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 604) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 617) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 621) | func (x *ServiceVariable) GetName() string { method GetIf (line 628) | func (x *ServiceVariable) GetIf() string { method GetExpr (line 635) | func (m *ServiceVariable) GetExpr() isServiceVariable_Expr { method GetBy (line 642) | func (x *ServiceVariable) GetBy() string { method GetMap (line 649) | func (x *ServiceVariable) GetMap() *MapExpr { method GetMessage (line 656) | func (x *ServiceVariable) GetMessage() *MessageExpr { method GetValidation (line 663) | func (x *ServiceVariable) GetValidation() *ServiceVariableValidationEx... method GetEnum (line 670) | func (x *ServiceVariable) GetEnum() *EnumExpr { method GetSwitch (line 677) | func (x *ServiceVariable) GetSwitch() *SwitchExpr { type isServiceVariable_Expr (line 684) | type isServiceVariable_Expr interface type ServiceVariable_By (line 688) | type ServiceVariable_By struct method isServiceVariable_Expr (line 718) | func (*ServiceVariable_By) isServiceVariable_Expr() {} type ServiceVariable_Map (line 693) | type ServiceVariable_Map struct method isServiceVariable_Expr (line 720) | func (*ServiceVariable_Map) isServiceVariable_Expr() {} type ServiceVariable_Message (line 698) | type ServiceVariable_Message struct method isServiceVariable_Expr (line 722) | func (*ServiceVariable_Message) isServiceVariable_Expr() {} type ServiceVariable_Validation (line 703) | type ServiceVariable_Validation struct method isServiceVariable_Expr (line 724) | func (*ServiceVariable_Validation) isServiceVariable_Expr() {} type ServiceVariable_Enum (line 708) | type ServiceVariable_Enum struct method isServiceVariable_Expr (line 726) | func (*ServiceVariable_Enum) isServiceVariable_Expr() {} type ServiceVariable_Switch (line 713) | type ServiceVariable_Switch struct method isServiceVariable_Expr (line 728) | func (*ServiceVariable_Switch) isServiceVariable_Expr() {} type ServiceVariableValidationExpr (line 731) | type ServiceVariableValidationExpr struct method Reset (line 743) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 752) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 756) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 758) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 771) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 775) | func (x *ServiceVariableValidationExpr) GetIf() string { method GetMessage (line 782) | func (x *ServiceVariableValidationExpr) GetMessage() string { type EnvVar (line 790) | type EnvVar struct method Reset (line 803) | func (x *EnvVar) Reset() { method String (line 812) | func (x *EnvVar) String() string { method ProtoMessage (line 816) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 818) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 831) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 835) | func (x *EnvVar) GetName() string { method GetType (line 842) | func (x *EnvVar) GetType() *EnvType { method GetOption (line 849) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvType (line 857) | type EnvType struct method Reset (line 870) | func (x *EnvType) Reset() { method String (line 879) | func (x *EnvType) String() string { method ProtoMessage (line 883) | func (*EnvType) ProtoMessage() {} method ProtoReflect (line 885) | func (x *EnvType) ProtoReflect() protoreflect.Message { method Descriptor (line 898) | func (*EnvType) Descriptor() ([]byte, []int) { method GetType (line 902) | func (m *EnvType) GetType() isEnvType_Type { method GetKind (line 909) | func (x *EnvType) GetKind() TypeKind { method GetRepeated (line 916) | func (x *EnvType) GetRepeated() *EnvType { method GetMap (line 923) | func (x *EnvType) GetMap() *EnvMapType { type isEnvType_Type (line 930) | type isEnvType_Type interface type EnvType_Kind (line 934) | type EnvType_Kind struct method isEnvType_Type (line 949) | func (*EnvType_Kind) isEnvType_Type() {} type EnvType_Repeated (line 939) | type EnvType_Repeated struct method isEnvType_Type (line 951) | func (*EnvType_Repeated) isEnvType_Type() {} type EnvType_Map (line 944) | type EnvType_Map struct method isEnvType_Type (line 953) | func (*EnvType_Map) isEnvType_Type() {} type EnvMapType (line 956) | type EnvMapType struct method Reset (line 967) | func (x *EnvMapType) Reset() { method String (line 976) | func (x *EnvMapType) String() string { method ProtoMessage (line 980) | func (*EnvMapType) ProtoMessage() {} method ProtoReflect (line 982) | func (x *EnvMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 995) | func (*EnvMapType) Descriptor() ([]byte, []int) { method GetKey (line 999) | func (x *EnvMapType) GetKey() *EnvType { method GetValue (line 1006) | func (x *EnvMapType) GetValue() *EnvType { type EnvVarOption (line 1016) | type EnvVarOption struct method Reset (line 1032) | func (x *EnvVarOption) Reset() { method String (line 1041) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1045) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1047) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1060) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1064) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1071) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1078) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1085) | func (x *EnvVarOption) GetIgnored() bool { type MethodRule (line 1092) | type MethodRule struct method Reset (line 1108) | func (x *MethodRule) Reset() { method String (line 1117) | func (x *MethodRule) String() string { method ProtoMessage (line 1121) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1123) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1136) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1140) | func (x *MethodRule) GetTimeout() string { method GetResponse (line 1147) | func (x *MethodRule) GetResponse() string { type MessageRule (line 1155) | type MessageRule struct method Reset (line 1176) | func (x *MessageRule) Reset() { method String (line 1185) | func (x *MessageRule) String() string { method ProtoMessage (line 1189) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1191) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1204) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetDef (line 1208) | func (x *MessageRule) GetDef() []*VariableDefinition { method GetCustomResolver (line 1215) | func (x *MessageRule) GetCustomResolver() bool { method GetAlias (line 1222) | func (x *MessageRule) GetAlias() []string { type VariableDefinition (line 1230) | type VariableDefinition struct method Reset (line 1262) | func (x *VariableDefinition) Reset() { method String (line 1271) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1275) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1277) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1290) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetName (line 1294) | func (x *VariableDefinition) GetName() string { method GetIf (line 1301) | func (x *VariableDefinition) GetIf() string { method GetAutobind (line 1308) | func (x *VariableDefinition) GetAutobind() bool { method GetExpr (line 1315) | func (m *VariableDefinition) GetExpr() isVariableDefinition_Expr { method GetBy (line 1322) | func (x *VariableDefinition) GetBy() string { method GetMap (line 1329) | func (x *VariableDefinition) GetMap() *MapExpr { method GetMessage (line 1336) | func (x *VariableDefinition) GetMessage() *MessageExpr { method GetCall (line 1343) | func (x *VariableDefinition) GetCall() *CallExpr { method GetValidation (line 1350) | func (x *VariableDefinition) GetValidation() *ValidationExpr { method GetEnum (line 1357) | func (x *VariableDefinition) GetEnum() *EnumExpr { method GetSwitch (line 1364) | func (x *VariableDefinition) GetSwitch() *SwitchExpr { type isVariableDefinition_Expr (line 1371) | type isVariableDefinition_Expr interface type VariableDefinition_By (line 1375) | type VariableDefinition_By struct method isVariableDefinition_Expr (line 1410) | func (*VariableDefinition_By) isVariableDefinition_Expr() {} type VariableDefinition_Map (line 1380) | type VariableDefinition_Map struct method isVariableDefinition_Expr (line 1412) | func (*VariableDefinition_Map) isVariableDefinition_Expr() {} type VariableDefinition_Message (line 1385) | type VariableDefinition_Message struct method isVariableDefinition_Expr (line 1414) | func (*VariableDefinition_Message) isVariableDefinition_Expr() {} type VariableDefinition_Call (line 1390) | type VariableDefinition_Call struct method isVariableDefinition_Expr (line 1416) | func (*VariableDefinition_Call) isVariableDefinition_Expr() {} type VariableDefinition_Validation (line 1395) | type VariableDefinition_Validation struct method isVariableDefinition_Expr (line 1418) | func (*VariableDefinition_Validation) isVariableDefinition_Expr() {} type VariableDefinition_Enum (line 1400) | type VariableDefinition_Enum struct method isVariableDefinition_Expr (line 1420) | func (*VariableDefinition_Enum) isVariableDefinition_Expr() {} type VariableDefinition_Switch (line 1405) | type VariableDefinition_Switch struct method isVariableDefinition_Expr (line 1422) | func (*VariableDefinition_Switch) isVariableDefinition_Expr() {} type MapExpr (line 1425) | type MapExpr struct method Reset (line 1443) | func (x *MapExpr) Reset() { method String (line 1452) | func (x *MapExpr) String() string { method ProtoMessage (line 1456) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 1458) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1471) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 1475) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 1482) | func (m *MapExpr) GetExpr() isMapExpr_Expr { method GetBy (line 1489) | func (x *MapExpr) GetBy() string { method GetMessage (line 1496) | func (x *MapExpr) GetMessage() *MessageExpr { method GetEnum (line 1503) | func (x *MapExpr) GetEnum() *EnumExpr { type isMapExpr_Expr (line 1510) | type isMapExpr_Expr interface type MapExpr_By (line 1514) | type MapExpr_By struct method isMapExpr_Expr (line 1532) | func (*MapExpr_By) isMapExpr_Expr() {} type MapExpr_Message (line 1520) | type MapExpr_Message struct method isMapExpr_Expr (line 1534) | func (*MapExpr_Message) isMapExpr_Expr() {} type MapExpr_Enum (line 1526) | type MapExpr_Enum struct method isMapExpr_Expr (line 1536) | func (*MapExpr_Enum) isMapExpr_Expr() {} type Iterator (line 1539) | type Iterator struct method Reset (line 1551) | func (x *Iterator) Reset() { method String (line 1560) | func (x *Iterator) String() string { method ProtoMessage (line 1564) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 1566) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 1579) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 1583) | func (x *Iterator) GetName() string { method GetSrc (line 1590) | func (x *Iterator) GetSrc() string { type MessageExpr (line 1598) | type MessageExpr struct method Reset (line 1610) | func (x *MessageExpr) Reset() { method String (line 1619) | func (x *MessageExpr) String() string { method ProtoMessage (line 1623) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 1625) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1638) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetName (line 1642) | func (x *MessageExpr) GetName() string { method GetArgs (line 1649) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 1657) | type EnumExpr struct method Reset (line 1669) | func (x *EnumExpr) Reset() { method String (line 1678) | func (x *EnumExpr) String() string { method ProtoMessage (line 1682) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 1684) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1697) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetName (line 1701) | func (x *EnumExpr) GetName() string { method GetBy (line 1708) | func (x *EnumExpr) GetBy() string { type CallExpr (line 1716) | type CallExpr struct method Reset (line 1742) | func (x *CallExpr) Reset() { method String (line 1751) | func (x *CallExpr) String() string { method ProtoMessage (line 1755) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 1757) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1770) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethod (line 1774) | func (x *CallExpr) GetMethod() string { method GetRequest (line 1781) | func (x *CallExpr) GetRequest() []*MethodRequest { method GetTimeout (line 1788) | func (x *CallExpr) GetTimeout() string { method GetRetry (line 1795) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetError (line 1802) | func (x *CallExpr) GetError() []*GRPCError { method GetOption (line 1809) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 1816) | func (x *CallExpr) GetMetadata() string { type SwitchExpr (line 1831) | type SwitchExpr struct method Reset (line 1842) | func (x *SwitchExpr) Reset() { method String (line 1851) | func (x *SwitchExpr) String() string { method ProtoMessage (line 1855) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 1857) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1870) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetCase (line 1874) | func (x *SwitchExpr) GetCase() []*SwitchCaseExpr { method GetDefault (line 1881) | func (x *SwitchExpr) GetDefault() *SwitchDefaultExpr { type SwitchCaseExpr (line 1889) | type SwitchCaseExpr struct method Reset (line 1907) | func (x *SwitchCaseExpr) Reset() { method String (line 1916) | func (x *SwitchCaseExpr) String() string { method ProtoMessage (line 1920) | func (*SwitchCaseExpr) ProtoMessage() {} method ProtoReflect (line 1922) | func (x *SwitchCaseExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1935) | func (*SwitchCaseExpr) Descriptor() ([]byte, []int) { method GetIf (line 1939) | func (x *SwitchCaseExpr) GetIf() string { method GetDef (line 1946) | func (x *SwitchCaseExpr) GetDef() []*VariableDefinition { method GetExpr (line 1953) | func (m *SwitchCaseExpr) GetExpr() isSwitchCaseExpr_Expr { method GetBy (line 1960) | func (x *SwitchCaseExpr) GetBy() string { type isSwitchCaseExpr_Expr (line 1967) | type isSwitchCaseExpr_Expr interface type SwitchCaseExpr_By (line 1971) | type SwitchCaseExpr_By struct method isSwitchCaseExpr_Expr (line 1976) | func (*SwitchCaseExpr_By) isSwitchCaseExpr_Expr() {} type SwitchDefaultExpr (line 1979) | type SwitchDefaultExpr struct method Reset (line 1994) | func (x *SwitchDefaultExpr) Reset() { method String (line 2003) | func (x *SwitchDefaultExpr) String() string { method ProtoMessage (line 2007) | func (*SwitchDefaultExpr) ProtoMessage() {} method ProtoReflect (line 2009) | func (x *SwitchDefaultExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2022) | func (*SwitchDefaultExpr) Descriptor() ([]byte, []int) { method GetDef (line 2026) | func (x *SwitchDefaultExpr) GetDef() []*VariableDefinition { method GetExpr (line 2033) | func (m *SwitchDefaultExpr) GetExpr() isSwitchDefaultExpr_Expr { method GetBy (line 2040) | func (x *SwitchDefaultExpr) GetBy() string { type isSwitchDefaultExpr_Expr (line 2047) | type isSwitchDefaultExpr_Expr interface type SwitchDefaultExpr_By (line 2051) | type SwitchDefaultExpr_By struct method isSwitchDefaultExpr_Expr (line 2056) | func (*SwitchDefaultExpr_By) isSwitchDefaultExpr_Expr() {} type GRPCError (line 2059) | type GRPCError struct method Reset (line 2093) | func (x *GRPCError) Reset() { method String (line 2102) | func (x *GRPCError) String() string { method ProtoMessage (line 2106) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 2108) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 2121) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDef (line 2125) | func (x *GRPCError) GetDef() []*VariableDefinition { method GetIf (line 2132) | func (x *GRPCError) GetIf() string { method GetCode (line 2139) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 2146) | func (x *GRPCError) GetMessage() string { method GetDetails (line 2153) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 2160) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 2167) | func (x *GRPCError) GetIgnoreAndResponse() string { method GetLogLevel (line 2174) | func (x *GRPCError) GetLogLevel() GRPCError_LogLevel { type GRPCErrorDetail (line 2181) | type GRPCErrorDetail struct method Reset (line 2216) | func (x *GRPCErrorDetail) Reset() { method String (line 2225) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 2229) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 2231) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 2244) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetIf (line 2248) | func (x *GRPCErrorDetail) GetIf() string { method GetDef (line 2255) | func (x *GRPCErrorDetail) GetDef() []*VariableDefinition { method GetMessage (line 2262) | func (x *GRPCErrorDetail) GetMessage() []*MessageExpr { method GetErrorInfo (line 2269) | func (x *GRPCErrorDetail) GetErrorInfo() []*errdetails.ErrorInfo { method GetRetryInfo (line 2276) | func (x *GRPCErrorDetail) GetRetryInfo() []*errdetails.RetryInfo { method GetDebugInfo (line 2283) | func (x *GRPCErrorDetail) GetDebugInfo() []*errdetails.DebugInfo { method GetQuotaFailure (line 2290) | func (x *GRPCErrorDetail) GetQuotaFailure() []*errdetails.QuotaFailure { method GetPreconditionFailure (line 2297) | func (x *GRPCErrorDetail) GetPreconditionFailure() []*errdetails.Preco... method GetBadRequest (line 2304) | func (x *GRPCErrorDetail) GetBadRequest() []*errdetails.BadRequest { method GetRequestInfo (line 2311) | func (x *GRPCErrorDetail) GetRequestInfo() []*errdetails.RequestInfo { method GetResourceInfo (line 2318) | func (x *GRPCErrorDetail) GetResourceInfo() []*errdetails.ResourceInfo { method GetHelp (line 2325) | func (x *GRPCErrorDetail) GetHelp() []*errdetails.Help { method GetLocalizedMessage (line 2332) | func (x *GRPCErrorDetail) GetLocalizedMessage() []*errdetails.Localize... method GetBy (line 2339) | func (x *GRPCErrorDetail) GetBy() []string { type GRPCCallOption (line 2347) | type GRPCCallOption struct method Reset (line 2395) | func (x *GRPCCallOption) Reset() { method String (line 2404) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 2408) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 2410) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 2423) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 2427) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeader (line 2434) | func (x *GRPCCallOption) GetHeader() string { method GetMaxCallRecvMsgSize (line 2441) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 2448) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 2455) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailer (line 2462) | func (x *GRPCCallOption) GetTrailer() string { method GetWaitForReady (line 2469) | func (x *GRPCCallOption) GetWaitForReady() bool { type ValidationExpr (line 2477) | type ValidationExpr struct method Reset (line 2490) | func (x *ValidationExpr) Reset() { method String (line 2499) | func (x *ValidationExpr) String() string { method ProtoMessage (line 2503) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 2505) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2518) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 2522) | func (x *ValidationExpr) GetName() string { method GetError (line 2529) | func (x *ValidationExpr) GetError() *GRPCError { type RetryPolicy (line 2537) | type RetryPolicy struct method Reset (line 2553) | func (x *RetryPolicy) Reset() { method String (line 2562) | func (x *RetryPolicy) String() string { method ProtoMessage (line 2566) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 2568) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 2581) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 2585) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 2592) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 2599) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 2606) | func (x *RetryPolicy) GetIf() string { type isRetryPolicy_Policy (line 2613) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 2617) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 2630) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 2622) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 2632) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 2635) | type RetryPolicyConstant struct method Reset (line 2646) | func (x *RetryPolicyConstant) Reset() { method String (line 2655) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 2659) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 2661) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 2674) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 2678) | func (x *RetryPolicyConstant) GetInterval() string { method GetMaxRetries (line 2685) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 2693) | type RetryPolicyExponential struct method Reset (line 2710) | func (x *RetryPolicyExponential) Reset() { method String (line 2719) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 2723) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 2725) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 2738) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 2742) | func (x *RetryPolicyExponential) GetInitialInterval() string { method GetRandomizationFactor (line 2749) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 2756) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 2763) | func (x *RetryPolicyExponential) GetMaxInterval() string { method GetMaxRetries (line 2770) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { type MethodRequest (line 2778) | type MethodRequest struct method Reset (line 2797) | func (x *MethodRequest) Reset() { method String (line 2806) | func (x *MethodRequest) String() string { method ProtoMessage (line 2810) | func (*MethodRequest) ProtoMessage() {} method ProtoReflect (line 2812) | func (x *MethodRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 2825) | func (*MethodRequest) Descriptor() ([]byte, []int) { method GetField (line 2829) | func (x *MethodRequest) GetField() string { method GetBy (line 2836) | func (x *MethodRequest) GetBy() string { method GetIf (line 2843) | func (x *MethodRequest) GetIf() string { type MethodResponse (line 2851) | type MethodResponse struct method Reset (line 2867) | func (x *MethodResponse) Reset() { method String (line 2876) | func (x *MethodResponse) String() string { method ProtoMessage (line 2880) | func (*MethodResponse) ProtoMessage() {} method ProtoReflect (line 2882) | func (x *MethodResponse) ProtoReflect() protoreflect.Message { method Descriptor (line 2895) | func (*MethodResponse) Descriptor() ([]byte, []int) { method GetName (line 2899) | func (x *MethodResponse) GetName() string { method GetField (line 2906) | func (x *MethodResponse) GetField() string { method GetAutobind (line 2913) | func (x *MethodResponse) GetAutobind() bool { type Argument (line 2921) | type Argument struct method Reset (line 2939) | func (x *Argument) Reset() { method String (line 2948) | func (x *Argument) String() string { method ProtoMessage (line 2952) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 2954) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 2967) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 2971) | func (x *Argument) GetName() string { method GetBy (line 2978) | func (x *Argument) GetBy() string { method GetInline (line 2985) | func (x *Argument) GetInline() string { type FieldRule (line 2993) | type FieldRule struct method Reset (line 3015) | func (x *FieldRule) Reset() { method String (line 3024) | func (x *FieldRule) String() string { method ProtoMessage (line 3028) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 3030) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 3043) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetCustomResolver (line 3047) | func (x *FieldRule) GetCustomResolver() bool { method GetBy (line 3054) | func (x *FieldRule) GetBy() string { method GetAlias (line 3061) | func (x *FieldRule) GetAlias() string { method GetOneof (line 3068) | func (x *FieldRule) GetOneof() *FieldOneof { method GetEnv (line 3075) | func (x *FieldRule) GetEnv() *EnvVarOption { type FieldOneof (line 3084) | type FieldOneof struct method Reset (line 3104) | func (x *FieldOneof) Reset() { method String (line 3113) | func (x *FieldOneof) String() string { method ProtoMessage (line 3117) | func (*FieldOneof) ProtoMessage() {} method ProtoReflect (line 3119) | func (x *FieldOneof) ProtoReflect() protoreflect.Message { method Descriptor (line 3132) | func (*FieldOneof) Descriptor() ([]byte, []int) { method GetCond (line 3136) | func (m *FieldOneof) GetCond() isFieldOneof_Cond { method GetIf (line 3143) | func (x *FieldOneof) GetIf() string { method GetDefault (line 3150) | func (x *FieldOneof) GetDefault() bool { method GetDef (line 3157) | func (x *FieldOneof) GetDef() []*VariableDefinition { method GetBy (line 3164) | func (x *FieldOneof) GetBy() string { type isFieldOneof_Cond (line 3171) | type isFieldOneof_Cond interface type FieldOneof_If (line 3175) | type FieldOneof_If struct method isFieldOneof_Cond (line 3189) | func (*FieldOneof_If) isFieldOneof_Cond() {} type FieldOneof_Default (line 3183) | type FieldOneof_Default struct method isFieldOneof_Cond (line 3191) | func (*FieldOneof_Default) isFieldOneof_Cond() {} type CELPlugin (line 3194) | type CELPlugin struct method Reset (line 3202) | func (x *CELPlugin) Reset() { method String (line 3211) | func (x *CELPlugin) String() string { method ProtoMessage (line 3215) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 3217) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 3230) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetExport (line 3234) | func (x *CELPlugin) GetExport() []*CELPluginExport { type CELPluginExport (line 3242) | type CELPluginExport struct method Reset (line 3261) | func (x *CELPluginExport) Reset() { method String (line 3270) | func (x *CELPluginExport) String() string { method ProtoMessage (line 3274) | func (*CELPluginExport) ProtoMessage() {} method ProtoReflect (line 3276) | func (x *CELPluginExport) ProtoReflect() protoreflect.Message { method Descriptor (line 3289) | func (*CELPluginExport) Descriptor() ([]byte, []int) { method GetName (line 3293) | func (x *CELPluginExport) GetName() string { method GetDesc (line 3300) | func (x *CELPluginExport) GetDesc() string { method GetTypes (line 3307) | func (x *CELPluginExport) GetTypes() []*CELReceiverType { method GetFunctions (line 3314) | func (x *CELPluginExport) GetFunctions() []*CELFunction { method GetVariables (line 3321) | func (x *CELPluginExport) GetVariables() []*CELVariable { method GetCapability (line 3328) | func (x *CELPluginExport) GetCapability() *CELPluginCapability { type CELPluginCapability (line 3336) | type CELPluginCapability struct method Reset (line 3349) | func (x *CELPluginCapability) Reset() { method String (line 3358) | func (x *CELPluginCapability) String() string { method ProtoMessage (line 3362) | func (*CELPluginCapability) ProtoMessage() {} method ProtoReflect (line 3364) | func (x *CELPluginCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3377) | func (*CELPluginCapability) Descriptor() ([]byte, []int) { method GetEnv (line 3381) | func (x *CELPluginCapability) GetEnv() *CELPluginEnvCapability { method GetFileSystem (line 3388) | func (x *CELPluginCapability) GetFileSystem() *CELPluginFileSystemCapa... method GetNetwork (line 3395) | func (x *CELPluginCapability) GetNetwork() *CELPluginNetworkCapability { type CELPluginEnvCapability (line 3403) | type CELPluginEnvCapability struct method Reset (line 3414) | func (x *CELPluginEnvCapability) Reset() { method String (line 3423) | func (x *CELPluginEnvCapability) String() string { method ProtoMessage (line 3427) | func (*CELPluginEnvCapability) ProtoMessage() {} method ProtoReflect (line 3429) | func (x *CELPluginEnvCapability) ProtoReflect() protoreflect.Message { method Descriptor (line 3442) | func (*CELPluginEnvCapability) Descriptor() ([]byte, []int) { method GetAll (line 3446) | func (x *CELPluginEnvCapability) GetAll() bool { method GetNames (line 3453) | func (x *CELPluginEnvCapability) GetNames() []string { type CELPluginFileSystemCapability (line 3461) | type CELPluginFileSystemCapability struct method Reset (line 3471) | func (x *CELPluginFileSystemCapability) Reset() { method String (line 3480) | func (x *CELPluginFileSystemCapability) String() string { method ProtoMessage (line 3484) | func (*CELPluginFileSystemCapability) ProtoMessage() {} method ProtoReflect (line 3486) | func (x *CELPluginFileSystemCapability) ProtoReflect() protoreflect.Me... method Descriptor (line 3499) | func (*CELPluginFileSystemCapability) Descriptor() ([]byte, []int) { method GetMountPath (line 3503) | func (x *CELPluginFileSystemCapability) GetMountPath() string { type CELPluginNetworkCapability (line 3512) | type CELPluginNetworkCapability struct method Reset (line 3518) | func (x *CELPluginNetworkCapability) Reset() { method String (line 3527) | func (x *CELPluginNetworkCapability) String() string { method ProtoMessage (line 3531) | func (*CELPluginNetworkCapability) ProtoMessage() {} method ProtoReflect (line 3533) | func (x *CELPluginNetworkCapability) ProtoReflect() protoreflect.Messa... method Descriptor (line 3546) | func (*CELPluginNetworkCapability) Descriptor() ([]byte, []int) { type CELFunction (line 3551) | type CELFunction struct method Reset (line 3567) | func (x *CELFunction) Reset() { method String (line 3576) | func (x *CELFunction) String() string { method ProtoMessage (line 3580) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 3582) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 3595) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 3599) | func (x *CELFunction) GetName() string { method GetDesc (line 3606) | func (x *CELFunction) GetDesc() string { method GetArgs (line 3613) | func (x *CELFunction) GetArgs() []*CELFunctionArgument { method GetReturn (line 3620) | func (x *CELFunction) GetReturn() *CELType { type CELReceiverType (line 3628) | type CELReceiverType struct method Reset (line 3642) | func (x *CELReceiverType) Reset() { method String (line 3651) | func (x *CELReceiverType) String() string { method ProtoMessage (line 3655) | func (*CELReceiverType) ProtoMessage() {} method ProtoReflect (line 3657) | func (x *CELReceiverType) ProtoReflect() protoreflect.Message { method Descriptor (line 3670) | func (*CELReceiverType) Descriptor() ([]byte, []int) { method GetName (line 3674) | func (x *CELReceiverType) GetName() string { method GetDesc (line 3681) | func (x *CELReceiverType) GetDesc() string { method GetMethods (line 3688) | func (x *CELReceiverType) GetMethods() []*CELFunction { type CELFunctionArgument (line 3696) | type CELFunctionArgument struct method Reset (line 3710) | func (x *CELFunctionArgument) Reset() { method String (line 3719) | func (x *CELFunctionArgument) String() string { method ProtoMessage (line 3723) | func (*CELFunctionArgument) ProtoMessage() {} method ProtoReflect (line 3725) | func (x *CELFunctionArgument) ProtoReflect() protoreflect.Message { method Descriptor (line 3738) | func (*CELFunctionArgument) Descriptor() ([]byte, []int) { method GetName (line 3742) | func (x *CELFunctionArgument) GetName() string { method GetDesc (line 3749) | func (x *CELFunctionArgument) GetDesc() string { method GetType (line 3756) | func (x *CELFunctionArgument) GetType() *CELType { type CELType (line 3764) | type CELType struct method Reset (line 3779) | func (x *CELType) Reset() { method String (line 3788) | func (x *CELType) String() string { method ProtoMessage (line 3792) | func (*CELType) ProtoMessage() {} method ProtoReflect (line 3794) | func (x *CELType) ProtoReflect() protoreflect.Message { method Descriptor (line 3807) | func (*CELType) Descriptor() ([]byte, []int) { method GetType (line 3811) | func (m *CELType) GetType() isCELType_Type { method GetKind (line 3818) | func (x *CELType) GetKind() TypeKind { method GetRepeated (line 3825) | func (x *CELType) GetRepeated() *CELType { method GetMap (line 3832) | func (x *CELType) GetMap() *CELMapType { method GetMessage (line 3839) | func (x *CELType) GetMessage() string { method GetEnum (line 3846) | func (x *CELType) GetEnum() string { type isCELType_Type (line 3853) | type isCELType_Type interface type CELType_Kind (line 3857) | type CELType_Kind struct method isCELType_Type (line 3882) | func (*CELType_Kind) isCELType_Type() {} type CELType_Repeated (line 3862) | type CELType_Repeated struct method isCELType_Type (line 3884) | func (*CELType_Repeated) isCELType_Type() {} type CELType_Map (line 3867) | type CELType_Map struct method isCELType_Type (line 3886) | func (*CELType_Map) isCELType_Type() {} type CELType_Message (line 3872) | type CELType_Message struct method isCELType_Type (line 3888) | func (*CELType_Message) isCELType_Type() {} type CELType_Enum (line 3877) | type CELType_Enum struct method isCELType_Type (line 3890) | func (*CELType_Enum) isCELType_Type() {} type CELMapType (line 3893) | type CELMapType struct method Reset (line 3904) | func (x *CELMapType) Reset() { method String (line 3913) | func (x *CELMapType) String() string { method ProtoMessage (line 3917) | func (*CELMapType) ProtoMessage() {} method ProtoReflect (line 3919) | func (x *CELMapType) ProtoReflect() protoreflect.Message { method Descriptor (line 3932) | func (*CELMapType) Descriptor() ([]byte, []int) { method GetKey (line 3936) | func (x *CELMapType) GetKey() *CELType { method GetValue (line 3943) | func (x *CELMapType) GetValue() *CELType { type CELVariable (line 3951) | type CELVariable struct method Reset (line 3965) | func (x *CELVariable) Reset() { method String (line 3974) | func (x *CELVariable) String() string { method ProtoMessage (line 3978) | func (*CELVariable) ProtoMessage() {} method ProtoReflect (line 3980) | func (x *CELVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 3993) | func (*CELVariable) Descriptor() ([]byte, []int) { method GetName (line 3997) | func (x *CELVariable) GetName() string { method GetDesc (line 4004) | func (x *CELVariable) GetDesc() string { method GetType (line 4011) | func (x *CELVariable) GetType() *CELType { function file_grpc_federation_federation_proto_rawDescGZIP (line 4732) | func file_grpc_federation_federation_proto_rawDescGZIP() []byte { function init (line 4912) | func init() { file_grpc_federation_federation_proto_init() } function file_grpc_federation_federation_proto_init (line 4913) | func file_grpc_federation_federation_proto_init() { FILE: grpc/federation/generator/decode.go function ToCodeGeneratorRequest (line 15) | func ToCodeGeneratorRequest(r io.Reader) (*CodeGeneratorRequest, error) { type decoder (line 27) | type decoder struct method toCodeGeneratorRequest (line 65) | func (d *decoder) toCodeGeneratorRequest(req *plugin.CodeGeneratorRequ... method toOutputFilePathConfig (line 78) | func (d *decoder) toOutputFilePathConfig(cfg *plugin.OutputFilePathCon... method toFiles (line 96) | func (d *decoder) toFiles(ids []string) ([]*resolver.File, error) { method toFile (line 111) | func (d *decoder) toFile(id string) (*resolver.File, error) { method toPackage (line 160) | func (d *decoder) toPackage(pkg *plugin.Package) (*resolver.Package, e... method toGoPackage (line 174) | func (d *decoder) toGoPackage(pkg *plugin.GoPackage) *resolver.GoPacka... method toServices (line 185) | func (d *decoder) toServices(ids []string) ([]*resolver.Service, error) { method toService (line 203) | func (d *decoder) toService(id string) (*resolver.Service, error) { method toServiceRule (line 251) | func (d *decoder) toServiceRule(rule *plugin.ServiceRule) (*resolver.S... method toEnv (line 269) | func (d *decoder) toEnv(env *plugin.Env) (*resolver.Env, error) { method toEnvVars (line 282) | func (d *decoder) toEnvVars(vars []*plugin.EnvVar) ([]*resolver.EnvVar... method toEnvVar (line 300) | func (d *decoder) toEnvVar(v *plugin.EnvVar) (*resolver.EnvVar, error) { method toEnvVarOption (line 315) | func (d *decoder) toEnvVarOption(opt *plugin.EnvVarOption) *resolver.E... method toServiceVariables (line 327) | func (d *decoder) toServiceVariables(vars []*plugin.ServiceVariable) (... method toServiceVariable (line 345) | func (d *decoder) toServiceVariable(v *plugin.ServiceVariable) (*resol... method toServiceVariableExpr (line 365) | func (d *decoder) toServiceVariableExpr(expr *plugin.ServiceVariableEx... method toServiceVariableValidationExpr (line 409) | func (d *decoder) toServiceVariableValidationExpr(expr *plugin.Service... method toMessages (line 427) | func (d *decoder) toMessages(ids []string) ([]*resolver.Message, error) { method toMessage (line 445) | func (d *decoder) toMessage(id string) (*resolver.Message, error) { method toFields (line 500) | func (d *decoder) toFields(ids []string) ([]*resolver.Field, error) { method toField (line 518) | func (d *decoder) toField(id string) (*resolver.Field, error) { method toFieldRule (line 554) | func (d *decoder) toFieldRule(rule *plugin.FieldRule) (*resolver.Field... method toValue (line 585) | func (d *decoder) toValue(value *plugin.Value) (*resolver.Value, error) { method toCELValues (line 601) | func (d *decoder) toCELValues(values []*plugin.CELValue) ([]*resolver.... method toCELValue (line 619) | func (d *decoder) toCELValue(value *plugin.CELValue) (*resolver.CELVal... method toAutoBindField (line 634) | func (d *decoder) toAutoBindField(field *plugin.AutoBindField) (*resol... method toVariableDefinitionSet (line 652) | func (d *decoder) toVariableDefinitionSet(set *plugin.VariableDefiniti... method toFieldOneofRule (line 675) | func (d *decoder) toFieldOneofRule(rule *plugin.FieldOneofRule) (*reso... method toOneofs (line 698) | func (d *decoder) toOneofs(ids []string) ([]*resolver.Oneof, error) { method toOneof (line 716) | func (d *decoder) toOneof(id string) (*resolver.Oneof, error) { method toMessageRule (line 743) | func (d *decoder) toMessageRule(rule *plugin.MessageRule) (*resolver.M... method toMessageDependencyGraph (line 767) | func (d *decoder) toMessageDependencyGraph(id string) (*resolver.Messa... method toMessageDependencyGraphNodes (line 789) | func (d *decoder) toMessageDependencyGraphNodes(ids []string) ([]*reso... method toMessageDependencyGraphNode (line 807) | func (d *decoder) toMessageDependencyGraphNode(id string) (*resolver.M... method toVariableDefinitions (line 848) | func (d *decoder) toVariableDefinitions(ids []string) ([]*resolver.Var... method toVariableDefinition (line 866) | func (d *decoder) toVariableDefinition(id string) (*resolver.VariableD... method toVariableDefinitionGroups (line 900) | func (d *decoder) toVariableDefinitionGroups(ids []string) ([]resolver... method toVariableDefinitionGroup (line 918) | func (d *decoder) toVariableDefinitionGroup(id string) (resolver.Varia... method toVariableExpr (line 968) | func (d *decoder) toVariableExpr(expr *plugin.VariableExpr) (*resolver... method toMapExpr (line 1017) | func (d *decoder) toMapExpr(expr *plugin.MapExpr) (*resolver.MapExpr, ... method toIterator (line 1036) | func (d *decoder) toIterator(iter *plugin.Iterator) (*resolver.Iterato... method toMapIteratorExpr (line 1051) | func (d *decoder) toMapIteratorExpr(expr *plugin.MapIteratorExpr) (*re... method toCallExpr (line 1081) | func (d *decoder) toCallExpr(expr *plugin.CallExpr) (*resolver.CallExp... method toRequest (line 1124) | func (d *decoder) toRequest(req *plugin.Request) (*resolver.Request, e... method toArgs (line 1143) | func (d *decoder) toArgs(args []*plugin.Argument) ([]*resolver.Argumen... method toArg (line 1158) | func (d *decoder) toArg(arg *plugin.Argument) (*resolver.Argument, err... method toRetryPolicy (line 1185) | func (d *decoder) toRetryPolicy(retry *plugin.RetryPolicy) (*resolver.... method toMessageExpr (line 1222) | func (d *decoder) toMessageExpr(expr *plugin.MessageExpr) (*resolver.M... method toEnumExpr (line 1242) | func (d *decoder) toEnumExpr(expr *plugin.EnumExpr) (*resolver.EnumExp... method toSwitchExpr (line 1261) | func (d *decoder) toSwitchExpr(expr *plugin.SwitchExpr) (*resolver.Swi... method toSwitchCases (line 1284) | func (d *decoder) toSwitchCases(cases []*plugin.SwitchCase) ([]*resolv... method toSwitchCase (line 1302) | func (d *decoder) toSwitchCase(cse *plugin.SwitchCase) (*resolver.Swit... method toSwitchDefault (line 1325) | func (d *decoder) toSwitchDefault(def *plugin.SwitchDefault) (*resolve... method toValidationExpr (line 1343) | func (d *decoder) toValidationExpr(expr *plugin.ValidationExpr) (*reso... method toGRPCErrors (line 1357) | func (d *decoder) toGRPCErrors(errs []*plugin.GRPCError) ([]*resolver.... method toGRPCError (line 1375) | func (d *decoder) toGRPCError(e *plugin.GRPCError) (*resolver.GRPCErro... method toGRPCErrorDetails (line 1413) | func (d *decoder) toGRPCErrorDetails(details []*plugin.GRPCErrorDetail... method toGRPCErrorDetail (line 1431) | func (d *decoder) toGRPCErrorDetail(detail *plugin.GRPCErrorDetail) (*... method toPreconditionFailures (line 1472) | func (d *decoder) toPreconditionFailures(v []*plugin.PreconditionFailu... method toPreconditionFailure (line 1490) | func (d *decoder) toPreconditionFailure(v *plugin.PreconditionFailure)... method toPreconditionFailureViolations (line 1503) | func (d *decoder) toPreconditionFailureViolations(v []*plugin.Precondi... method toPreconditionFailureViolation (line 1521) | func (d *decoder) toPreconditionFailureViolation(v *plugin.Preconditio... method toBadRequests (line 1546) | func (d *decoder) toBadRequests(v []*plugin.BadRequest) ([]*resolver.B... method toBadRequest (line 1564) | func (d *decoder) toBadRequest(req *plugin.BadRequest) (*resolver.BadR... method toBadRequestFieldViolations (line 1579) | func (d *decoder) toBadRequestFieldViolations(v []*plugin.BadRequestFi... method toBadRequestFieldViolation (line 1597) | func (d *decoder) toBadRequestFieldViolation(v *plugin.BadRequestField... method toLocalizedMessages (line 1617) | func (d *decoder) toLocalizedMessages(v []*plugin.LocalizedMessage) ([... method toLocalizedMessage (line 1635) | func (d *decoder) toLocalizedMessage(v *plugin.LocalizedMessage) (*res... method toGRPCCallOption (line 1648) | func (d *decoder) toGRPCCallOption(v *plugin.GRPCCallOption) (*resolve... method toMethods (line 1676) | func (d *decoder) toMethods(ids []string) ([]*resolver.Method, error) { method toMethod (line 1694) | func (d *decoder) toMethod(id string) (*resolver.Method, error) { method toMethodRule (line 1731) | func (d *decoder) toMethodRule(rule *plugin.MethodRule) (*resolver.Met... method toEnums (line 1750) | func (d *decoder) toEnums(ids []string) ([]*resolver.Enum, error) { method toEnum (line 1768) | func (d *decoder) toEnum(id string) (*resolver.Enum, error) { method toEnumRule (line 1805) | func (d *decoder) toEnumRule(rule *plugin.EnumRule) (*resolver.EnumRul... method toEnumValueAliases (line 1818) | func (d *decoder) toEnumValueAliases(aliases []*plugin.EnumValueAlias)... method toEnumValueAttributes (line 1833) | func (d *decoder) toEnumValueAttributes(attrs []*plugin.EnumValueAttri... method toEnumValues (line 1848) | func (d *decoder) toEnumValues(ids []string) ([]*resolver.EnumValue, e... method toEnumValueAlias (line 1863) | func (d *decoder) toEnumValueAlias(alias *plugin.EnumValueAlias) (*res... method toEnumValueAttribute (line 1881) | func (d *decoder) toEnumValueAttribute(attr *plugin.EnumValueAttribute... method toEnumValue (line 1891) | func (d *decoder) toEnumValue(id string) (*resolver.EnumValue, error) { method toEnumValueRule (line 1918) | func (d *decoder) toEnumValueRule(rule *plugin.EnumValueRule) (*resolv... method toCELPlugins (line 1935) | func (d *decoder) toCELPlugins(ids []string) ([]*resolver.CELPlugin, e... method toCELPlugin (line 1953) | func (d *decoder) toCELPlugin(id string) (*resolver.CELPlugin, error) { method toCELFunctions (line 1978) | func (d *decoder) toCELFunctions(funcs []*plugin.CELFunction) ([]*reso... method toCELFunction (line 1993) | func (d *decoder) toCELFunction(fn *plugin.CELFunction) (*resolver.CEL... method toTypes (line 2015) | func (d *decoder) toTypes(t []*plugin.Type) ([]*resolver.Type, error) { method toType (line 2033) | func (d *decoder) toType(t *plugin.Type) (*resolver.Type, error) { method toTypeKind (line 2059) | func (d *decoder) toTypeKind(kind plugin.TypeKind) types.Kind { method toOneofField (line 2101) | func (d *decoder) toOneofField(id string) (*resolver.OneofField, error) { function newDecoder (line 45) | func newDecoder(ref *plugin.Reference) *decoder { FILE: grpc/federation/generator/encode.go type encoder (line 14) | type encoder struct method toCodeGeneratorRequest (line 42) | func (e *encoder) toCodeGeneratorRequest(cfg *CodeGeneratorRequestConf... method toOutputFilePathConfig (line 54) | func (e *encoder) toOutputFilePathConfig(cfg resolver.OutputFilePathCo... method toFile (line 72) | func (e *encoder) toFile(file *resolver.File) *plugin.File { method toPackage (line 106) | func (e *encoder) toPackage(pkg *resolver.Package) *plugin.Package { method toGoPackage (line 115) | func (e *encoder) toGoPackage(pkg *resolver.GoPackage) *plugin.GoPacka... method toFiles (line 123) | func (e *encoder) toFiles(files []*resolver.File) []*plugin.File { method toServices (line 135) | func (e *encoder) toServices(svcs []*resolver.Service) []*plugin.Servi... method toService (line 147) | func (e *encoder) toService(svc *resolver.Service) *plugin.Service { method toServiceRule (line 175) | func (e *encoder) toServiceRule(fqdn string, rule *resolver.ServiceRul... method toServiceVariables (line 187) | func (e *encoder) toServiceVariables(fqdn string, vars []*resolver.Ser... method toServiceVariable (line 199) | func (e *encoder) toServiceVariable(fqdn string, v *resolver.ServiceVa... method toServiceVariableExpr (line 211) | func (e *encoder) toServiceVariableExpr(fqdn string, expr *resolver.Se... method toServiceVariableValidationExpr (line 247) | func (e *encoder) toServiceVariableValidationExpr(expr *resolver.Servi... method toEnv (line 257) | func (e *encoder) toEnv(env *resolver.Env) *plugin.Env { method toEnvVars (line 266) | func (e *encoder) toEnvVars(vars []*resolver.EnvVar) []*plugin.EnvVar { method toEnvVar (line 278) | func (e *encoder) toEnvVar(v *resolver.EnvVar) *plugin.EnvVar { method toEnvVarOption (line 289) | func (e *encoder) toEnvVarOption(opt *resolver.EnvVarOption) *plugin.E... method toMessages (line 301) | func (e *encoder) toMessages(msgs []*resolver.Message) []*plugin.Messa... method toMessage (line 313) | func (e *encoder) toMessage(msg *resolver.Message) *plugin.Message { method toMessageRule (line 346) | func (e *encoder) toMessageRule(rule *resolver.MessageRule) *plugin.Me... method toVariableDefinitionSet (line 363) | func (e *encoder) toVariableDefinitionSet(fqdn string, set *resolver.V... method toEnums (line 375) | func (e *encoder) toEnums(enums []*resolver.Enum) []*plugin.Enum { method toEnum (line 387) | func (e *encoder) toEnum(enum *resolver.Enum) *plugin.Enum { method toEnumRule (line 407) | func (e *encoder) toEnumRule(rule *resolver.EnumRule) *plugin.EnumRule { method toEnumValueAliases (line 420) | func (e *encoder) toEnumValueAliases(aliases []*resolver.EnumValueAlia... method toEnumValueAttributes (line 432) | func (e *encoder) toEnumValueAttributes(attrs []*resolver.EnumValueAtt... method toEnumValues (line 444) | func (e *encoder) toEnumValues(values []*resolver.EnumValue) []*plugin... method toEnumValueAlias (line 456) | func (e *encoder) toEnumValueAlias(alias *resolver.EnumValueAlias) *pl... method toEnumValueAttribute (line 470) | func (e *encoder) toEnumValueAttribute(attr *resolver.EnumValueAttribu... method toEnumValue (line 480) | func (e *encoder) toEnumValue(value *resolver.EnumValue) *plugin.EnumV... method toEnumValueRule (line 496) | func (e *encoder) toEnumValueRule(rule *resolver.EnumValueRule) *plugi... method toFields (line 509) | func (e *encoder) toFields(fields []*resolver.Field) []*plugin.Field { method toField (line 521) | func (e *encoder) toField(field *resolver.Field) *plugin.Field { method toFieldRule (line 539) | func (e *encoder) toFieldRule(field *resolver.Field, rule *resolver.Fi... method toAutoBindField (line 557) | func (e *encoder) toAutoBindField(field *resolver.AutoBindField) *plug... method toFieldOneofRule (line 567) | func (e *encoder) toFieldOneofRule(field *resolver.Field, rule *resolv... method toOneofs (line 578) | func (e *encoder) toOneofs(oneofs []*resolver.Oneof) []*plugin.Oneof { method toOneof (line 590) | func (e *encoder) toOneof(oneof *resolver.Oneof) *plugin.Oneof { method toMethods (line 608) | func (e *encoder) toMethods(mtds []*resolver.Method) []*plugin.Method { method toMethod (line 620) | func (e *encoder) toMethod(mtd *resolver.Method) *plugin.Method { method toMethodRule (line 638) | func (e *encoder) toMethodRule(rule *resolver.MethodRule) *plugin.Meth... method toCELPlugins (line 656) | func (e *encoder) toCELPlugins(plugins []*resolver.CELPlugin) []*plugi... method toCELPlugin (line 668) | func (e *encoder) toCELPlugin(p *resolver.CELPlugin) *plugin.CELPlugin { method toCELFunctions (line 686) | func (e *encoder) toCELFunctions(fns []*resolver.CELFunction) []*plugi... method toCELFunction (line 698) | func (e *encoder) toCELFunction(fn *resolver.CELFunction) *plugin.CELF... method toTypes (line 711) | func (e *encoder) toTypes(t []*resolver.Type) []*plugin.Type { method toType (line 719) | func (e *encoder) toType(t *resolver.Type) *plugin.Type { method toTypeKind (line 745) | func (e *encoder) toTypeKind(kind types.Kind) plugin.TypeKind { method toMessageDependencyGraph (line 787) | func (e *encoder) toMessageDependencyGraph(graph *resolver.MessageDepe... method toMessageDependencyGraphNodes (line 806) | func (e *encoder) toMessageDependencyGraphNodes(nodes []*resolver.Mess... method toMessageDependencyGraphNode (line 814) | func (e *encoder) toMessageDependencyGraphNode(n *resolver.MessageDepe... method toVariableDefinitions (line 837) | func (e *encoder) toVariableDefinitions(fqdn string, defs []*resolver.... method toVariableDefinitionGroups (line 849) | func (e *encoder) toVariableDefinitionGroups(fqdn string, groups []res... method toVariableDefinition (line 861) | func (e *encoder) toVariableDefinition(fqdn string, def *resolver.Vari... method toVariableDefinitionGroup (line 883) | func (e *encoder) toVariableDefinitionGroup(fqdn string, group resolve... method toSequentialVariableDefinitionGroup (line 907) | func (e *encoder) toSequentialVariableDefinitionGroup(fqdn string, g *... method toConcurrentVariableDefinitionGroup (line 914) | func (e *encoder) toConcurrentVariableDefinitionGroup(fqdn string, g *... method toCELValues (line 924) | func (e *encoder) toCELValues(v []*resolver.CELValue) []*plugin.CELVal... method toCELValue (line 932) | func (e *encoder) toCELValue(v *resolver.CELValue) *plugin.CELValue { method toVariableExpr (line 942) | func (e *encoder) toVariableExpr(fqdn string, expr *resolver.VariableE... method toMapExpr (line 982) | func (e *encoder) toMapExpr(fqdn string, expr *resolver.MapExpr) *plug... method toIterator (line 992) | func (e *encoder) toIterator(fqdn string, iter *resolver.Iterator) *pl... method toMapIteratorExpr (line 1002) | func (e *encoder) toMapIteratorExpr(expr *resolver.MapIteratorExpr) *p... method toCallExpr (line 1026) | func (e *encoder) toCallExpr(fqdn string, expr *resolver.CallExpr) *pl... method toRequest (line 1045) | func (e *encoder) toRequest(req *resolver.Request) *plugin.Request { method toRetryPolicy (line 1055) | func (e *encoder) toRetryPolicy(policy *resolver.RetryPolicy) *plugin.... method toRetryConstant (line 1075) | func (e *encoder) toRetryConstant(cons *resolver.RetryPolicyConstant) ... method toRetryExponential (line 1085) | func (e *encoder) toRetryExponential(exp *resolver.RetryPolicyExponent... method toMessageExpr (line 1099) | func (e *encoder) toMessageExpr(expr *resolver.MessageExpr) *plugin.Me... method toArgs (line 1109) | func (e *encoder) toArgs(args []*resolver.Argument) []*plugin.Argument { method toArg (line 1117) | func (e *encoder) toArg(arg *resolver.Argument) *plugin.Argument { method toValue (line 1126) | func (e *encoder) toValue(value *resolver.Value) *plugin.Value { method toEnumExpr (line 1136) | func (e *encoder) toEnumExpr(expr *resolver.EnumExpr) *plugin.EnumExpr { method toSwitchExpr (line 1146) | func (e *encoder) toSwitchExpr(fqdn string, expr *resolver.SwitchExpr)... method toSwitchCases (line 1157) | func (e *encoder) toSwitchCases(fdqn string, cases []*resolver.SwitchC... method toSwitchCase (line 1165) | func (e *encoder) toSwitchCase(fqdn string, cse *resolver.SwitchCaseEx... method toSwitchDefault (line 1176) | func (e *encoder) toSwitchDefault(fqdn string, def *resolver.SwitchDef... method toValidationExpr (line 1186) | func (e *encoder) toValidationExpr(fqdn string, expr *resolver.Validat... method toGRPCErrors (line 1195) | func (e *encoder) toGRPCErrors(fqdn string, grpcErrs []*resolver.GRPCE... method toGRPCError (line 1203) | func (e *encoder) toGRPCError(fqdn string, err *resolver.GRPCError) *p... method toGRPCErrorDetails (line 1218) | func (e *encoder) toGRPCErrorDetails(fqdn string, details []*resolver.... method toGRPCErrorDetail (line 1226) | func (e *encoder) toGRPCErrorDetail(fqdn string, detail *resolver.GRPC... method toPreconditionFailures (line 1241) | func (e *encoder) toPreconditionFailures(failures []*resolver.Precondi... method toPreconditionFailure (line 1249) | func (e *encoder) toPreconditionFailure(failure *resolver.Precondition... method toPreconditionFailureViolations (line 1258) | func (e *encoder) toPreconditionFailureViolations(v []*resolver.Precon... method toPreconditionFailureViolation (line 1266) | func (e *encoder) toPreconditionFailureViolation(v *resolver.Precondit... method toBadRequests (line 1277) | func (e *encoder) toBadRequests(reqs []*resolver.BadRequest) []*plugin... method toBadRequest (line 1285) | func (e *encoder) toBadRequest(req *resolver.BadRequest) *plugin.BadRe... method toBadRequestFieldViolations (line 1294) | func (e *encoder) toBadRequestFieldViolations(v []*resolver.BadRequest... method toBadRequestFieldViolation (line 1302) | func (e *encoder) toBadRequestFieldViolation(v *resolver.BadRequestFie... method toLocalizedMessages (line 1312) | func (e *encoder) toLocalizedMessages(msgs []*resolver.LocalizedMessag... method toLocalizedMessage (line 1320) | func (e *encoder) toLocalizedMessage(msg *resolver.LocalizedMessage) *... method toGRPCCallOption (line 1330) | func (e *encoder) toGRPCCallOption(fqdn string, v *resolver.GRPCCallOp... method toFileID (line 1352) | func (e *encoder) toFileID(file *resolver.File) string { method toServiceID (line 1359) | func (e *encoder) toServiceID(svc *resolver.Service) string { method toMethodID (line 1366) | func (e *encoder) toMethodID(mtd *resolver.Method) string { method toMessageID (line 1373) | func (e *encoder) toMessageID(msg *resolver.Message) string { method toFieldID (line 1380) | func (e *encoder) toFieldID(field *resolver.Field) string { method toOneofID (line 1387) | func (e *encoder) toOneofID(oneof *resolver.Oneof) string { method toEnumID (line 1394) | func (e *encoder) toEnumID(enum *resolver.Enum) string { method toEnumValueID (line 1401) | func (e *encoder) toEnumValueID(value *resolver.EnumValue) string { method toCELPluginID (line 1408) | func (e *encoder) toCELPluginID(celPlugin *resolver.CELPlugin) string { method toDependencyGraphID (line 1415) | func (e *encoder) toDependencyGraphID(graph *resolver.MessageDependenc... method toVariableDefinitionID (line 1426) | func (e *encoder) toVariableDefinitionID(fqdn string, def *resolver.Va... method toVariableDefinitionGroupID (line 1433) | func (e *encoder) toVariableDefinitionGroupID(fqdn string, group resol... function newEncoder (line 18) | func newEncoder() *encoder { function CreateCodeGeneratorRequest (line 38) | func CreateCodeGeneratorRequest(cfg *CodeGeneratorRequestConfig) *plugin... FILE: grpc/federation/generator/generator_test.go function TestRoundTrip (line 17) | func TestRoundTrip(t *testing.T) { FILE: grpc/federation/generator/plugin/generator.pb.go constant _ (line 20) | _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) constant _ (line 22) | _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) type ActionType (line 25) | type ActionType method Enum (line 53) | func (x ActionType) Enum() *ActionType { method String (line 59) | func (x ActionType) String() string { method Descriptor (line 63) | func (ActionType) Descriptor() protoreflect.EnumDescriptor { method Type (line 67) | func (ActionType) Type() protoreflect.EnumType { method Number (line 71) | func (x ActionType) Number() protoreflect.EnumNumber { method EnumDescriptor (line 76) | func (ActionType) EnumDescriptor() ([]byte, []int) { constant ActionType_GENERATE_ACTION (line 28) | ActionType_GENERATE_ACTION ActionType = 0 constant ActionType_KEEP_ACTION (line 29) | ActionType_KEEP_ACTION ActionType = 1 constant ActionType_CREATE_ACTION (line 30) | ActionType_CREATE_ACTION ActionType = 2 constant ActionType_DELETE_ACTION (line 31) | ActionType_DELETE_ACTION ActionType = 3 constant ActionType_UPDATE_ACTION (line 32) | ActionType_UPDATE_ACTION ActionType = 4 type OutputFilePathMode (line 80) | type OutputFilePathMode method Enum (line 105) | func (x OutputFilePathMode) Enum() *OutputFilePathMode { method String (line 111) | func (x OutputFilePathMode) String() string { method Descriptor (line 115) | func (OutputFilePathMode) Descriptor() protoreflect.EnumDescriptor { method Type (line 119) | func (OutputFilePathMode) Type() protoreflect.EnumType { method Number (line 123) | func (x OutputFilePathMode) Number() protoreflect.EnumNumber { method EnumDescriptor (line 128) | func (OutputFilePathMode) EnumDescriptor() ([]byte, []int) { constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_UNSPECIFIED (line 83) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_UNSPECIFIED OutputFilePathM... constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_IMPORT (line 84) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_IMPORT OutputFilePathM... constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_MODULE_PREFIX (line 85) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_MODULE_PREFIX OutputFilePathM... constant OutputFilePathMode_OUTPUT_FILE_PATH_MODE_SOURCE_RELATIVE (line 86) | OutputFilePathMode_OUTPUT_FILE_PATH_MODE_SOURCE_RELATIVE OutputFilePathM... type TypeKind (line 132) | type TypeKind method Enum (line 202) | func (x TypeKind) Enum() *TypeKind { method String (line 208) | func (x TypeKind) String() string { method Descriptor (line 212) | func (TypeKind) Descriptor() protoreflect.EnumDescriptor { method Type (line 216) | func (TypeKind) Type() protoreflect.EnumType { method Number (line 220) | func (x TypeKind) Number() protoreflect.EnumNumber { method EnumDescriptor (line 225) | func (TypeKind) EnumDescriptor() ([]byte, []int) { constant TypeKind_UNKNOWN_TYPE (line 135) | TypeKind_UNKNOWN_TYPE TypeKind = 0 constant TypeKind_DOUBLE_TYPE (line 136) | TypeKind_DOUBLE_TYPE TypeKind = 1 constant TypeKind_FLOAT_TYPE (line 137) | TypeKind_FLOAT_TYPE TypeKind = 2 constant TypeKind_INT64_TYPE (line 138) | TypeKind_INT64_TYPE TypeKind = 3 constant TypeKind_UINT64_TYPE (line 139) | TypeKind_UINT64_TYPE TypeKind = 4 constant TypeKind_INT32_TYPE (line 140) | TypeKind_INT32_TYPE TypeKind = 5 constant TypeKind_FIXED64_TYPE (line 141) | TypeKind_FIXED64_TYPE TypeKind = 6 constant TypeKind_FIXED32_TYPE (line 142) | TypeKind_FIXED32_TYPE TypeKind = 7 constant TypeKind_BOOL_TYPE (line 143) | TypeKind_BOOL_TYPE TypeKind = 8 constant TypeKind_STRING_TYPE (line 144) | TypeKind_STRING_TYPE TypeKind = 9 constant TypeKind_GROUP_TYPE (line 145) | TypeKind_GROUP_TYPE TypeKind = 10 constant TypeKind_MESSAGE_TYPE (line 146) | TypeKind_MESSAGE_TYPE TypeKind = 11 constant TypeKind_BYTES_TYPE (line 147) | TypeKind_BYTES_TYPE TypeKind = 12 constant TypeKind_UINT32_TYPE (line 148) | TypeKind_UINT32_TYPE TypeKind = 13 constant TypeKind_ENUM_TYPE (line 149) | TypeKind_ENUM_TYPE TypeKind = 14 constant TypeKind_SFIXED32_TYPE (line 150) | TypeKind_SFIXED32_TYPE TypeKind = 15 constant TypeKind_SFIXED64_TYPE (line 151) | TypeKind_SFIXED64_TYPE TypeKind = 16 constant TypeKind_SINT32_TYPE (line 152) | TypeKind_SINT32_TYPE TypeKind = 17 constant TypeKind_SINT64_TYPE (line 153) | TypeKind_SINT64_TYPE TypeKind = 18 type ProtoCodeGeneratorResponse_Feature (line 229) | type ProtoCodeGeneratorResponse_Feature method Enum (line 251) | func (x ProtoCodeGeneratorResponse_Feature) Enum() *ProtoCodeGenerator... method String (line 257) | func (x ProtoCodeGeneratorResponse_Feature) String() string { method Descriptor (line 261) | func (ProtoCodeGeneratorResponse_Feature) Descriptor() protoreflect.En... method Type (line 265) | func (ProtoCodeGeneratorResponse_Feature) Type() protoreflect.EnumType { method Number (line 269) | func (x ProtoCodeGeneratorResponse_Feature) Number() protoreflect.Enum... method EnumDescriptor (line 274) | func (ProtoCodeGeneratorResponse_Feature) EnumDescriptor() ([]byte, []... constant ProtoCodeGeneratorResponse_FEATURE_NONE (line 232) | ProtoCodeGeneratorResponse_FEATURE_NONE ProtoCodeGeneratorR... constant ProtoCodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL (line 233) | ProtoCodeGeneratorResponse_FEATURE_PROTO3_OPTIONAL ProtoCodeGeneratorR... constant ProtoCodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS (line 234) | ProtoCodeGeneratorResponse_FEATURE_SUPPORTS_EDITIONS ProtoCodeGeneratorR... type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic (line 278) | type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic method Enum (line 300) | func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semant... method String (line 306) | func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semant... method Descriptor (line 310) | func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic... method Type (line 314) | func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic... method Number (line 318) | func (x ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semant... method EnumDescriptor (line 323) | func (ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_Semantic... constant ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_NONE (line 281) | ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_NONE ProtoCodeG... constant ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_SET (line 282) | ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_SET ProtoCodeG... constant ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_ALIAS (line 283) | ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation_ALIAS ProtoCodeG... type ProtoCodeGeneratorResponse (line 327) | type ProtoCodeGeneratorResponse struct method Reset (line 339) | func (x *ProtoCodeGeneratorResponse) Reset() { method String (line 348) | func (x *ProtoCodeGeneratorResponse) String() string { method ProtoMessage (line 352) | func (*ProtoCodeGeneratorResponse) ProtoMessage() {} method ProtoReflect (line 354) | func (x *ProtoCodeGeneratorResponse) ProtoReflect() protoreflect.Messa... method Descriptor (line 367) | func (*ProtoCodeGeneratorResponse) Descriptor() ([]byte, []int) { method GetError (line 371) | func (x *ProtoCodeGeneratorResponse) GetError() string { method GetSupportedFeatures (line 378) | func (x *ProtoCodeGeneratorResponse) GetSupportedFeatures() uint64 { method GetMinimumEdition (line 385) | func (x *ProtoCodeGeneratorResponse) GetMinimumEdition() int32 { method GetMaximumEdition (line 392) | func (x *ProtoCodeGeneratorResponse) GetMaximumEdition() int32 { method GetFile (line 399) | func (x *ProtoCodeGeneratorResponse) GetFile() []*ProtoCodeGeneratorRe... type CodeGeneratorRequest (line 407) | type CodeGeneratorRequest struct method Reset (line 422) | func (x *CodeGeneratorRequest) Reset() { method String (line 431) | func (x *CodeGeneratorRequest) String() string { method ProtoMessage (line 435) | func (*CodeGeneratorRequest) ProtoMessage() {} method ProtoReflect (line 437) | func (x *CodeGeneratorRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 450) | func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { method GetType (line 454) | func (x *CodeGeneratorRequest) GetType() ActionType { method GetProtoPath (line 461) | func (x *CodeGeneratorRequest) GetProtoPath() string { method GetOutDir (line 469) | func (x *CodeGeneratorRequest) GetOutDir() string { method GetFiles (line 476) | func (x *CodeGeneratorRequest) GetFiles() []*ProtoCodeGeneratorRespons... method GetGrpcFederationFileIds (line 483) | func (x *CodeGeneratorRequest) GetGrpcFederationFileIds() []string { method GetReference (line 490) | func (x *CodeGeneratorRequest) GetReference() *Reference { method GetOutputFilePathConfig (line 497) | func (x *CodeGeneratorRequest) GetOutputFilePathConfig() *OutputFilePa... type OutputFilePathConfig (line 504) | type OutputFilePathConfig struct method Reset (line 515) | func (x *OutputFilePathConfig) Reset() { method String (line 524) | func (x *OutputFilePathConfig) String() string { method ProtoMessage (line 528) | func (*OutputFilePathConfig) ProtoMessage() {} method ProtoReflect (line 530) | func (x *OutputFilePathConfig) ProtoReflect() protoreflect.Message { method Descriptor (line 543) | func (*OutputFilePathConfig) Descriptor() ([]byte, []int) { method GetMode (line 547) | func (x *OutputFilePathConfig) GetMode() OutputFilePathMode { method GetPrefix (line 554) | func (x *OutputFilePathConfig) GetPrefix() string { method GetFilePath (line 561) | func (x *OutputFilePathConfig) GetFilePath() string { method GetImportPaths (line 568) | func (x *OutputFilePathConfig) GetImportPaths() []string { type Reference (line 575) | type Reference struct method Reset (line 595) | func (x *Reference) Reset() { method String (line 604) | func (x *Reference) String() string { method ProtoMessage (line 608) | func (*Reference) ProtoMessage() {} method ProtoReflect (line 610) | func (x *Reference) ProtoReflect() protoreflect.Message { method Descriptor (line 623) | func (*Reference) Descriptor() ([]byte, []int) { method GetFileMap (line 627) | func (x *Reference) GetFileMap() map[string]*File { method GetServiceMap (line 634) | func (x *Reference) GetServiceMap() map[string]*Service { method GetMethodMap (line 641) | func (x *Reference) GetMethodMap() map[string]*Method { method GetMessageMap (line 648) | func (x *Reference) GetMessageMap() map[string]*Message { method GetFieldMap (line 655) | func (x *Reference) GetFieldMap() map[string]*Field { method GetEnumMap (line 662) | func (x *Reference) GetEnumMap() map[string]*Enum { method GetEnumValueMap (line 669) | func (x *Reference) GetEnumValueMap() map[string]*EnumValue { method GetOneofMap (line 676) | func (x *Reference) GetOneofMap() map[string]*Oneof { method GetCelPluginMap (line 683) | func (x *Reference) GetCelPluginMap() map[string]*CELPlugin { method GetGraphMap (line 690) | func (x *Reference) GetGraphMap() map[string]*MessageDependencyGraph { method GetVariableDefinitionMap (line 697) | func (x *Reference) GetVariableDefinitionMap() map[string]*VariableDef... method GetVariableDefinitionGroupMap (line 704) | func (x *Reference) GetVariableDefinitionGroupMap() map[string]*Variab... method GetGraphNodeMap (line 711) | func (x *Reference) GetGraphNodeMap() map[string]*MessageDependencyGra... type File (line 718) | type File struct method Reset (line 734) | func (x *File) Reset() { method String (line 743) | func (x *File) String() string { method ProtoMessage (line 747) | func (*File) ProtoMessage() {} method ProtoReflect (line 749) | func (x *File) ProtoReflect() protoreflect.Message { method Descriptor (line 762) | func (*File) Descriptor() ([]byte, []int) { method GetId (line 766) | func (x *File) GetId() string { method GetPackage (line 773) | func (x *File) GetPackage() *Package { method GetGoPackage (line 780) | func (x *File) GetGoPackage() *GoPackage { method GetName (line 787) | func (x *File) GetName() string { method GetServiceIds (line 794) | func (x *File) GetServiceIds() []string { method GetMessageIds (line 801) | func (x *File) GetMessageIds() []string { method GetEnumIds (line 808) | func (x *File) GetEnumIds() []string { method GetCelPluginIds (line 815) | func (x *File) GetCelPluginIds() []string { method GetImportFileIds (line 822) | func (x *File) GetImportFileIds() []string { type Package (line 829) | type Package struct method Reset (line 838) | func (x *Package) Reset() { method String (line 847) | func (x *Package) String() string { method ProtoMessage (line 851) | func (*Package) ProtoMessage() {} method ProtoReflect (line 853) | func (x *Package) ProtoReflect() protoreflect.Message { method Descriptor (line 866) | func (*Package) Descriptor() ([]byte, []int) { method GetName (line 870) | func (x *Package) GetName() string { method GetFileIds (line 877) | func (x *Package) GetFileIds() []string { type GoPackage (line 884) | type GoPackage struct method Reset (line 894) | func (x *GoPackage) Reset() { method String (line 903) | func (x *GoPackage) String() string { method ProtoMessage (line 907) | func (*GoPackage) ProtoMessage() {} method ProtoReflect (line 909) | func (x *GoPackage) ProtoReflect() protoreflect.Message { method Descriptor (line 922) | func (*GoPackage) Descriptor() ([]byte, []int) { method GetName (line 926) | func (x *GoPackage) GetName() string { method GetImportPath (line 933) | func (x *GoPackage) GetImportPath() string { method GetAliasName (line 940) | func (x *GoPackage) GetAliasName() string { type Service (line 947) | type Service struct method Reset (line 962) | func (x *Service) Reset() { method String (line 971) | func (x *Service) String() string { method ProtoMessage (line 975) | func (*Service) ProtoMessage() {} method ProtoReflect (line 977) | func (x *Service) ProtoReflect() protoreflect.Message { method Descriptor (line 990) | func (*Service) Descriptor() ([]byte, []int) { method GetId (line 994) | func (x *Service) GetId() string { method GetName (line 1001) | func (x *Service) GetName() string { method GetMethodIds (line 1008) | func (x *Service) GetMethodIds() []string { method GetFileId (line 1015) | func (x *Service) GetFileId() string { method GetMessageIds (line 1022) | func (x *Service) GetMessageIds() []string { method GetMessageArgIds (line 1029) | func (x *Service) GetMessageArgIds() []string { method GetCelPluginIds (line 1036) | func (x *Service) GetCelPluginIds() []string { method GetRule (line 1043) | func (x *Service) GetRule() *ServiceRule { type ServiceRule (line 1050) | type ServiceRule struct method Reset (line 1059) | func (x *ServiceRule) Reset() { method String (line 1068) | func (x *ServiceRule) String() string { method ProtoMessage (line 1072) | func (*ServiceRule) ProtoMessage() {} method ProtoReflect (line 1074) | func (x *ServiceRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1087) | func (*ServiceRule) Descriptor() ([]byte, []int) { method GetEnv (line 1091) | func (x *ServiceRule) GetEnv() *Env { method GetVars (line 1098) | func (x *ServiceRule) GetVars() []*ServiceVariable { type Env (line 1105) | type Env struct method Reset (line 1113) | func (x *Env) Reset() { method String (line 1122) | func (x *Env) String() string { method ProtoMessage (line 1126) | func (*Env) ProtoMessage() {} method ProtoReflect (line 1128) | func (x *Env) ProtoReflect() protoreflect.Message { method Descriptor (line 1141) | func (*Env) Descriptor() ([]byte, []int) { method GetVars (line 1145) | func (x *Env) GetVars() []*EnvVar { type EnvVar (line 1152) | type EnvVar struct method Reset (line 1162) | func (x *EnvVar) Reset() { method String (line 1171) | func (x *EnvVar) String() string { method ProtoMessage (line 1175) | func (*EnvVar) ProtoMessage() {} method ProtoReflect (line 1177) | func (x *EnvVar) ProtoReflect() protoreflect.Message { method Descriptor (line 1190) | func (*EnvVar) Descriptor() ([]byte, []int) { method GetName (line 1194) | func (x *EnvVar) GetName() string { method GetType (line 1201) | func (x *EnvVar) GetType() *Type { method GetOption (line 1208) | func (x *EnvVar) GetOption() *EnvVarOption { type EnvVarOption (line 1215) | type EnvVarOption struct method Reset (line 1226) | func (x *EnvVarOption) Reset() { method String (line 1235) | func (x *EnvVarOption) String() string { method ProtoMessage (line 1239) | func (*EnvVarOption) ProtoMessage() {} method ProtoReflect (line 1241) | func (x *EnvVarOption) ProtoReflect() protoreflect.Message { method Descriptor (line 1254) | func (*EnvVarOption) Descriptor() ([]byte, []int) { method GetAlternate (line 1258) | func (x *EnvVarOption) GetAlternate() string { method GetDefault (line 1265) | func (x *EnvVarOption) GetDefault() string { method GetRequired (line 1272) | func (x *EnvVarOption) GetRequired() bool { method GetIgnored (line 1279) | func (x *EnvVarOption) GetIgnored() bool { type ServiceVariable (line 1286) | type ServiceVariable struct method Reset (line 1296) | func (x *ServiceVariable) Reset() { method String (line 1305) | func (x *ServiceVariable) String() string { method ProtoMessage (line 1309) | func (*ServiceVariable) ProtoMessage() {} method ProtoReflect (line 1311) | func (x *ServiceVariable) ProtoReflect() protoreflect.Message { method Descriptor (line 1324) | func (*ServiceVariable) Descriptor() ([]byte, []int) { method GetName (line 1328) | func (x *ServiceVariable) GetName() string { method GetIf (line 1335) | func (x *ServiceVariable) GetIf() *CELValue { method GetExpr (line 1342) | func (x *ServiceVariable) GetExpr() *ServiceVariableExpr { type ServiceVariableExpr (line 1349) | type ServiceVariableExpr struct method Reset (line 1366) | func (x *ServiceVariableExpr) Reset() { method String (line 1375) | func (x *ServiceVariableExpr) String() string { method ProtoMessage (line 1379) | func (*ServiceVariableExpr) ProtoMessage() {} method ProtoReflect (line 1381) | func (x *ServiceVariableExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 1394) | func (*ServiceVariableExpr) Descriptor() ([]byte, []int) { method GetType (line 1398) | func (x *ServiceVariableExpr) GetType() *Type { method GetExpr (line 1405) | func (m *ServiceVariableExpr) GetExpr() isServiceVariableExpr_Expr { method GetBy (line 1412) | func (x *ServiceVariableExpr) GetBy() *CELValue { method GetMap (line 1419) | func (x *ServiceVariableExpr) GetMap() *MapExpr { method GetMessage (line 1426) | func (x *ServiceVariableExpr) GetMessage() *MessageExpr { method GetValidation (line 1433) | func (x *ServiceVariableExpr) GetValidation() *ServiceVariableValidati... method GetEnum (line 1440) | func (x *ServiceVariableExpr) GetEnum() *EnumExpr { method GetSwitch (line 1447) | func (x *ServiceVariableExpr) GetSwitch() *SwitchExpr { type isServiceVariableExpr_Expr (line 1454) | type isServiceVariableExpr_Expr interface type ServiceVariableExpr_By (line 1458) | type ServiceVariableExpr_By struct method isServiceVariableExpr_Expr (line 1482) | func (*ServiceVariableExpr_By) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Map (line 1462) | type ServiceVariableExpr_Map struct method isServiceVariableExpr_Expr (line 1484) | func (*ServiceVariableExpr_Map) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Message (line 1466) | type ServiceVariableExpr_Message struct method isServiceVariableExpr_Expr (line 1486) | func (*ServiceVariableExpr_Message) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Validation (line 1470) | type ServiceVariableExpr_Validation struct method isServiceVariableExpr_Expr (line 1488) | func (*ServiceVariableExpr_Validation) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Enum (line 1474) | type ServiceVariableExpr_Enum struct method isServiceVariableExpr_Expr (line 1490) | func (*ServiceVariableExpr_Enum) isServiceVariableExpr_Expr() {} type ServiceVariableExpr_Switch (line 1478) | type ServiceVariableExpr_Switch struct method isServiceVariableExpr_Expr (line 1492) | func (*ServiceVariableExpr_Switch) isServiceVariableExpr_Expr() {} type ServiceVariableValidationExpr (line 1494) | type ServiceVariableValidationExpr struct method Reset (line 1503) | func (x *ServiceVariableValidationExpr) Reset() { method String (line 1512) | func (x *ServiceVariableValidationExpr) String() string { method ProtoMessage (line 1516) | func (*ServiceVariableValidationExpr) ProtoMessage() {} method ProtoReflect (line 1518) | func (x *ServiceVariableValidationExpr) ProtoReflect() protoreflect.Me... method Descriptor (line 1531) | func (*ServiceVariableValidationExpr) Descriptor() ([]byte, []int) { method GetIf (line 1535) | func (x *ServiceVariableValidationExpr) GetIf() *CELValue { method GetMessage (line 1542) | func (x *ServiceVariableValidationExpr) GetMessage() *CELValue { type Method (line 1549) | type Method struct method Reset (line 1562) | func (x *Method) Reset() { method String (line 1571) | func (x *Method) String() string { method ProtoMessage (line 1575) | func (*Method) ProtoMessage() {} method ProtoReflect (line 1577) | func (x *Method) ProtoReflect() protoreflect.Message { method Descriptor (line 1590) | func (*Method) Descriptor() ([]byte, []int) { method GetId (line 1594) | func (x *Method) GetId() string { method GetName (line 1601) | func (x *Method) GetName() string { method GetRequestId (line 1608) | func (x *Method) GetRequestId() string { method GetResponseId (line 1615) | func (x *Method) GetResponseId() string { method GetServiceId (line 1622) | func (x *Method) GetServiceId() string { method GetRule (line 1629) | func (x *Method) GetRule() *MethodRule { type MethodRule (line 1636) | type MethodRule struct method Reset (line 1645) | func (x *MethodRule) Reset() { method String (line 1654) | func (x *MethodRule) String() string { method ProtoMessage (line 1658) | func (*MethodRule) ProtoMessage() {} method ProtoReflect (line 1660) | func (x *MethodRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1673) | func (*MethodRule) Descriptor() ([]byte, []int) { method GetTimeout (line 1677) | func (x *MethodRule) GetTimeout() *durationpb.Duration { method GetResponseId (line 1684) | func (x *MethodRule) GetResponseId() string { type Message (line 1691) | type Message struct method Reset (line 1708) | func (x *Message) Reset() { method String (line 1717) | func (x *Message) String() string { method ProtoMessage (line 1721) | func (*Message) ProtoMessage() {} method ProtoReflect (line 1723) | func (x *Message) ProtoReflect() protoreflect.Message { method Descriptor (line 1736) | func (*Message) Descriptor() ([]byte, []int) { method GetId (line 1740) | func (x *Message) GetId() string { method GetName (line 1747) | func (x *Message) GetName() string { method GetIsMapEntry (line 1754) | func (x *Message) GetIsMapEntry() bool { method GetFileId (line 1761) | func (x *Message) GetFileId() string { method GetParentMessageId (line 1768) | func (x *Message) GetParentMessageId() string { method GetNestedMessageIds (line 1775) | func (x *Message) GetNestedMessageIds() []string { method GetEnumIds (line 1782) | func (x *Message) GetEnumIds() []string { method GetFieldIds (line 1789) | func (x *Message) GetFieldIds() []string { method GetOneofIds (line 1796) | func (x *Message) GetOneofIds() []string { method GetRule (line 1803) | func (x *Message) GetRule() *MessageRule { type MessageRule (line 1810) | type MessageRule struct method Reset (line 1821) | func (x *MessageRule) Reset() { method String (line 1830) | func (x *MessageRule) String() string { method ProtoMessage (line 1834) | func (*MessageRule) ProtoMessage() {} method ProtoReflect (line 1836) | func (x *MessageRule) ProtoReflect() protoreflect.Message { method Descriptor (line 1849) | func (*MessageRule) Descriptor() ([]byte, []int) { method GetMessageArgumentId (line 1853) | func (x *MessageRule) GetMessageArgumentId() string { method GetCustomResolver (line 1860) | func (x *MessageRule) GetCustomResolver() bool { method GetAliasIds (line 1867) | func (x *MessageRule) GetAliasIds() []string { method GetDefSet (line 1874) | func (x *MessageRule) GetDefSet() *VariableDefinitionSet { type VariableDefinitionSet (line 1881) | type VariableDefinitionSet struct method Reset (line 1891) | func (x *VariableDefinitionSet) Reset() { method String (line 1900) | func (x *VariableDefinitionSet) String() string { method ProtoMessage (line 1904) | func (*VariableDefinitionSet) ProtoMessage() {} method ProtoReflect (line 1906) | func (x *VariableDefinitionSet) ProtoReflect() protoreflect.Message { method Descriptor (line 1919) | func (*VariableDefinitionSet) Descriptor() ([]byte, []int) { method GetVariableDefinitionIds (line 1923) | func (x *VariableDefinitionSet) GetVariableDefinitionIds() []string { method GetVariableDefinitionGroupIds (line 1930) | func (x *VariableDefinitionSet) GetVariableDefinitionGroupIds() []stri... method GetDependencyGraphId (line 1937) | func (x *VariableDefinitionSet) GetDependencyGraphId() string { type VariableDefinition (line 1944) | type VariableDefinition struct method Reset (line 1958) | func (x *VariableDefinition) Reset() { method String (line 1967) | func (x *VariableDefinition) String() string { method ProtoMessage (line 1971) | func (*VariableDefinition) ProtoMessage() {} method ProtoReflect (line 1973) | func (x *VariableDefinition) ProtoReflect() protoreflect.Message { method Descriptor (line 1986) | func (*VariableDefinition) Descriptor() ([]byte, []int) { method GetId (line 1990) | func (x *VariableDefinition) GetId() string { method GetIndex (line 1997) | func (x *VariableDefinition) GetIndex() int64 { method GetName (line 2004) | func (x *VariableDefinition) GetName() string { method GetIf (line 2011) | func (x *VariableDefinition) GetIf() *CELValue { method GetAutoBind (line 2018) | func (x *VariableDefinition) GetAutoBind() bool { method GetUsed (line 2025) | func (x *VariableDefinition) GetUsed() bool { method GetExpr (line 2032) | func (x *VariableDefinition) GetExpr() *VariableExpr { type Field (line 2039) | type Field struct method Reset (line 2052) | func (x *Field) Reset() { method String (line 2061) | func (x *Field) String() string { method ProtoMessage (line 2065) | func (*Field) ProtoMessage() {} method ProtoReflect (line 2067) | func (x *Field) ProtoReflect() protoreflect.Message { method Descriptor (line 2080) | func (*Field) Descriptor() ([]byte, []int) { method GetId (line 2084) | func (x *Field) GetId() string { method GetName (line 2091) | func (x *Field) GetName() string { method GetType (line 2098) | func (x *Field) GetType() *Type { method GetOneofId (line 2105) | func (x *Field) GetOneofId() string { method GetRule (line 2112) | func (x *Field) GetRule() *FieldRule { method GetMessageId (line 2119) | func (x *Field) GetMessageId() string { type FieldRule (line 2126) | type FieldRule struct method Reset (line 2139) | func (x *FieldRule) Reset() { method String (line 2148) | func (x *FieldRule) String() string { method ProtoMessage (line 2152) | func (*FieldRule) ProtoMessage() {} method ProtoReflect (line 2154) | func (x *FieldRule) ProtoReflect() protoreflect.Message { method Descriptor (line 2167) | func (*FieldRule) Descriptor() ([]byte, []int) { method GetValue (line 2171) | func (x *FieldRule) GetValue() *Value { method GetCustomResolver (line 2178) | func (x *FieldRule) GetCustomResolver() bool { method GetMessageCustomResolver (line 2185) | func (x *FieldRule) GetMessageCustomResolver() bool { method GetAliasIds (line 2192) | func (x *FieldRule) GetAliasIds() []string { method GetAutoBindField (line 2199) | func (x *FieldRule) GetAutoBindField() *AutoBindField { method GetOneofRule (line 2206) | func (x *FieldRule) GetOneofRule() *FieldOneofRule { type AutoBindField (line 2213) | type AutoBindField struct method Reset (line 2222) | func (x *AutoBindField) Reset() { method String (line 2231) | func (x *AutoBindField) String() string { method ProtoMessage (line 2235) | func (*AutoBindField) ProtoMessage() {} method ProtoReflect (line 2237) | func (x *AutoBindField) ProtoReflect() protoreflect.Message { method Descriptor (line 2250) | func (*AutoBindField) Descriptor() ([]byte, []int) { method GetVariableDefinitionId (line 2254) | func (x *AutoBindField) GetVariableDefinitionId() string { method GetFieldId (line 2261) | func (x *AutoBindField) GetFieldId() string { type FieldOneofRule (line 2268) | type FieldOneofRule struct method Reset (line 2279) | func (x *FieldOneofRule) Reset() { method String (line 2288) | func (x *FieldOneofRule) String() string { method ProtoMessage (line 2292) | func (*FieldOneofRule) ProtoMessage() {} method ProtoReflect (line 2294) | func (x *FieldOneofRule) ProtoReflect() protoreflect.Message { method Descriptor (line 2307) | func (*FieldOneofRule) Descriptor() ([]byte, []int) { method GetIf (line 2311) | func (x *FieldOneofRule) GetIf() *CELValue { method GetDefault (line 2318) | func (x *FieldOneofRule) GetDefault() bool { method GetBy (line 2325) | func (x *FieldOneofRule) GetBy() *CELValue { method GetDefSet (line 2332) | func (x *FieldOneofRule) GetDefSet() *VariableDefinitionSet { type VariableDefinitionGroup (line 2339) | type VariableDefinitionGroup struct method Reset (line 2352) | func (x *VariableDefinitionGroup) Reset() { method String (line 2361) | func (x *VariableDefinitionGroup) String() string { method ProtoMessage (line 2365) | func (*VariableDefinitionGroup) ProtoMessage() {} method ProtoReflect (line 2367) | func (x *VariableDefinitionGroup) ProtoReflect() protoreflect.Message { method Descriptor (line 2380) | func (*VariableDefinitionGroup) Descriptor() ([]byte, []int) { method GetId (line 2384) | func (x *VariableDefinitionGroup) GetId() string { method GetGroup (line 2391) | func (m *VariableDefinitionGroup) GetGroup() isVariableDefinitionGroup... method GetSequential (line 2398) | func (x *VariableDefinitionGroup) GetSequential() *SequentialVariableD... method GetConcurrent (line 2405) | func (x *VariableDefinitionGroup) GetConcurrent() *ConcurrentVariableD... type isVariableDefinitionGroup_Group (line 2412) | type isVariableDefinitionGroup_Group interface type VariableDefinitionGroup_Sequential (line 2416) | type VariableDefinitionGroup_Sequential struct method isVariableDefinitionGroup_Group (line 2424) | func (*VariableDefinitionGroup_Sequential) isVariableDefinitionGroup_G... type VariableDefinitionGroup_Concurrent (line 2420) | type VariableDefinitionGroup_Concurrent struct method isVariableDefinitionGroup_Group (line 2426) | func (*VariableDefinitionGroup_Concurrent) isVariableDefinitionGroup_G... type SequentialVariableDefinitionGroup (line 2428) | type SequentialVariableDefinitionGroup struct method Reset (line 2437) | func (x *SequentialVariableDefinitionGroup) Reset() { method String (line 2446) | func (x *SequentialVariableDefinitionGroup) String() string { method ProtoMessage (line 2450) | func (*SequentialVariableDefinitionGroup) ProtoMessage() {} method ProtoReflect (line 2452) | func (x *SequentialVariableDefinitionGroup) ProtoReflect() protoreflec... method Descriptor (line 2465) | func (*SequentialVariableDefinitionGroup) Descriptor() ([]byte, []int) { method GetStart (line 2469) | func (x *SequentialVariableDefinitionGroup) GetStart() string { method GetEnd (line 2476) | func (x *SequentialVariableDefinitionGroup) GetEnd() string { type ConcurrentVariableDefinitionGroup (line 2483) | type ConcurrentVariableDefinitionGroup struct method Reset (line 2492) | func (x *ConcurrentVariableDefinitionGroup) Reset() { method String (line 2501) | func (x *ConcurrentVariableDefinitionGroup) String() string { method ProtoMessage (line 2505) | func (*ConcurrentVariableDefinitionGroup) ProtoMessage() {} method ProtoReflect (line 2507) | func (x *ConcurrentVariableDefinitionGroup) ProtoReflect() protoreflec... method Descriptor (line 2520) | func (*ConcurrentVariableDefinitionGroup) Descriptor() ([]byte, []int) { method GetStarts (line 2524) | func (x *ConcurrentVariableDefinitionGroup) GetStarts() []string { method GetEnd (line 2531) | func (x *ConcurrentVariableDefinitionGroup) GetEnd() string { type MessageDependencyGraph (line 2538) | type MessageDependencyGraph struct method Reset (line 2547) | func (x *MessageDependencyGraph) Reset() { method String (line 2556) | func (x *MessageDependencyGraph) String() string { method ProtoMessage (line 2560) | func (*MessageDependencyGraph) ProtoMessage() {} method ProtoReflect (line 2562) | func (x *MessageDependencyGraph) ProtoReflect() protoreflect.Message { method Descriptor (line 2575) | func (*MessageDependencyGraph) Descriptor() ([]byte, []int) { method GetId (line 2579) | func (x *MessageDependencyGraph) GetId() string { method GetRootNodeIds (line 2586) | func (x *MessageDependencyGraph) GetRootNodeIds() []string { type MessageDependencyGraphNode (line 2593) | type MessageDependencyGraphNode struct method Reset (line 2604) | func (x *MessageDependencyGraphNode) Reset() { method String (line 2613) | func (x *MessageDependencyGraphNode) String() string { method ProtoMessage (line 2617) | func (*MessageDependencyGraphNode) ProtoMessage() {} method ProtoReflect (line 2619) | func (x *MessageDependencyGraphNode) ProtoReflect() protoreflect.Messa... method Descriptor (line 2632) | func (*MessageDependencyGraphNode) Descriptor() ([]byte, []int) { method GetId (line 2636) | func (x *MessageDependencyGraphNode) GetId() string { method GetChildIds (line 2643) | func (x *MessageDependencyGraphNode) GetChildIds() []string { method GetBaseMessageId (line 2650) | func (x *MessageDependencyGraphNode) GetBaseMessageId() string { method GetVariableDefinitionId (line 2657) | func (x *MessageDependencyGraphNode) GetVariableDefinitionId() string { type VariableExpr (line 2664) | type VariableExpr struct method Reset (line 2682) | func (x *VariableExpr) Reset() { method String (line 2691) | func (x *VariableExpr) String() string { method ProtoMessage (line 2695) | func (*VariableExpr) ProtoMessage() {} method ProtoReflect (line 2697) | func (x *VariableExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 2710) | func (*VariableExpr) Descriptor() ([]byte, []int) { method GetType (line 2714) | func (x *VariableExpr) GetType() *Type { method GetExpr (line 2721) | func (m *VariableExpr) GetExpr() isVariableExpr_Expr { method GetBy (line 2728) | func (x *VariableExpr) GetBy() *CELValue { method GetMap (line 2735) | func (x *VariableExpr) GetMap() *MapExpr { method GetCall (line 2742) | func (x *VariableExpr) GetCall() *CallExpr { method GetMessage (line 2749) | func (x *VariableExpr) GetMessage() *MessageExpr { method GetValidation (line 2756) | func (x *VariableExpr) GetValidation() *ValidationExpr { method GetEnum (line 2763) | func (x *VariableExpr) GetEnum() *EnumExpr { method GetSwitch (line 2770) | func (x *VariableExpr) GetSwitch() *SwitchExpr { type isVariableExpr_Expr (line 2777) | type isVariableExpr_Expr interface type VariableExpr_By (line 2781) | type VariableExpr_By struct method isVariableExpr_Expr (line 2809) | func (*VariableExpr_By) isVariableExpr_Expr() {} type VariableExpr_Map (line 2785) | type VariableExpr_Map struct method isVariableExpr_Expr (line 2811) | func (*VariableExpr_Map) isVariableExpr_Expr() {} type VariableExpr_Call (line 2789) | type VariableExpr_Call struct method isVariableExpr_Expr (line 2813) | func (*VariableExpr_Call) isVariableExpr_Expr() {} type VariableExpr_Message (line 2793) | type VariableExpr_Message struct method isVariableExpr_Expr (line 2815) | func (*VariableExpr_Message) isVariableExpr_Expr() {} type VariableExpr_Validation (line 2797) | type VariableExpr_Validation struct method isVariableExpr_Expr (line 2817) | func (*VariableExpr_Validation) isVariableExpr_Expr() {} type VariableExpr_Enum (line 2801) | type VariableExpr_Enum struct method isVariableExpr_Expr (line 2819) | func (*VariableExpr_Enum) isVariableExpr_Expr() {} type VariableExpr_Switch (line 2805) | type VariableExpr_Switch struct method isVariableExpr_Expr (line 2821) | func (*VariableExpr_Switch) isVariableExpr_Expr() {} type Type (line 2823) | type Type struct method Reset (line 2839) | func (x *Type) Reset() { method String (line 2848) | func (x *Type) String() string { method ProtoMessage (line 2852) | func (*Type) ProtoMessage() {} method ProtoReflect (line 2854) | func (x *Type) ProtoReflect() protoreflect.Message { method Descriptor (line 2867) | func (*Type) Descriptor() ([]byte, []int) { method GetKind (line 2871) | func (x *Type) GetKind() TypeKind { method GetRepeated (line 2878) | func (x *Type) GetRepeated() bool { method GetIsNull (line 2885) | func (x *Type) GetIsNull() bool { method GetRef (line 2892) | func (m *Type) GetRef() isType_Ref { method GetMessageId (line 2899) | func (x *Type) GetMessageId() string { method GetEnumId (line 2906) | func (x *Type) GetEnumId() string { method GetOneofFieldId (line 2913) | func (x *Type) GetOneofFieldId() string { type isType_Ref (line 2920) | type isType_Ref interface type Type_MessageId (line 2924) | type Type_MessageId struct method isType_Ref (line 2936) | func (*Type_MessageId) isType_Ref() {} type Type_EnumId (line 2928) | type Type_EnumId struct method isType_Ref (line 2938) | func (*Type_EnumId) isType_Ref() {} type Type_OneofFieldId (line 2932) | type Type_OneofFieldId struct method isType_Ref (line 2940) | func (*Type_OneofFieldId) isType_Ref() {} type CELValue (line 2942) | type CELValue struct method Reset (line 2951) | func (x *CELValue) Reset() { method String (line 2960) | func (x *CELValue) String() string { method ProtoMessage (line 2964) | func (*CELValue) ProtoMessage() {} method ProtoReflect (line 2966) | func (x *CELValue) ProtoReflect() protoreflect.Message { method Descriptor (line 2979) | func (*CELValue) Descriptor() ([]byte, []int) { method GetExpr (line 2983) | func (x *CELValue) GetExpr() string { method GetOut (line 2990) | func (x *CELValue) GetOut() *Type { type MapExpr (line 2997) | type MapExpr struct method Reset (line 3006) | func (x *MapExpr) Reset() { method String (line 3015) | func (x *MapExpr) String() string { method ProtoMessage (line 3019) | func (*MapExpr) ProtoMessage() {} method ProtoReflect (line 3021) | func (x *MapExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3034) | func (*MapExpr) Descriptor() ([]byte, []int) { method GetIterator (line 3038) | func (x *MapExpr) GetIterator() *Iterator { method GetExpr (line 3045) | func (x *MapExpr) GetExpr() *MapIteratorExpr { type Iterator (line 3052) | type Iterator struct method Reset (line 3061) | func (x *Iterator) Reset() { method String (line 3070) | func (x *Iterator) String() string { method ProtoMessage (line 3074) | func (*Iterator) ProtoMessage() {} method ProtoReflect (line 3076) | func (x *Iterator) ProtoReflect() protoreflect.Message { method Descriptor (line 3089) | func (*Iterator) Descriptor() ([]byte, []int) { method GetName (line 3093) | func (x *Iterator) GetName() string { method GetSourceId (line 3100) | func (x *Iterator) GetSourceId() string { type MapIteratorExpr (line 3107) | type MapIteratorExpr struct method Reset (line 3121) | func (x *MapIteratorExpr) Reset() { method String (line 3130) | func (x *MapIteratorExpr) String() string { method ProtoMessage (line 3134) | func (*MapIteratorExpr) ProtoMessage() {} method ProtoReflect (line 3136) | func (x *MapIteratorExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3149) | func (*MapIteratorExpr) Descriptor() ([]byte, []int) { method GetType (line 3153) | func (x *MapIteratorExpr) GetType() *Type { method GetExpr (line 3160) | func (m *MapIteratorExpr) GetExpr() isMapIteratorExpr_Expr { method GetBy (line 3167) | func (x *MapIteratorExpr) GetBy() *CELValue { method GetMessage (line 3174) | func (x *MapIteratorExpr) GetMessage() *MessageExpr { method GetEnum (line 3181) | func (x *MapIteratorExpr) GetEnum() *EnumExpr { type isMapIteratorExpr_Expr (line 3188) | type isMapIteratorExpr_Expr interface type MapIteratorExpr_By (line 3192) | type MapIteratorExpr_By struct method isMapIteratorExpr_Expr (line 3204) | func (*MapIteratorExpr_By) isMapIteratorExpr_Expr() {} type MapIteratorExpr_Message (line 3196) | type MapIteratorExpr_Message struct method isMapIteratorExpr_Expr (line 3206) | func (*MapIteratorExpr_Message) isMapIteratorExpr_Expr() {} type MapIteratorExpr_Enum (line 3200) | type MapIteratorExpr_Enum struct method isMapIteratorExpr_Expr (line 3208) | func (*MapIteratorExpr_Enum) isMapIteratorExpr_Expr() {} type CallExpr (line 3210) | type CallExpr struct method Reset (line 3224) | func (x *CallExpr) Reset() { method String (line 3233) | func (x *CallExpr) String() string { method ProtoMessage (line 3237) | func (*CallExpr) ProtoMessage() {} method ProtoReflect (line 3239) | func (x *CallExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3252) | func (*CallExpr) Descriptor() ([]byte, []int) { method GetMethodId (line 3256) | func (x *CallExpr) GetMethodId() string { method GetRequest (line 3263) | func (x *CallExpr) GetRequest() *Request { method GetTimeout (line 3270) | func (x *CallExpr) GetTimeout() *durationpb.Duration { method GetRetry (line 3277) | func (x *CallExpr) GetRetry() *RetryPolicy { method GetErrors (line 3284) | func (x *CallExpr) GetErrors() []*GRPCError { method GetOption (line 3291) | func (x *CallExpr) GetOption() *GRPCCallOption { method GetMetadata (line 3298) | func (x *CallExpr) GetMetadata() *CELValue { type RetryPolicy (line 3305) | type RetryPolicy struct method Reset (line 3318) | func (x *RetryPolicy) Reset() { method String (line 3327) | func (x *RetryPolicy) String() string { method ProtoMessage (line 3331) | func (*RetryPolicy) ProtoMessage() {} method ProtoReflect (line 3333) | func (x *RetryPolicy) ProtoReflect() protoreflect.Message { method Descriptor (line 3346) | func (*RetryPolicy) Descriptor() ([]byte, []int) { method GetPolicy (line 3350) | func (m *RetryPolicy) GetPolicy() isRetryPolicy_Policy { method GetConstant (line 3357) | func (x *RetryPolicy) GetConstant() *RetryPolicyConstant { method GetExponential (line 3364) | func (x *RetryPolicy) GetExponential() *RetryPolicyExponential { method GetIf (line 3371) | func (x *RetryPolicy) GetIf() *CELValue { type isRetryPolicy_Policy (line 3378) | type isRetryPolicy_Policy interface type RetryPolicy_Constant (line 3382) | type RetryPolicy_Constant struct method isRetryPolicy_Policy (line 3390) | func (*RetryPolicy_Constant) isRetryPolicy_Policy() {} type RetryPolicy_Exponential (line 3386) | type RetryPolicy_Exponential struct method isRetryPolicy_Policy (line 3392) | func (*RetryPolicy_Exponential) isRetryPolicy_Policy() {} type RetryPolicyConstant (line 3394) | type RetryPolicyConstant struct method Reset (line 3403) | func (x *RetryPolicyConstant) Reset() { method String (line 3412) | func (x *RetryPolicyConstant) String() string { method ProtoMessage (line 3416) | func (*RetryPolicyConstant) ProtoMessage() {} method ProtoReflect (line 3418) | func (x *RetryPolicyConstant) ProtoReflect() protoreflect.Message { method Descriptor (line 3431) | func (*RetryPolicyConstant) Descriptor() ([]byte, []int) { method GetInterval (line 3435) | func (x *RetryPolicyConstant) GetInterval() *durationpb.Duration { method GetMaxRetries (line 3442) | func (x *RetryPolicyConstant) GetMaxRetries() uint64 { type RetryPolicyExponential (line 3449) | type RetryPolicyExponential struct method Reset (line 3462) | func (x *RetryPolicyExponential) Reset() { method String (line 3471) | func (x *RetryPolicyExponential) String() string { method ProtoMessage (line 3475) | func (*RetryPolicyExponential) ProtoMessage() {} method ProtoReflect (line 3477) | func (x *RetryPolicyExponential) ProtoReflect() protoreflect.Message { method Descriptor (line 3490) | func (*RetryPolicyExponential) Descriptor() ([]byte, []int) { method GetInitialInterval (line 3494) | func (x *RetryPolicyExponential) GetInitialInterval() *durationpb.Dura... method GetRandomizationFactor (line 3501) | func (x *RetryPolicyExponential) GetRandomizationFactor() float64 { method GetMultiplier (line 3508) | func (x *RetryPolicyExponential) GetMultiplier() float64 { method GetMaxInterval (line 3515) | func (x *RetryPolicyExponential) GetMaxInterval() *durationpb.Duration { method GetMaxRetries (line 3522) | func (x *RetryPolicyExponential) GetMaxRetries() uint64 { method GetMaxElapsedTime (line 3529) | func (x *RetryPolicyExponential) GetMaxElapsedTime() *durationpb.Durat... type Request (line 3536) | type Request struct method Reset (line 3545) | func (x *Request) Reset() { method String (line 3554) | func (x *Request) String() string { method ProtoMessage (line 3558) | func (*Request) ProtoMessage() {} method ProtoReflect (line 3560) | func (x *Request) ProtoReflect() protoreflect.Message { method Descriptor (line 3573) | func (*Request) Descriptor() ([]byte, []int) { method GetArgs (line 3577) | func (x *Request) GetArgs() []*Argument { method GetTypeId (line 3584) | func (x *Request) GetTypeId() string { type MessageExpr (line 3591) | type MessageExpr struct method Reset (line 3600) | func (x *MessageExpr) Reset() { method String (line 3609) | func (x *MessageExpr) String() string { method ProtoMessage (line 3613) | func (*MessageExpr) ProtoMessage() {} method ProtoReflect (line 3615) | func (x *MessageExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3628) | func (*MessageExpr) Descriptor() ([]byte, []int) { method GetMessageId (line 3632) | func (x *MessageExpr) GetMessageId() string { method GetArgs (line 3639) | func (x *MessageExpr) GetArgs() []*Argument { type EnumExpr (line 3646) | type EnumExpr struct method Reset (line 3655) | func (x *EnumExpr) Reset() { method String (line 3664) | func (x *EnumExpr) String() string { method ProtoMessage (line 3668) | func (*EnumExpr) ProtoMessage() {} method ProtoReflect (line 3670) | func (x *EnumExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3683) | func (*EnumExpr) Descriptor() ([]byte, []int) { method GetEnumId (line 3687) | func (x *EnumExpr) GetEnumId() string { method GetBy (line 3694) | func (x *EnumExpr) GetBy() *CELValue { type Argument (line 3701) | type Argument struct method Reset (line 3712) | func (x *Argument) Reset() { method String (line 3721) | func (x *Argument) String() string { method ProtoMessage (line 3725) | func (*Argument) ProtoMessage() {} method ProtoReflect (line 3727) | func (x *Argument) ProtoReflect() protoreflect.Message { method Descriptor (line 3740) | func (*Argument) Descriptor() ([]byte, []int) { method GetName (line 3744) | func (x *Argument) GetName() string { method GetType (line 3751) | func (x *Argument) GetType() *Type { method GetValue (line 3758) | func (x *Argument) GetValue() *Value { method GetIf (line 3765) | func (x *Argument) GetIf() *CELValue { type Value (line 3772) | type Value struct method Reset (line 3781) | func (x *Value) Reset() { method String (line 3790) | func (x *Value) String() string { method ProtoMessage (line 3794) | func (*Value) ProtoMessage() {} method ProtoReflect (line 3796) | func (x *Value) ProtoReflect() protoreflect.Message { method Descriptor (line 3809) | func (*Value) Descriptor() ([]byte, []int) { method GetInline (line 3813) | func (x *Value) GetInline() bool { method GetCel (line 3820) | func (x *Value) GetCel() *CELValue { type SwitchExpr (line 3827) | type SwitchExpr struct method Reset (line 3837) | func (x *SwitchExpr) Reset() { method String (line 3846) | func (x *SwitchExpr) String() string { method ProtoMessage (line 3850) | func (*SwitchExpr) ProtoMessage() {} method ProtoReflect (line 3852) | func (x *SwitchExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 3865) | func (*SwitchExpr) Descriptor() ([]byte, []int) { method GetType (line 3869) | func (x *SwitchExpr) GetType() *Type { method GetCases (line 3876) | func (x *SwitchExpr) GetCases() []*SwitchCase { method GetDefault (line 3883) | func (x *SwitchExpr) GetDefault() *SwitchDefault { type SwitchCase (line 3890) | type SwitchCase struct method Reset (line 3900) | func (x *SwitchCase) Reset() { method String (line 3909) | func (x *SwitchCase) String() string { method ProtoMessage (line 3913) | func (*SwitchCase) ProtoMessage() {} method ProtoReflect (line 3915) | func (x *SwitchCase) ProtoReflect() protoreflect.Message { method Descriptor (line 3928) | func (*SwitchCase) Descriptor() ([]byte, []int) { method GetIf (line 3932) | func (x *SwitchCase) GetIf() *CELValue { method GetBy (line 3939) | func (x *SwitchCase) GetBy() *CELValue { method GetDefSet (line 3946) | func (x *SwitchCase) GetDefSet() *VariableDefinitionSet { type SwitchDefault (line 3953) | type SwitchDefault struct method Reset (line 3962) | func (x *SwitchDefault) Reset() { method String (line 3971) | func (x *SwitchDefault) String() string { method ProtoMessage (line 3975) | func (*SwitchDefault) ProtoMessage() {} method ProtoReflect (line 3977) | func (x *SwitchDefault) ProtoReflect() protoreflect.Message { method Descriptor (line 3990) | func (*SwitchDefault) Descriptor() ([]byte, []int) { method GetBy (line 3994) | func (x *SwitchDefault) GetBy() *CELValue { method GetDefSet (line 4001) | func (x *SwitchDefault) GetDefSet() *VariableDefinitionSet { type ValidationExpr (line 4008) | type ValidationExpr struct method Reset (line 4017) | func (x *ValidationExpr) Reset() { method String (line 4026) | func (x *ValidationExpr) String() string { method ProtoMessage (line 4030) | func (*ValidationExpr) ProtoMessage() {} method ProtoReflect (line 4032) | func (x *ValidationExpr) ProtoReflect() protoreflect.Message { method Descriptor (line 4045) | func (*ValidationExpr) Descriptor() ([]byte, []int) { method GetName (line 4049) | func (x *ValidationExpr) GetName() string { method GetError (line 4056) | func (x *ValidationExpr) GetError() *GRPCError { type GRPCError (line 4063) | type GRPCError struct method Reset (line 4078) | func (x *GRPCError) Reset() { method String (line 4087) | func (x *GRPCError) String() string { method ProtoMessage (line 4091) | func (*GRPCError) ProtoMessage() {} method ProtoReflect (line 4093) | func (x *GRPCError) ProtoReflect() protoreflect.Message { method Descriptor (line 4106) | func (*GRPCError) Descriptor() ([]byte, []int) { method GetDefSet (line 4110) | func (x *GRPCError) GetDefSet() *VariableDefinitionSet { method GetIf (line 4117) | func (x *GRPCError) GetIf() *CELValue { method GetCode (line 4124) | func (x *GRPCError) GetCode() code.Code { method GetMessage (line 4131) | func (x *GRPCError) GetMessage() *CELValue { method GetDetails (line 4138) | func (x *GRPCError) GetDetails() []*GRPCErrorDetail { method GetIgnore (line 4145) | func (x *GRPCError) GetIgnore() bool { method GetIgnoreAndResponse (line 4152) | func (x *GRPCError) GetIgnoreAndResponse() *CELValue { method GetLogLevel (line 4159) | func (x *GRPCError) GetLogLevel() int32 { type GRPCErrorDetail (line 4166) | type GRPCErrorDetail struct method Reset (line 4180) | func (x *GRPCErrorDetail) Reset() { method String (line 4189) | func (x *GRPCErrorDetail) String() string { method ProtoMessage (line 4193) | func (*GRPCErrorDetail) ProtoMessage() {} method ProtoReflect (line 4195) | func (x *GRPCErrorDetail) ProtoReflect() protoreflect.Message { method Descriptor (line 4208) | func (*GRPCErrorDetail) Descriptor() ([]byte, []int) { method GetDefSet (line 4212) | func (x *GRPCErrorDetail) GetDefSet() *VariableDefinitionSet { method GetIf (line 4219) | func (x *GRPCErrorDetail) GetIf() *CELValue { method GetMessages (line 4226) | func (x *GRPCErrorDetail) GetMessages() *VariableDefinitionSet { method GetPreconditionFailures (line 4233) | func (x *GRPCErrorDetail) GetPreconditionFailures() []*PreconditionFai... method GetBadRequests (line 4240) | func (x *GRPCErrorDetail) GetBadRequests() []*BadRequest { method GetLocalizedMessages (line 4247) | func (x *GRPCErrorDetail) GetLocalizedMessages() []*LocalizedMessage { method GetBy (line 4254) | func (x *GRPCErrorDetail) GetBy() []*CELValue { type PreconditionFailure (line 4261) | type PreconditionFailure struct method Reset (line 4269) | func (x *PreconditionFailure) Reset() { method String (line 4278) | func (x *PreconditionFailure) String() string { method ProtoMessage (line 4282) | func (*PreconditionFailure) ProtoMessage() {} method ProtoReflect (line 4284) | func (x *PreconditionFailure) ProtoReflect() protoreflect.Message { method Descriptor (line 4297) | func (*PreconditionFailure) Descriptor() ([]byte, []int) { method GetViolations (line 4301) | func (x *PreconditionFailure) GetViolations() []*PreconditionFailureVi... type PreconditionFailureViolation (line 4308) | type PreconditionFailureViolation struct method Reset (line 4318) | func (x *PreconditionFailureViolation) Reset() { method String (line 4327) | func (x *PreconditionFailureViolation) String() string { method ProtoMessage (line 4331) | func (*PreconditionFailureViolation) ProtoMessage() {} method ProtoReflect (line 4333) | func (x *PreconditionFailureViolation) ProtoReflect() protoreflect.Mes... method Descriptor (line 4346) | func (*PreconditionFailureViolation) Descriptor() ([]byte, []int) { method GetType (line 4350) | func (x *PreconditionFailureViolation) GetType() *CELValue { method GetSubject (line 4357) | func (x *PreconditionFailureViolation) GetSubject() *CELValue { method GetDescription (line 4364) | func (x *PreconditionFailureViolation) GetDescription() *CELValue { type BadRequest (line 4371) | type BadRequest struct method Reset (line 4379) | func (x *BadRequest) Reset() { method String (line 4388) | func (x *BadRequest) String() string { method ProtoMessage (line 4392) | func (*BadRequest) ProtoMessage() {} method ProtoReflect (line 4394) | func (x *BadRequest) ProtoReflect() protoreflect.Message { method Descriptor (line 4407) | func (*BadRequest) Descriptor() ([]byte, []int) { method GetFieldViolations (line 4411) | func (x *BadRequest) GetFieldViolations() []*BadRequestFieldViolation { type BadRequestFieldViolation (line 4418) | type BadRequestFieldViolation struct method Reset (line 4427) | func (x *BadRequestFieldViolation) Reset() { method String (line 4436) | func (x *BadRequestFieldViolation) String() string { method ProtoMessage (line 4440) | func (*BadRequestFieldViolation) ProtoMessage() {} method ProtoReflect (line 4442) | func (x *BadRequestFieldViolation) ProtoReflect() protoreflect.Message { method Descriptor (line 4455) | func (*BadRequestFieldViolation) Descriptor() ([]byte, []int) { method GetField (line 4459) | func (x *BadRequestFieldViolation) GetField() *CELValue { method GetDescription (line 4466) | func (x *BadRequestFieldViolation) GetDescription() *CELValue { type LocalizedMessage (line 4473) | type LocalizedMessage struct method Reset (line 4482) | func (x *LocalizedMessage) Reset() { method String (line 4491) | func (x *LocalizedMessage) String() string { method ProtoMessage (line 4495) | func (*LocalizedMessage) ProtoMessage() {} method ProtoReflect (line 4497) | func (x *LocalizedMessage) ProtoReflect() protoreflect.Message { method Descriptor (line 4510) | func (*LocalizedMessage) Descriptor() ([]byte, []int) { method GetLocale (line 4514) | func (x *LocalizedMessage) GetLocale() string { method GetMessage (line 4521) | func (x *LocalizedMessage) GetMessage() *CELValue { type GRPCCallOption (line 4528) | type GRPCCallOption struct method Reset (line 4542) | func (x *GRPCCallOption) Reset() { method String (line 4551) | func (x *GRPCCallOption) String() string { method ProtoMessage (line 4555) | func (*GRPCCallOption) ProtoMessage() {} method ProtoReflect (line 4557) | func (x *GRPCCallOption) ProtoReflect() protoreflect.Message { method Descriptor (line 4570) | func (*GRPCCallOption) Descriptor() ([]byte, []int) { method GetContentSubtype (line 4574) | func (x *GRPCCallOption) GetContentSubtype() string { method GetHeaderId (line 4581) | func (x *GRPCCallOption) GetHeaderId() string { method GetMaxCallRecvMsgSize (line 4588) | func (x *GRPCCallOption) GetMaxCallRecvMsgSize() int64 { method GetMaxCallSendMsgSize (line 4595) | func (x *GRPCCallOption) GetMaxCallSendMsgSize() int64 { method GetStaticMethod (line 4602) | func (x *GRPCCallOption) GetStaticMethod() bool { method GetTrailerId (line 4609) | func (x *GRPCCallOption) GetTrailerId() string { method GetWaitForReady (line 4616) | func (x *GRPCCallOption) GetWaitForReady() bool { type Oneof (line 4623) | type Oneof struct method Reset (line 4634) | func (x *Oneof) Reset() { method String (line 4643) | func (x *Oneof) String() string { method ProtoMessage (line 4647) | func (*Oneof) ProtoMessage() {} method ProtoReflect (line 4649) | func (x *Oneof) ProtoReflect() protoreflect.Message { method Descriptor (line 4662) | func (*Oneof) Descriptor() ([]byte, []int) { method GetId (line 4666) | func (x *Oneof) GetId() string { method GetName (line 4673) | func (x *Oneof) GetName() string { method GetMessageId (line 4680) | func (x *Oneof) GetMessageId() string { method GetFieldIds (line 4687) | func (x *Oneof) GetFieldIds() []string { type Enum (line 4694) | type Enum struct method Reset (line 4707) | func (x *Enum) Reset() { method String (line 4716) | func (x *Enum) String() string { method ProtoMessage (line 4720) | func (*Enum) ProtoMessage() {} method ProtoReflect (line 4722) | func (x *Enum) ProtoReflect() protoreflect.Message { method Descriptor (line 4735) | func (*Enum) Descriptor() ([]byte, []int) { method GetId (line 4739) | func (x *Enum) GetId() string { method GetName (line 4746) | func (x *Enum) GetName() string { method GetValueIds (line 4753) | func (x *Enum) GetValueIds() []string { method GetMessageId (line 4760) | func (x *Enum) GetMessageId() string { method GetFileId (line 4767) | func (x *Enum) GetFileId() string { method GetRule (line 4774) | func (x *Enum) GetRule() *EnumRule { type EnumValue (line 4781) | type EnumValue struct method Reset (line 4792) | func (x *EnumValue) Reset() { method String (line 4801) | func (x *EnumValue) String() string { method ProtoMessage (line 4805) | func (*EnumValue) ProtoMessage() {} method ProtoReflect (line 4807) | func (x *EnumValue) ProtoReflect() protoreflect.Message { method Descriptor (line 4820) | func (*EnumValue) Descriptor() ([]byte, []int) { method GetId (line 4824) | func (x *EnumValue) GetId() string { method GetValue (line 4831) | func (x *EnumValue) GetValue() string { method GetEnumId (line 4838) | func (x *EnumValue) GetEnumId() string { method GetRule (line 4845) | func (x *EnumValue) GetRule() *EnumValueRule { type EnumRule (line 4852) | type EnumRule struct method Reset (line 4860) | func (x *EnumRule) Reset() { method String (line 4869) | func (x *EnumRule) String() string { method ProtoMessage (line 4873) | func (*EnumRule) ProtoMessage() {} method ProtoReflect (line 4875) | func (x *EnumRule) ProtoReflect() protoreflect.Message { method Descriptor (line 4888) | func (*EnumRule) Descriptor() ([]byte, []int) { method GetAliasIds (line 4892) | func (x *EnumRule) GetAliasIds() []string { type EnumValueRule (line 4899) | type EnumValueRule struct method Reset (line 4910) | func (x *EnumValueRule) Reset() { method String (line 4919) | func (x *EnumValueRule) String() string { method ProtoMessage (line 4923) | func (*EnumValueRule) ProtoMessage() {} method ProtoReflect (line 4925) | func (x *EnumValueRule) ProtoReflect() protoreflect.Message { method Descriptor (line 4938) | func (*EnumValueRule) Descriptor() ([]byte, []int) { method GetDefault (line 4942) | func (x *EnumValueRule) GetDefault() bool { method GetAliases (line 4949) | func (x *EnumValueRule) GetAliases() []*EnumValueAlias { method GetAttrs (line 4956) | func (x *EnumValueRule) GetAttrs() []*EnumValueAttribute { method GetNoalias (line 4963) | func (x *EnumValueRule) GetNoalias() bool { type EnumValueAlias (line 4970) | type EnumValueAlias struct method Reset (line 4979) | func (x *EnumValueAlias) Reset() { method String (line 4988) | func (x *EnumValueAlias) String() string { method ProtoMessage (line 4992) | func (*EnumValueAlias) ProtoMessage() {} method ProtoReflect (line 4994) | func (x *EnumValueAlias) ProtoReflect() protoreflect.Message { method Descriptor (line 5007) | func (*EnumValueAlias) Descriptor() ([]byte, []int) { method GetEnumAliasId (line 5011) | func (x *EnumValueAlias) GetEnumAliasId() string { method GetAliasIds (line 5018) | func (x *EnumValueAlias) GetAliasIds() []string { type EnumValueAttribute (line 5025) | type EnumValueAttribute struct method Reset (line 5034) | func (x *EnumValueAttribute) Reset() { method String (line 5043) | func (x *EnumValueAttribute) String() string { method ProtoMessage (line 5047) | func (*EnumValueAttribute) ProtoMessage() {} method ProtoReflect (line 5049) | func (x *EnumValueAttribute) ProtoReflect() protoreflect.Message { method Descriptor (line 5062) | func (*EnumValueAttribute) Descriptor() ([]byte, []int) { method GetName (line 5066) | func (x *EnumValueAttribute) GetName() string { method GetValue (line 5073) | func (x *EnumValueAttribute) GetValue() string { type CELPlugin (line 5080) | type CELPlugin struct method Reset (line 5091) | func (x *CELPlugin) Reset() { method String (line 5100) | func (x *CELPlugin) String() string { method ProtoMessage (line 5104) | func (*CELPlugin) ProtoMessage() {} method ProtoReflect (line 5106) | func (x *CELPlugin) ProtoReflect() protoreflect.Message { method Descriptor (line 5119) | func (*CELPlugin) Descriptor() ([]byte, []int) { method GetId (line 5123) | func (x *CELPlugin) GetId() string { method GetName (line 5130) | func (x *CELPlugin) GetName() string { method GetDescription (line 5137) | func (x *CELPlugin) GetDescription() string { method GetFunctions (line 5144) | func (x *CELPlugin) GetFunctions() []*CELFunction { type CELFunction (line 5151) | type CELFunction struct method Reset (line 5163) | func (x *CELFunction) Reset() { method String (line 5172) | func (x *CELFunction) String() string { method ProtoMessage (line 5176) | func (*CELFunction) ProtoMessage() {} method ProtoReflect (line 5178) | func (x *CELFunction) ProtoReflect() protoreflect.Message { method Descriptor (line 5191) | func (*CELFunction) Descriptor() ([]byte, []int) { method GetName (line 5195) | func (x *CELFunction) GetName() string { method GetId (line 5202) | func (x *CELFunction) GetId() string { method GetArgs (line 5209) | func (x *CELFunction) GetArgs() []*Type { method GetReturn (line 5216) | func (x *CELFunction) GetReturn() *Type { method GetReceiverId (line 5223) | func (x *CELFunction) GetReceiverId() string { type ProtoCodeGeneratorResponse_GeneratedCodeInfo (line 5230) | type ProtoCodeGeneratorResponse_GeneratedCodeInfo struct method Reset (line 5238) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) Reset() { method String (line 5247) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) String() string { method ProtoMessage (line 5251) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoMessage() {} method ProtoReflect (line 5253) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) ProtoReflect() ... method Descriptor (line 5266) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo) Descriptor() ([]b... method GetAnnotation (line 5270) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo) GetAnnotation()... type ProtoCodeGeneratorResponse_File (line 5277) | type ProtoCodeGeneratorResponse_File struct method Reset (line 5288) | func (x *ProtoCodeGeneratorResponse_File) Reset() { method String (line 5297) | func (x *ProtoCodeGeneratorResponse_File) String() string { method ProtoMessage (line 5301) | func (*ProtoCodeGeneratorResponse_File) ProtoMessage() {} method ProtoReflect (line 5303) | func (x *ProtoCodeGeneratorResponse_File) ProtoReflect() protoreflect.... method Descriptor (line 5316) | func (*ProtoCodeGeneratorResponse_File) Descriptor() ([]byte, []int) { method GetName (line 5320) | func (x *ProtoCodeGeneratorResponse_File) GetName() string { method GetInsertionPoint (line 5327) | func (x *ProtoCodeGeneratorResponse_File) GetInsertionPoint() string { method GetContent (line 5334) | func (x *ProtoCodeGeneratorResponse_File) GetContent() string { method GetGeneratedCodeInfo (line 5341) | func (x *ProtoCodeGeneratorResponse_File) GetGeneratedCodeInfo() *Prot... type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation (line 5348) | type ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation struct method Reset (line 5360) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Rese... method String (line 5369) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Stri... method ProtoMessage (line 5373) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) ProtoM... method ProtoReflect (line 5375) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Prot... method Descriptor (line 5388) | func (*ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) Descri... method GetPath (line 5392) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetP... method GetSourceFile (line 5399) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetS... method GetBegin (line 5406) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetB... method GetEnd (line 5413) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetE... method GetSemantic (line 5420) | func (x *ProtoCodeGeneratorResponse_GeneratedCodeInfo_Annotation) GetS... function file_grpc_federation_generator_proto_rawDescGZIP (line 6567) | func file_grpc_federation_generator_proto_rawDescGZIP() []byte { function init (line 6818) | func init() { file_grpc_federation_generator_proto_init() } function file_grpc_federation_generator_proto_init (line 6819) | func file_grpc_federation_generator_proto_init() { FILE: grpc/federation/generator/types.go type ActionType (line 10) | type ActionType constant KeepAction (line 13) | KeepAction ActionType = "keep" constant CreateAction (line 14) | CreateAction ActionType = "create" constant DeleteAction (line 15) | DeleteAction ActionType = "delete" constant UpdateAction (line 16) | UpdateAction ActionType = "update" constant ProtocAction (line 17) | ProtocAction ActionType = "protoc" type CodeGeneratorRequestConfig (line 20) | type CodeGeneratorRequestConfig struct type CodeGeneratorRequest (line 28) | type CodeGeneratorRequest struct FILE: grpc/federation/lib.go function WithTimeout (line 16) | func WithTimeout[T any](ctx context.Context, method string, timeout time... type BackOff (line 67) | type BackOff struct function NewConstantBackOff (line 71) | func NewConstantBackOff(d time.Duration) *BackOff { type ExponentialBackOffConfig (line 77) | type ExponentialBackOffConfig struct function NewExponentialBackOff (line 85) | func NewExponentialBackOff(cfg *ExponentialBackOffConfig) *BackOff { type RetryParam (line 97) | type RetryParam struct function WithRetry (line 105) | func WithRetry[T any](ctx context.Context, param *RetryParam[T]) (*T, er... function ToLogAttrKey (line 133) | func ToLogAttrKey(v any) string { FILE: grpc/federation/log/context.go type loggerKey (line 10) | type loggerKey struct type loggerRef (line 13) | type loggerRef struct function WithLogger (line 19) | func WithLogger(ctx context.Context, logger *slog.Logger, attrs ...slog.... function Logger (line 23) | func Logger(ctx context.Context) *slog.Logger { function Attrs (line 35) | func Attrs(ctx context.Context) []slog.Attr { function SetLogger (line 49) | func SetLogger(ctx context.Context, logger *slog.Logger) { function AddAttrs (line 61) | func AddAttrs(ctx context.Context, attrs []slog.Attr) { function AttrsToArgs (line 73) | func AttrsToArgs(attrs []slog.Attr) []any { FILE: grpc/federation/net/net.go function DefaultTransport (line 16) | func DefaultTransport() http.RoundTripper { FILE: grpc/federation/net/other.go function DefaultTransport (line 14) | func DefaultTransport() http.RoundTripper { FILE: grpc/federation/otel.go function RecordErrorToSpan (line 10) | func RecordErrorToSpan(ctx context.Context, err error) { FILE: grpc/federation/plugin.go type PluginHandler (line 7) | type PluginHandler function PluginMainLoop (line 9) | func PluginMainLoop(verSchema CELPluginVersionSchema, handler PluginHand... function WritePluginContent (line 11) | func WritePluginContent(content []byte) {} function ReadPluginContent (line 13) | func ReadPluginContent() string { FILE: grpc/federation/plugin_wasip1.go function grpc_federation_write (line 17) | func grpc_federation_write(ptr, size uint32) function grpc_federation_read_length (line 20) | func grpc_federation_read_length() uint32 function grpc_federation_read (line 23) | func grpc_federation_read(uint32) function writePluginContent (line 25) | func writePluginContent(content []byte) { function readPluginContent (line 36) | func readPluginContent() string { type PluginHandler (line 48) | type PluginHandler function PluginMainLoop (line 50) | func PluginMainLoop(verSchema CELPluginVersionSchema, handler PluginHand... function handlePluginFunc (line 78) | func handlePluginFunc(content string, handler PluginHandler) (res *CELPl... FILE: grpc/federation/trace/context.go type tracerKey (line 11) | type tracerKey struct function WithTracer (line 14) | func WithTracer(ctx context.Context, tracer trace.Tracer) context.Context { function Tracer (line 18) | func Tracer(ctx context.Context) trace.Tracer { function Trace (line 26) | func Trace(ctx context.Context, name string, opts ...trace.SpanStartOpti... FILE: grpc/federation/validation.go type PreconditionFailureViolation (line 12) | type PreconditionFailureViolation struct function PreconditionFailure (line 23) | func PreconditionFailure(ctx context.Context, value localValue, violatio... type BadRequestFieldViolation (line 85) | type BadRequestFieldViolation struct function BadRequest (line 93) | func BadRequest(ctx context.Context, value localValue, violations []*Bad... type LocalizedMessageParam (line 140) | type LocalizedMessageParam struct function LocalizedMessage (line 147) | func LocalizedMessage(ctx context.Context, param *LocalizedMessageParam)... type CustomMessageParam (line 166) | type CustomMessageParam struct function CustomMessage (line 173) | func CustomMessage(ctx context.Context, param *CustomMessageParam) proto... FILE: grpc/federation/version.go constant CELPluginProtocolVersion (line 9) | CELPluginProtocolVersion = cel.PluginProtocolVersion constant devVersion (line 13) | devVersion = "(devel)" function init (line 17) | func init() { FILE: grpc/federation/version_test.go function TestVersion (line 10) | func TestVersion(t *testing.T) { FILE: internal/testutil/builder.go type BuilderReferenceManager (line 18) | type BuilderReferenceManager struct method Type (line 28) | func (m *BuilderReferenceManager) Type(t *testing.T, pkg, typ string) ... method RepeatedType (line 40) | func (m *BuilderReferenceManager) RepeatedType(t *testing.T, pkgName, ... method Service (line 52) | func (m *BuilderReferenceManager) Service(t *testing.T, pkgName, svcNa... method Method (line 69) | func (m *BuilderReferenceManager) Method(t *testing.T, pkgName, svcNam... method Message (line 91) | func (m *BuilderReferenceManager) Message(t *testing.T, pkgName, msgNa... method message (line 108) | func (m *BuilderReferenceManager) message(msg *resolver.Message, pkgNa... method Field (line 120) | func (m *BuilderReferenceManager) Field(t *testing.T, pkgName, msgName... method Enum (line 129) | func (m *BuilderReferenceManager) Enum(t *testing.T, pkgName, enumName... method EnumValue (line 153) | func (m *BuilderReferenceManager) EnumValue(t *testing.T, pkgName, enu... function NewBuilderReferenceManager (line 22) | func NewBuilderReferenceManager(builders ...*FileBuilder) *BuilderRefere... type FileBuilder (line 162) | type FileBuilder struct method SetPackage (line 176) | func (b *FileBuilder) SetPackage(name string) *FileBuilder { method SetGoPackage (line 181) | func (b *FileBuilder) SetGoPackage(importPath, name string) *FileBuild... method Type (line 186) | func (b *FileBuilder) Type(t *testing.T, name string) *resolver.Type { method RepeatedType (line 195) | func (b *FileBuilder) RepeatedType(t *testing.T, name string) *resolve... method addType (line 204) | func (b *FileBuilder) addType(name string, typ *resolver.Type) { method AddService (line 215) | func (b *FileBuilder) AddService(svc *resolver.Service) *FileBuilder { method AddEnum (line 221) | func (b *FileBuilder) AddEnum(enum *resolver.Enum) *FileBuilder { method AddMessage (line 238) | func (b *FileBuilder) AddMessage(msg *resolver.Message) *FileBuilder { method Build (line 255) | func (b *FileBuilder) Build(t *testing.T) *resolver.File { function NewFileBuilder (line 168) | func NewFileBuilder(fileName string) *FileBuilder { type MessageBuilder (line 260) | type MessageBuilder struct method SetIsMapEntry (line 272) | func (b *MessageBuilder) SetIsMapEntry(v bool) *MessageBuilder { method AddMessage (line 277) | func (b *MessageBuilder) AddMessage(msg *resolver.Message) *MessageBui... method AddOneof (line 285) | func (b *MessageBuilder) AddOneof(oneof *resolver.Oneof) *MessageBuild... method AddEnum (line 299) | func (b *MessageBuilder) AddEnum(enum *resolver.Enum) *MessageBuilder { method getType (line 305) | func (b *MessageBuilder) getType(t *testing.T, name string) *resolver.... method AddField (line 324) | func (b *MessageBuilder) AddField(name string, typ *resolver.Type) *Me... method AddFieldWithOneof (line 329) | func (b *MessageBuilder) AddFieldWithOneof(name string, typ *resolver.... method AddFieldWithSelfType (line 334) | func (b *MessageBuilder) AddFieldWithSelfType(name string, isRepeated ... method AddFieldWithTypeName (line 340) | func (b *MessageBuilder) AddFieldWithTypeName(t *testing.T, name, type... method AddFieldWithTypeNameAndAlias (line 349) | func (b *MessageBuilder) AddFieldWithTypeNameAndAlias(t *testing.T, na... method AddFieldWithTypeNameAndAutoBind (line 358) | func (b *MessageBuilder) AddFieldWithTypeNameAndAutoBind(t *testing.T,... method AddFieldWithAutoBind (line 379) | func (b *MessageBuilder) AddFieldWithAutoBind(name string, typ *resolv... method AddFieldWithAlias (line 395) | func (b *MessageBuilder) AddFieldWithAlias(name string, typ *resolver.... method AddFieldWithTypeNameAndRule (line 409) | func (b *MessageBuilder) AddFieldWithTypeNameAndRule(t *testing.T, nam... method AddFieldWithRule (line 418) | func (b *MessageBuilder) AddFieldWithRule(name string, typ *resolver.T... method SetRule (line 424) | func (b *MessageBuilder) SetRule(rule *resolver.MessageRule) *MessageB... method Build (line 429) | func (b *MessageBuilder) Build(t *testing.T) *resolver.Message { function NewMessageBuilder (line 264) | func NewMessageBuilder(name string) *MessageBuilder { type OneofBuilder (line 434) | type OneofBuilder struct method AddFieldNames (line 446) | func (b *OneofBuilder) AddFieldNames(fields ...string) *OneofBuilder { method Build (line 453) | func (b *OneofBuilder) Build(t *testing.T) *resolver.Oneof { function NewOneofBuilder (line 438) | func NewOneofBuilder(name string) *OneofBuilder { type EnumBuilder (line 458) | type EnumBuilder struct method AddValue (line 468) | func (b *EnumBuilder) AddValue(value string) *EnumBuilder { method AddValueWithDefault (line 473) | func (b *EnumBuilder) AddValueWithDefault(value string) *EnumBuilder { method AddValueWithNoAlias (line 484) | func (b *EnumBuilder) AddValueWithNoAlias(value string) *EnumBuilder { method AddValueWithAlias (line 495) | func (b *EnumBuilder) AddValueWithAlias(value string, aliases ...*reso... method AddValueWithRule (line 513) | func (b *EnumBuilder) AddValueWithRule(value string, rule *resolver.En... method SetAlias (line 522) | func (b *EnumBuilder) SetAlias(aliases ...*resolver.Enum) *EnumBuilder { method Build (line 529) | func (b *EnumBuilder) Build(t *testing.T) *resolver.Enum { function NewEnumBuilder (line 462) | func NewEnumBuilder(name string) *EnumBuilder { type EnumValueRuleBuilder (line 534) | type EnumValueRuleBuilder struct method SetAlias (line 544) | func (b *EnumValueRuleBuilder) SetAlias(aliases ...*resolver.EnumValue... method SetDefault (line 556) | func (b *EnumValueRuleBuilder) SetDefault() *EnumValueRuleBuilder { method SetAttr (line 561) | func (b *EnumValueRuleBuilder) SetAttr(attrs ...*resolver.EnumValueAtt... method Build (line 566) | func (b *EnumValueRuleBuilder) Build(t *testing.T) *resolver.EnumValue... function NewEnumValueRuleBuilder (line 538) | func NewEnumValueRuleBuilder() *EnumValueRuleBuilder { type ServiceBuilder (line 571) | type ServiceBuilder struct method AddMethod (line 584) | func (b *ServiceBuilder) AddMethod(name string, req, res *resolver.Mes... method AddMessage (line 595) | func (b *ServiceBuilder) AddMessage(msg, arg *resolver.Message) *Servi... method SetRule (line 605) | func (b *ServiceBuilder) SetRule(rule *resolver.ServiceRule) *ServiceB... method Build (line 610) | func (b *ServiceBuilder) Build(t *testing.T) *resolver.Service { function NewServiceBuilder (line 575) | func NewServiceBuilder(name string) *ServiceBuilder { type MessageRuleBuilder (line 615) | type MessageRuleBuilder struct method SetCustomResolver (line 628) | func (b *MessageRuleBuilder) SetCustomResolver(v bool) *MessageRuleBui... method SetAlias (line 633) | func (b *MessageRuleBuilder) SetAlias(aliases ...*resolver.Message) *M... method SetMessageArgument (line 638) | func (b *MessageRuleBuilder) SetMessageArgument(msg *resolver.Message)... method SetDependencyGraph (line 643) | func (b *MessageRuleBuilder) SetDependencyGraph(graph *resolver.Messag... method AddVariableDefinitionGroup (line 648) | func (b *MessageRuleBuilder) AddVariableDefinitionGroup(group resolver... method AddVariableDefinition (line 653) | func (b *MessageRuleBuilder) AddVariableDefinition(def *resolver.Varia... method Build (line 673) | func (b *MessageRuleBuilder) Build(t *testing.T) *resolver.MessageRule { function NewMessageRuleBuilder (line 620) | func NewMessageRuleBuilder() *MessageRuleBuilder { function NewVariableDefinition (line 681) | func NewVariableDefinition(name string) *resolver.VariableDefinition { type VariableDefinitionBuilder (line 685) | type VariableDefinitionBuilder struct method SetIdx (line 695) | func (b *VariableDefinitionBuilder) SetIdx(idx int) *VariableDefinitio... method SetName (line 700) | func (b *VariableDefinitionBuilder) SetName(v string) *VariableDefinit... method SetIf (line 705) | func (b *VariableDefinitionBuilder) SetIf(v string) *VariableDefinitio... method SetAutoBind (line 713) | func (b *VariableDefinitionBuilder) SetAutoBind(v bool) *VariableDefin... method SetUsed (line 718) | func (b *VariableDefinitionBuilder) SetUsed(v bool) *VariableDefinitio... method SetBy (line 723) | func (b *VariableDefinitionBuilder) SetBy(v *resolver.CELValue) *Varia... method SetMap (line 731) | func (b *VariableDefinitionBuilder) SetMap(v *resolver.MapExpr) *Varia... method SetCall (line 741) | func (b *VariableDefinitionBuilder) SetCall(v *resolver.CallExpr) *Var... method SetMessage (line 749) | func (b *VariableDefinitionBuilder) SetMessage(v *resolver.MessageExpr... method SetEnum (line 757) | func (b *VariableDefinitionBuilder) SetEnum(v *resolver.EnumExpr) *Var... method SetValidation (line 765) | func (b *VariableDefinitionBuilder) SetValidation(v *resolver.Validati... method SetSwitch (line 773) | func (b *VariableDefinitionBuilder) SetSwitch(v *resolver.SwitchExpr) ... method Build (line 781) | func (b *VariableDefinitionBuilder) Build(t *testing.T) *resolver.Vari... function NewVariableDefinitionBuilder (line 689) | func NewVariableDefinitionBuilder() *VariableDefinitionBuilder { type MapExprBuilder (line 786) | type MapExprBuilder struct method SetIterator (line 796) | func (b *MapExprBuilder) SetIterator(v *resolver.Iterator) *MapExprBui... method SetExpr (line 801) | func (b *MapExprBuilder) SetExpr(v *resolver.MapIteratorExpr) *MapExpr... method Build (line 806) | func (b *MapExprBuilder) Build(t *testing.T) *resolver.MapExpr { function NewMapExprBuilder (line 790) | func NewMapExprBuilder() *MapExprBuilder { type IteratorBuilder (line 811) | type IteratorBuilder struct method SetName (line 821) | func (b *IteratorBuilder) SetName(v string) *IteratorBuilder { method SetSource (line 826) | func (b *IteratorBuilder) SetSource(v string) *IteratorBuilder { method Build (line 833) | func (b *IteratorBuilder) Build(t *testing.T) *resolver.Iterator { function NewIteratorBuilder (line 815) | func NewIteratorBuilder() *IteratorBuilder { type MapIteratorExprBuilder (line 838) | type MapIteratorExprBuilder struct method SetBy (line 848) | func (b *MapIteratorExprBuilder) SetBy(v *resolver.CELValue) *MapItera... method SetMessage (line 854) | func (b *MapIteratorExprBuilder) SetMessage(v *resolver.MessageExpr) *... method SetEnum (line 860) | func (b *MapIteratorExprBuilder) SetEnum(v *resolver.EnumExpr) *MapIte... method Build (line 866) | func (b *MapIteratorExprBuilder) Build(t *testing.T) *resolver.MapIter... function NewMapIteratorExprBuilder (line 842) | func NewMapIteratorExprBuilder() *MapIteratorExprBuilder { type CallExprBuilder (line 871) | type CallExprBuilder struct method SetMethod (line 882) | func (b *CallExprBuilder) SetMethod(v *resolver.Method) *CallExprBuild... method SetRequest (line 887) | func (b *CallExprBuilder) SetRequest(v *resolver.Request) *CallExprBui... method SetTimeout (line 893) | func (b *CallExprBuilder) SetTimeout(v string) *CallExprBuilder { method SetRetryIf (line 898) | func (b *CallExprBuilder) SetRetryIf(expr string) *CallExprBuilder { method SetRetryPolicyConstant (line 911) | func (b *CallExprBuilder) SetRetryPolicyConstant(constant *resolver.Re... method SetRetryPolicyExponential (line 930) | func (b *CallExprBuilder) SetRetryPolicyExponential(exp *resolver.Retr... method AddError (line 949) | func (b *CallExprBuilder) AddError(err *resolver.GRPCError) *CallExprB... method Build (line 954) | func (b *CallExprBuilder) Build(t *testing.T) *resolver.CallExpr { function NewCallExprBuilder (line 876) | func NewCallExprBuilder() *CallExprBuilder { type MessageExprBuilder (line 969) | type MessageExprBuilder struct method SetMessage (line 981) | func (b *MessageExprBuilder) SetMessage(v *resolver.Message) *MessageE... method SetArgs (line 986) | func (b *MessageExprBuilder) SetArgs(v []*resolver.Argument) *MessageE... method Build (line 991) | func (b *MessageExprBuilder) Build(t *testing.T) *resolver.MessageExpr { function NewMessageExprBuilder (line 973) | func NewMessageExprBuilder() *MessageExprBuilder { type EnumExprBuilder (line 996) | type EnumExprBuilder struct method SetEnum (line 1006) | func (b *EnumExprBuilder) SetEnum(v *resolver.Enum) *EnumExprBuilder { method SetBy (line 1011) | func (b *EnumExprBuilder) SetBy(v *resolver.CELValue) *EnumExprBuilder { method Build (line 1016) | func (b *EnumExprBuilder) Build(t *testing.T) *resolver.EnumExpr { function NewEnumExprBuilder (line 1000) | func NewEnumExprBuilder() *EnumExprBuilder { type ValidationExprBuilder (line 1021) | type ValidationExprBuilder struct method SetError (line 1031) | func (b *ValidationExprBuilder) SetError(err *resolver.GRPCError) *Val... method Build (line 1036) | func (b *ValidationExprBuilder) Build(t *testing.T) *resolver.Validati... function NewValidationExprBuilder (line 1025) | func NewValidationExprBuilder() *ValidationExprBuilder { type GRPCErrorBuilder (line 1041) | type GRPCErrorBuilder struct method AddVariableDefinition (line 1058) | func (b *GRPCErrorBuilder) AddVariableDefinition(def *resolver.Variabl... method SetDependencyGraph (line 1063) | func (b *GRPCErrorBuilder) SetDependencyGraph(graph *resolver.MessageD... method AddVariableDefinitionGroup (line 1068) | func (b *GRPCErrorBuilder) AddVariableDefinitionGroup(group resolver.V... method SetIf (line 1073) | func (b *GRPCErrorBuilder) SetIf(expr string) *GRPCErrorBuilder { method SetCode (line 1081) | func (b *GRPCErrorBuilder) SetCode(v code.Code) *GRPCErrorBuilder { method SetMessage (line 1086) | func (b *GRPCErrorBuilder) SetMessage(v string) *GRPCErrorBuilder { method SetIgnore (line 1094) | func (b *GRPCErrorBuilder) SetIgnore(v bool) *GRPCErrorBuilder { method SetIgnoreAndResponse (line 1099) | func (b *GRPCErrorBuilder) SetIgnoreAndResponse(v string, typ *resolve... method AddDetail (line 1107) | func (b *GRPCErrorBuilder) AddDetail(v *resolver.GRPCErrorDetail) *GRP... method SetLogLevel (line 1112) | func (b *GRPCErrorBuilder) SetLogLevel(level slog.Level) *GRPCErrorBui... method Build (line 1117) | func (b *GRPCErrorBuilder) Build(t *testing.T) *resolver.GRPCError { function NewGRPCErrorBuilder (line 1045) | func NewGRPCErrorBuilder() *GRPCErrorBuilder { type GRPCErrorDetailBuilder (line 1122) | type GRPCErrorDetailBuilder struct method SetIf (line 1139) | func (b *GRPCErrorDetailBuilder) SetIf(expr string) *GRPCErrorDetailBu... method AddDef (line 1147) | func (b *GRPCErrorDetailBuilder) AddDef(v *resolver.VariableDefinition... method AddBy (line 1152) | func (b *GRPCErrorDetailBuilder) AddBy(v *resolver.CELValue) *GRPCErro... method AddMessage (line 1157) | func (b *GRPCErrorDetailBuilder) AddMessage(v *resolver.VariableDefini... method AddPreconditionFailure (line 1162) | func (b *GRPCErrorDetailBuilder) AddPreconditionFailure(v *resolver.Pr... method AddBadRequest (line 1167) | func (b *GRPCErrorDetailBuilder) AddBadRequest(v *resolver.BadRequest)... method AddLocalizedMessage (line 1172) | func (b *GRPCErrorDetailBuilder) AddLocalizedMessage(v *resolver.Local... method Build (line 1177) | func (b *GRPCErrorDetailBuilder) Build(t *testing.T) *resolver.GRPCErr... function NewGRPCErrorDetailBuilder (line 1126) | func NewGRPCErrorDetailBuilder() *GRPCErrorDetailBuilder { type SwitchExprBuilder (line 1182) | type SwitchExprBuilder struct method SetType (line 1192) | func (b *SwitchExprBuilder) SetType(v *resolver.Type) *SwitchExprBuild... method AddCase (line 1197) | func (b *SwitchExprBuilder) AddCase(v *resolver.SwitchCaseExpr) *Switc... method SetDefault (line 1202) | func (b *SwitchExprBuilder) SetDefault(v *resolver.SwitchDefaultExpr) ... method Build (line 1207) | func (b *SwitchExprBuilder) Build(t *testing.T) *resolver.SwitchExpr { function NewSwitchExprBuilder (line 1186) | func NewSwitchExprBuilder() *SwitchExprBuilder { type SwitchCaseExprBuilder (line 1212) | type SwitchCaseExprBuilder struct method AddDef (line 1224) | func (b *SwitchCaseExprBuilder) AddDef(v *resolver.VariableDefinition)... method SetDependencyGraph (line 1229) | func (b *SwitchCaseExprBuilder) SetDependencyGraph(graph *resolver.Mes... method AddVariableDefinitionGroup (line 1234) | func (b *SwitchCaseExprBuilder) AddVariableDefinitionGroup(group resol... method SetIf (line 1239) | func (b *SwitchCaseExprBuilder) SetIf(v *resolver.CELValue) *SwitchCas... method SetBy (line 1244) | func (b *SwitchCaseExprBuilder) SetBy(v *resolver.CELValue) *SwitchCas... method Build (line 1249) | func (b *SwitchCaseExprBuilder) Build(t *testing.T) *resolver.SwitchCa... function NewSwitchCaseExprBuilder (line 1216) | func NewSwitchCaseExprBuilder() *SwitchCaseExprBuilder { type SwitchDefaultExprBuilder (line 1254) | type SwitchDefaultExprBuilder struct method AddDef (line 1266) | func (b *SwitchDefaultExprBuilder) AddDef(v *resolver.VariableDefiniti... method SetBy (line 1271) | func (b *SwitchDefaultExprBuilder) SetBy(v *resolver.CELValue) *Switch... method AddVariableDefinitionGroup (line 1276) | func (b *SwitchDefaultExprBuilder) AddVariableDefinitionGroup(group re... method SetDependencyGraph (line 1281) | func (b *SwitchDefaultExprBuilder) SetDependencyGraph(graph *resolver.... method Build (line 1286) | func (b *SwitchDefaultExprBuilder) Build(t *testing.T) *resolver.Switc... function NewSwitchDefaultExprBuilder (line 1258) | func NewSwitchDefaultExprBuilder() *SwitchDefaultExprBuilder { type VariableDefinitionGroupBuilder (line 1291) | type VariableDefinitionGroupBuilder struct method AddStart (line 1306) | func (b *VariableDefinitionGroupBuilder) AddStart(start resolver.Varia... method SetEnd (line 1311) | func (b *VariableDefinitionGroupBuilder) SetEnd(end *resolver.Variable... method Build (line 1316) | func (b *VariableDefinitionGroupBuilder) Build(t *testing.T) resolver.... function NewVariableDefinitionGroupByName (line 1296) | func NewVariableDefinitionGroupByName(name string) *resolver.SequentialV... function NewVariableDefinitionGroupBuilder (line 1302) | func NewVariableDefinitionGroupBuilder() *VariableDefinitionGroupBuilder { type MethodCallBuilder (line 1334) | type MethodCallBuilder struct method SetRequest (line 1345) | func (b *MethodCallBuilder) SetRequest(req *resolver.Request) *MethodC... method SetTimeout (line 1351) | func (b *MethodCallBuilder) SetTimeout(timeout string) *MethodCallBuil... method SetRetryPolicyConstant (line 1356) | func (b *MethodCallBuilder) SetRetryPolicyConstant(constant *resolver.... method SetRetryPolicyExponential (line 1363) | func (b *MethodCallBuilder) SetRetryPolicyExponential(exp *resolver.Re... method Build (line 1370) | func (b *MethodCallBuilder) Build(t *testing.T) *resolver.MethodCall { function NewMethodCallBuilder (line 1339) | func NewMethodCallBuilder(mtd *resolver.Method) *MethodCallBuilder { type RetryPolicyConstantBuilder (line 1385) | type RetryPolicyConstantBuilder struct method SetInterval (line 1399) | func (b *RetryPolicyConstantBuilder) SetInterval(interval string) *Ret... method SetMaxRetries (line 1404) | func (b *RetryPolicyConstantBuilder) SetMaxRetries(maxRetries uint64) ... method Build (line 1409) | func (b *RetryPolicyConstantBuilder) Build(t *testing.T) *resolver.Ret... function NewRetryPolicyConstantBuilder (line 1390) | func NewRetryPolicyConstantBuilder() *RetryPolicyConstantBuilder { type RetryPolicyExponentialBuilder (line 1421) | type RetryPolicyExponentialBuilder struct method SetInitialInterval (line 1438) | func (b *RetryPolicyExponentialBuilder) SetInitialInterval(interval st... method SetRandomizationFactor (line 1443) | func (b *RetryPolicyExponentialBuilder) SetRandomizationFactor(factor ... method SetMultiplier (line 1448) | func (b *RetryPolicyExponentialBuilder) SetMultiplier(multiplier float... method SetMaxInterval (line 1453) | func (b *RetryPolicyExponentialBuilder) SetMaxInterval(interval string... method SetMaxRetries (line 1458) | func (b *RetryPolicyExponentialBuilder) SetMaxRetries(maxRetries uint6... method Build (line 1463) | func (b *RetryPolicyExponentialBuilder) Build(t *testing.T) *resolver.... function NewRetryPolicyExponentialBuilder (line 1427) | func NewRetryPolicyExponentialBuilder() *RetryPolicyExponentialBuilder { type RequestBuilder (line 1482) | type RequestBuilder struct method AddField (line 1490) | func (b *RequestBuilder) AddField(name string, typ *resolver.Type, val... method AddFieldWithIf (line 1499) | func (b *RequestBuilder) AddFieldWithIf(name string, typ *resolver.Typ... method Build (line 1512) | func (b *RequestBuilder) Build(t *testing.T) *resolver.Request { function NewRequestBuilder (line 1486) | func NewRequestBuilder() *RequestBuilder { type MessageDependencyArgumentBuilder (line 1517) | type MessageDependencyArgumentBuilder struct method Add (line 1525) | func (b *MessageDependencyArgumentBuilder) Add(name string, value *res... method Inline (line 1533) | func (b *MessageDependencyArgumentBuilder) Inline(value *resolver.Valu... method Build (line 1542) | func (b *MessageDependencyArgumentBuilder) Build(t *testing.T) []*reso... function NewMessageDependencyArgumentBuilder (line 1521) | func NewMessageDependencyArgumentBuilder() *MessageDependencyArgumentBui... type MessageArgumentValueBuilder (line 1547) | type MessageArgumentValueBuilder struct method Build (line 1562) | func (b *MessageArgumentValueBuilder) Build(t *testing.T) *resolver.Va... function NewMessageArgumentValueBuilder (line 1551) | func NewMessageArgumentValueBuilder(ref, filtered *resolver.Type, expr s... type CELValueBuilder (line 1567) | type CELValueBuilder struct method Build (line 1580) | func (b *CELValueBuilder) Build(t *testing.T) *resolver.CELValue { function NewCELValueBuilder (line 1571) | func NewCELValueBuilder(expr string, out *resolver.Type) *CELValueBuilder { type NameReferenceValueBuilder (line 1585) | type NameReferenceValueBuilder struct method Build (line 1600) | func (b *NameReferenceValueBuilder) Build(t *testing.T) *resolver.Value { function NewNameReferenceValueBuilder (line 1589) | func NewNameReferenceValueBuilder(ref, filtered *resolver.Type, expr str... type FieldRuleBuilder (line 1605) | type FieldRuleBuilder struct method SetAutoBind (line 1613) | func (b *FieldRuleBuilder) SetAutoBind(field *resolver.Field) *FieldRu... method SetCustomResolver (line 1620) | func (b *FieldRuleBuilder) SetCustomResolver(v bool) *FieldRuleBuilder { method SetMessageCustomResolver (line 1625) | func (b *FieldRuleBuilder) SetMessageCustomResolver(v bool) *FieldRule... method SetAlias (line 1630) | func (b *FieldRuleBuilder) SetAlias(v ...*resolver.Field) *FieldRuleBu... method SetOneof (line 1635) | func (b *FieldRuleBuilder) SetOneof(v *resolver.FieldOneofRule) *Field... method Build (line 1640) | func (b *FieldRuleBuilder) Build(t *testing.T) *resolver.FieldRule { function NewFieldRuleBuilder (line 1609) | func NewFieldRuleBuilder(value *resolver.Value) *FieldRuleBuilder { type DependencyGraphBuilder (line 1645) | type DependencyGraphBuilder struct method Add (line 1655) | func (b *DependencyGraphBuilder) Add(parent *resolver.Message, childre... method Build (line 1667) | func (b *DependencyGraphBuilder) Build(t *testing.T) *resolver.Message... function NewDependencyGraphBuilder (line 1649) | func NewDependencyGraphBuilder() *DependencyGraphBuilder { type ServiceRuleBuilder (line 1672) | type ServiceRuleBuilder struct method SetEnv (line 1682) | func (b *ServiceRuleBuilder) SetEnv(env *resolver.Env) *ServiceRuleBui... method AddVar (line 1687) | func (b *ServiceRuleBuilder) AddVar(svcVar *resolver.ServiceVariable) ... method Build (line 1692) | func (b *ServiceRuleBuilder) Build(t *testing.T) *resolver.ServiceRule { function NewServiceRuleBuilder (line 1676) | func NewServiceRuleBuilder() *ServiceRuleBuilder { type EnvBuilder (line 1697) | type EnvBuilder struct method AddVar (line 1707) | func (b *EnvBuilder) AddVar(v *resolver.EnvVar) *EnvBuilder { method Build (line 1712) | func (b *EnvBuilder) Build(t *testing.T) *resolver.Env { function NewEnvBuilder (line 1701) | func NewEnvBuilder() *EnvBuilder { type EnvVarBuilder (line 1717) | type EnvVarBuilder struct method SetName (line 1727) | func (b *EnvVarBuilder) SetName(name string) *EnvVarBuilder { method SetType (line 1732) | func (b *EnvVarBuilder) SetType(typ *resolver.Type) *EnvVarBuilder { method SetOption (line 1737) | func (b *EnvVarBuilder) SetOption(opt *resolver.EnvVarOption) *EnvVarB... method Build (line 1742) | func (b *EnvVarBuilder) Build(t *testing.T) *resolver.EnvVar { function NewEnvVarBuilder (line 1721) | func NewEnvVarBuilder() *EnvVarBuilder { type EnvVarOptionBuilder (line 1747) | type EnvVarOptionBuilder struct method SetDefault (line 1757) | func (b *EnvVarOptionBuilder) SetDefault(v string) *EnvVarOptionBuilder { method SetAlternate (line 1762) | func (b *EnvVarOptionBuilder) SetAlternate(v string) *EnvVarOptionBuil... method SetRequired (line 1767) | func (b *EnvVarOptionBuilder) SetRequired(v bool) *EnvVarOptionBuilder { method SetIgnored (line 1772) | func (b *EnvVarOptionBuilder) SetIgnored(v bool) *EnvVarOptionBuilder { method Build (line 1777) | func (b *EnvVarOptionBuilder) Build(t *testing.T) *resolver.EnvVarOpti... function NewEnvVarOptionBuilder (line 1751) | func NewEnvVarOptionBuilder() *EnvVarOptionBuilder { type ServiceVariableBuilder (line 1782) | type ServiceVariableBuilder struct method SetName (line 1792) | func (b *ServiceVariableBuilder) SetName(name string) *ServiceVariable... method SetIf (line 1797) | func (b *ServiceVariableBuilder) SetIf(v string) *ServiceVariableBuild... method SetBy (line 1805) | func (b *ServiceVariableBuilder) SetBy(v *resolver.CELValue) *ServiceV... method SetMap (line 1813) | func (b *ServiceVariableBuilder) SetMap(v *resolver.MapExpr) *ServiceV... method SetMessage (line 1823) | func (b *ServiceVariableBuilder) SetMessage(v *resolver.MessageExpr) *... method SetEnum (line 1831) | func (b *ServiceVariableBuilder) SetEnum(v *resolver.EnumExpr) *Servic... method SetSwitch (line 1839) | func (b *ServiceVariableBuilder) SetSwitch(v *resolver.SwitchExpr) *Se... method SetValidation (line 1847) | func (b *ServiceVariableBuilder) SetValidation(v *resolver.ServiceVari... method Build (line 1855) | func (b *ServiceVariableBuilder) Build(t *testing.T) *resolver.Service... function NewServiceVariableBuilder (line 1786) | func NewServiceVariableBuilder() *ServiceVariableBuilder { type MethodRuleBuilder (line 1860) | type MethodRuleBuilder struct method Timeout (line 1871) | func (b *MethodRuleBuilder) Timeout(duration string) *MethodRuleBuilder { method Response (line 1876) | func (b *MethodRuleBuilder) Response(msg *resolver.Message) *MethodRul... method Build (line 1881) | func (b *MethodRuleBuilder) Build(t *testing.T) *resolver.MethodRule { function NewMethodRuleBuilder (line 1865) | func NewMethodRuleBuilder() *MethodRuleBuilder { type FieldOneofRuleBuilder (line 1893) | type FieldOneofRuleBuilder struct method SetIf (line 1906) | func (b *FieldOneofRuleBuilder) SetIf(v string, out *resolver.Type) *F... method SetDefault (line 1914) | func (b *FieldOneofRuleBuilder) SetDefault(v bool) *FieldOneofRuleBuil... method AddVariableDefinition (line 1919) | func (b *FieldOneofRuleBuilder) AddVariableDefinition(def *resolver.Va... method SetBy (line 1939) | func (b *FieldOneofRuleBuilder) SetBy(expr string, out *resolver.Type)... method SetDependencyGraph (line 1947) | func (b *FieldOneofRuleBuilder) SetDependencyGraph(graph *resolver.Mes... method AddVariableDefinitionGroup (line 1952) | func (b *FieldOneofRuleBuilder) AddVariableDefinitionGroup(group resol... method Build (line 1957) | func (b *FieldOneofRuleBuilder) Build(t *testing.T) *resolver.FieldOne... function NewFieldOneofRuleBuilder (line 1898) | func NewFieldOneofRuleBuilder() *FieldOneofRuleBuilder { FILE: internal/testutil/cmpopt.go function ResolverCmpOpts (line 10) | func ResolverCmpOpts() []cmp.Option { FILE: internal/testutil/compiler.go function RepoRoot (line 16) | func RepoRoot() string { function Compile (line 21) | func Compile(t *testing.T, path string) []*descriptorpb.FileDescriptorPr... function curDir (line 40) | func curDir() string { FILE: lsp/client/vscode/src/extension.ts function getCommand (line 13) | function getCommand(cmdPath: string, workspacePath: string) { function getArgs (line 20) | function getArgs(importPaths: string[], workspacePath: string) { function activate (line 31) | function activate(context: ExtensionContext) { function deactivate (line 66) | function deactivate(): Thenable | undefined { FILE: lsp/server/completion.go method completion (line 16) | func (h *Handler) completion(ctx context.Context, params *protocol.Compl... type Completer (line 72) | type Completer struct method Completion (line 80) | func (c *Completer) Completion(ctx context.Context, file *File, import... function NewCompleter (line 76) | func NewCompleter(logger *slog.Logger) *Completer { FILE: lsp/server/completion_test.go function TestCompletion (line 15) | func TestCompletion(t *testing.T) { FILE: lsp/server/definition.go method definition (line 21) | func (h *Handler) definition(ctx context.Context, params *protocol.Defin... method definitionWithLink (line 36) | func (h *Handler) definitionWithLink(_ context.Context, params *protocol... method findImportFileDefinition (line 121) | func (h *Handler) findImportFileDefinition(path string, protoFiles []*de... method findTypeDefinition (line 142) | func (h *Handler) findTypeDefinition(path string, protoFiles []*descript... method findMethodDefinition (line 178) | func (h *Handler) findMethodDefinition(path string, protoFiles []*descri... method toLocationLinks (line 204) | func (h *Handler) toLocationLinks(nodeInfo *ast.NodeInfo, locs []protoco... method toLocation (line 234) | func (h *Handler) toLocation(file *source.File, node ast.Node) []protoco... method typeAndFilePath (line 256) | func (h *Handler) typeAndFilePath(path string, protoFiles []*descriptorp... function getDeclaredMessageNames (line 297) | func getDeclaredMessageNames(msg *descriptorpb.DescriptorProto) []string { method methodAndFilePath (line 311) | func (h *Handler) methodAndFilePath(path string, protoFiles []*descripto... method currentPackageName (line 341) | func (h *Handler) currentPackageName(path string, protoFiles []*descript... method filePathFromFileDescriptorProto (line 350) | func (h *Handler) filePathFromFileDescriptorProto(path string, protoFile... function isImportNameDefinition (line 371) | func isImportNameDefinition(loc *source.Location) bool { function isMethodNameDefinition (line 375) | func isMethodNameDefinition(loc *source.Location) bool { FILE: lsp/server/general.go method initialize (line 7) | func (h *Handler) initialize(params *protocol.InitializeParams) (*protoc... FILE: lsp/server/handler.go type Handler (line 16) | type Handler struct method Initialize (line 43) | func (h *Handler) Initialize(ctx context.Context, params *protocol.Ini... method Initialized (line 48) | func (h *Handler) Initialized(ctx context.Context, params *protocol.In... method Shutdown (line 53) | func (h *Handler) Shutdown(ctx context.Context) error { method Exit (line 58) | func (h *Handler) Exit(ctx context.Context) error { method WorkDoneProgressCancel (line 63) | func (h *Handler) WorkDoneProgressCancel(ctx context.Context, params *... method LogTrace (line 68) | func (h *Handler) LogTrace(ctx context.Context, params *protocol.LogTr... method SetTrace (line 73) | func (h *Handler) SetTrace(ctx context.Context, params *protocol.SetTr... method CodeAction (line 78) | func (h *Handler) CodeAction(ctx context.Context, params *protocol.Cod... method CodeLens (line 83) | func (h *Handler) CodeLens(ctx context.Context, params *protocol.CodeL... method CodeLensResolve (line 88) | func (h *Handler) CodeLensResolve(ctx context.Context, params *protoco... method ColorPresentation (line 93) | func (h *Handler) ColorPresentation(ctx context.Context, params *proto... method Completion (line 98) | func (h *Handler) Completion(ctx context.Context, params *protocol.Com... method CompletionResolve (line 108) | func (h *Handler) CompletionResolve(ctx context.Context, params *proto... method Declaration (line 113) | func (h *Handler) Declaration(ctx context.Context, params *protocol.De... method Definition (line 118) | func (h *Handler) Definition(ctx context.Context, params *protocol.Def... method DefinitionWithLink (line 128) | func (h *Handler) DefinitionWithLink(ctx context.Context, params *prot... method DidChange (line 133) | func (h *Handler) DidChange(ctx context.Context, params *protocol.DidC... method DidChangeConfiguration (line 143) | func (h *Handler) DidChangeConfiguration(ctx context.Context, params *... method DidChangeWatchedFiles (line 148) | func (h *Handler) DidChangeWatchedFiles(ctx context.Context, params *p... method DidChangeWorkspaceFolders (line 153) | func (h *Handler) DidChangeWorkspaceFolders(ctx context.Context, param... method DidClose (line 158) | func (h *Handler) DidClose(ctx context.Context, params *protocol.DidCl... method DidOpen (line 163) | func (h *Handler) DidOpen(ctx context.Context, params *protocol.DidOpe... method DidSave (line 168) | func (h *Handler) DidSave(ctx context.Context, params *protocol.DidSav... method DocumentColor (line 173) | func (h *Handler) DocumentColor(ctx context.Context, params *protocol.... method DocumentHighlight (line 178) | func (h *Handler) DocumentHighlight(ctx context.Context, params *proto... method DocumentLink (line 183) | func (h *Handler) DocumentLink(ctx context.Context, params *protocol.D... method DocumentLinkResolve (line 188) | func (h *Handler) DocumentLinkResolve(ctx context.Context, params *pro... method DocumentSymbol (line 193) | func (h *Handler) DocumentSymbol(ctx context.Context, params *protocol... method ExecuteCommand (line 198) | func (h *Handler) ExecuteCommand(ctx context.Context, params *protocol... method FoldingRanges (line 203) | func (h *Handler) FoldingRanges(ctx context.Context, params *protocol.... method Formatting (line 208) | func (h *Handler) Formatting(ctx context.Context, params *protocol.Doc... method Hover (line 213) | func (h *Handler) Hover(ctx context.Context, params *protocol.HoverPar... method Implementation (line 218) | func (h *Handler) Implementation(ctx context.Context, params *protocol... method OnTypeFormatting (line 223) | func (h *Handler) OnTypeFormatting(ctx context.Context, params *protoc... method PrepareRename (line 228) | func (h *Handler) PrepareRename(ctx context.Context, params *protocol.... method RangeFormatting (line 233) | func (h *Handler) RangeFormatting(ctx context.Context, params *protoco... method References (line 238) | func (h *Handler) References(ctx context.Context, params *protocol.Ref... method Rename (line 243) | func (h *Handler) Rename(ctx context.Context, params *protocol.RenameP... method SignatureHelp (line 248) | func (h *Handler) SignatureHelp(ctx context.Context, params *protocol.... method Symbols (line 253) | func (h *Handler) Symbols(ctx context.Context, params *protocol.Worksp... method TypeDefinition (line 258) | func (h *Handler) TypeDefinition(ctx context.Context, params *protocol... method WillSave (line 263) | func (h *Handler) WillSave(ctx context.Context, params *protocol.WillS... method WillSaveWaitUntil (line 268) | func (h *Handler) WillSaveWaitUntil(ctx context.Context, params *proto... method ShowDocument (line 273) | func (h *Handler) ShowDocument(ctx context.Context, params *protocol.S... method WillCreateFiles (line 278) | func (h *Handler) WillCreateFiles(ctx context.Context, params *protoco... method DidCreateFiles (line 283) | func (h *Handler) DidCreateFiles(ctx context.Context, params *protocol... method WillRenameFiles (line 288) | func (h *Handler) WillRenameFiles(ctx context.Context, params *protoco... method DidRenameFiles (line 293) | func (h *Handler) DidRenameFiles(ctx context.Context, params *protocol... method WillDeleteFiles (line 298) | func (h *Handler) WillDeleteFiles(ctx context.Context, params *protoco... method DidDeleteFiles (line 303) | func (h *Handler) DidDeleteFiles(ctx context.Context, params *protocol... method CodeLensRefresh (line 308) | func (h *Handler) CodeLensRefresh(ctx context.Context) error { method PrepareCallHierarchy (line 313) | func (h *Handler) PrepareCallHierarchy(ctx context.Context, params *pr... method IncomingCalls (line 318) | func (h *Handler) IncomingCalls(ctx context.Context, params *protocol.... method OutgoingCalls (line 323) | func (h *Handler) OutgoingCalls(ctx context.Context, params *protocol.... method SemanticTokensFull (line 328) | func (h *Handler) SemanticTokensFull(ctx context.Context, params *prot... method SemanticTokensFullDelta (line 338) | func (h *Handler) SemanticTokensFullDelta(ctx context.Context, params ... method SemanticTokensRange (line 343) | func (h *Handler) SemanticTokensRange(ctx context.Context, params *pro... method SemanticTokensRefresh (line 348) | func (h *Handler) SemanticTokensRefresh(ctx context.Context) error { method LinkedEditingRange (line 353) | func (h *Handler) LinkedEditingRange(ctx context.Context, params *prot... method Moniker (line 358) | func (h *Handler) Moniker(ctx context.Context, params *protocol.Monike... method Request (line 363) | func (h *Handler) Request(ctx context.Context, method string, params i... function NewHandler (line 29) | func NewHandler(client protocol.Client, w io.Writer, importPaths []strin... FILE: lsp/server/handler_test.go function TestHandler_Initialize (line 17) | func TestHandler_Initialize(t *testing.T) { function TestHandler_Definition (line 66) | func TestHandler_Definition(t *testing.T) { function mustTestdataAbs (line 154) | func mustTestdataAbs(t *testing.T, path string) uri.URI { FILE: lsp/server/semantic_tokens.go type SemanticTokenProvider (line 18) | type SemanticTokenProvider struct method createSemanticToken (line 46) | func (p *SemanticTokenProvider) createSemanticToken(tk ast.Token, toke... method SemanticTokens (line 59) | func (p *SemanticTokenProvider) SemanticTokens() *protocol.SemanticTok... method calcLineAndCol (line 292) | func (p *SemanticTokenProvider) calcLineAndCol(pos ast.SourcePos, line... method setFederationOptionTokens (line 342) | func (p *SemanticTokenProvider) setFederationOptionTokens(ctx *Semanti... method setNameToken (line 396) | func (p *SemanticTokenProvider) setNameToken(ctx *SemanticTokenProvide... method setLocaleToken (line 434) | func (p *SemanticTokenProvider) setLocaleToken(_ *SemanticTokenProvide... method setMethodToken (line 467) | func (p *SemanticTokenProvider) setMethodToken(_ *SemanticTokenProvide... method setFieldToken (line 498) | func (p *SemanticTokenProvider) setFieldToken(_ *SemanticTokenProvider... method setAliasToken (line 526) | func (p *SemanticTokenProvider) setAliasToken(ctx *SemanticTokenProvid... method setCELSemanticTokens (line 584) | func (p *SemanticTokenProvider) setCELSemanticTokens(value ast.ValueNo... type SemanticToken (line 27) | type SemanticToken struct function NewSemanticTokenProvider (line 35) | func NewSemanticTokenProvider(logger *slog.Logger, file *File, tokenType... type FederationOptionType (line 299) | type FederationOptionType constant ServiceOption (line 302) | ServiceOption FederationOptionType = iota constant MethodOption (line 303) | MethodOption constant MessageOption (line 304) | MessageOption constant FieldOption (line 305) | FieldOption constant EnumOption (line 306) | EnumOption constant EnumValueOption (line 307) | EnumValueOption type SemanticTokenProviderContext (line 310) | type SemanticTokenProviderContext struct method clone (line 322) | func (c *SemanticTokenProviderContext) clone() *SemanticTokenProviderC... method withMessage (line 330) | func (c *SemanticTokenProviderContext) withMessage() *SemanticTokenPro... method withEnum (line 336) | func (c *SemanticTokenProviderContext) withEnum() *SemanticTokenProvid... function newSemanticTokenProviderContext (line 316) | func newSemanticTokenProviderContext(optType FederationOptionType) *Sema... type CELSemanticTokenProvider (line 673) | type CELSemanticTokenProvider struct method SemanticTokens (line 697) | func (p *CELSemanticTokenProvider) SemanticTokens() map[uint32][]*Sema... method mapToOriginalPosition (line 717) | func (p *CELSemanticTokenProvider) mapToOriginalPosition(pos common.Lo... method addStringTokenWithSplitCheck (line 741) | func (p *CELSemanticTokenProvider) addStringTokenWithSplitCheck(line u... method VisitExpr (line 817) | func (p *CELSemanticTokenProvider) VisitExpr(expr celast.Expr) { method VisitEntryExpr (line 951) | func (p *CELSemanticTokenProvider) VisitEntryExpr(expr celast.EntryExp... type LineOffset (line 681) | type LineOffset struct function newCELSemanticTokenProvider (line 687) | func newCELSemanticTokenProvider(tree *celast.AST, lineOffsets []LineOff... method semanticTokensFull (line 955) | func (h *Handler) semanticTokensFull(params *protocol.SemanticTokensPara... FILE: lsp/server/semantic_tokens_test.go type mockLocation (line 15) | type mockLocation struct method Line (line 20) | func (m *mockLocation) Line() int { return m.line } method Column (line 21) | func (m *mockLocation) Column() int { return m.col } function TestCELMultiLineMapping (line 23) | func TestCELMultiLineMapping(t *testing.T) { function TestCELRealMultiLine (line 64) | func TestCELRealMultiLine(t *testing.T) { function TestCELMultiLineSingleQuoteString (line 169) | func TestCELMultiLineSingleQuoteString(t *testing.T) { function TestCELMultiLineStringWithMultiByteChars (line 281) | func TestCELMultiLineStringWithMultiByteChars(t *testing.T) { function TestCELSimpleSelectExpression (line 355) | func TestCELSimpleSelectExpression(t *testing.T) { FILE: lsp/server/server.go type Server (line 20) | type Server struct method customServerHandler (line 81) | func (s *Server) customServerHandler() jsonrpc2.Handler { method Run (line 114) | func (s *Server) Run(ctx context.Context) { type readWriteCloser (line 27) | type readWriteCloser struct method Read (line 32) | func (r *readWriteCloser) Read(b []byte) (int, error) { method Write (line 36) | func (r *readWriteCloser) Write(b []byte) (int, error) { method Close (line 40) | func (r *readWriteCloser) Close() error { type ServerOption (line 44) | type ServerOption function LogFileOption (line 46) | func LogFileOption(f *os.File) ServerOption { function ImportPathsOption (line 52) | func ImportPathsOption(paths []string) ServerOption { function New (line 58) | func New(opts ...ServerOption) *Server { FILE: lsp/server/text_document_sync.go method didChange (line 13) | func (h *Handler) didChange(ctx context.Context, params *protocol.DidCha... FILE: lsp/server/util.go type File (line 17) | type File struct method getPath (line 46) | func (f *File) getPath() string { method getSource (line 50) | func (f *File) getSource() *source.File { method getCompiledProtos (line 54) | func (f *File) getCompiledProtos() []*descriptorpb.FileDescriptorProto { function newFile (line 24) | func newFile(path string, src *source.File, importPaths []string) *File { method getFile (line 59) | func (h *Handler) getFile(docURI uri.URI) (*File, error) { method getFileByPath (line 71) | func (h *Handler) getFileByPath(path string) (*File, error) { method getCachedFile (line 82) | func (h *Handler) getCachedFile(path string) *File { method setFileCache (line 89) | func (h *Handler) setFileCache(path string, content []byte) (*File, erro... FILE: lsp/server/validator.go method validateText (line 14) | func (h *Handler) validateText(ctx context.Context, docURI uri.URI) { FILE: resolver/candidates.go type ValueCandidate (line 11) | type ValueCandidate struct type ValueCandidates (line 16) | type ValueCandidates method Names (line 18) | func (c ValueCandidates) Names() []string { method Unique (line 26) | func (c ValueCandidates) Unique() ValueCandidates { method Filter (line 39) | func (c ValueCandidates) Filter(typ *Type) ValueCandidates { method Candidates (line 72) | func (r *Resolver) Candidates(loc *source.Location) []string { method candidatesMessage (line 91) | func (r *Resolver) candidatesMessage(msg *Message, loc *source.Message) ... method candidatesMessageOption (line 101) | func (r *Resolver) candidatesMessageOption(msg *Message, opt *source.Mes... method candidatesField (line 109) | func (r *Resolver) candidatesField(msg *Message, field *source.Field) []... method candidatesFieldOption (line 117) | func (r *Resolver) candidatesFieldOption(msg *Message, field *source.Fie... method candidatesVariableDefinitions (line 133) | func (r *Resolver) candidatesVariableDefinitions(msg *Message, opt *sour... method candidatesCallExpr (line 149) | func (r *Resolver) candidatesCallExpr(msg *Message, defIdx int, opt *sou... method candidatesRequest (line 161) | func (r *Resolver) candidatesRequest(msg *Message, defIdx int, opt *sour... method candidatesMessageExpr (line 172) | func (r *Resolver) candidatesMessageExpr(msg *Message, defIdx int, opt *... method candidatesMapExpr (line 182) | func (r *Resolver) candidatesMapExpr(msg *Message, defIdx int, opt *sour... method candidatesMessageExprArguments (line 186) | func (r *Resolver) candidatesMessageExprArguments(msg *Message, defIdx i... method candidatesMethodName (line 196) | func (r *Resolver) candidatesMethodName(msg *Message) []string { method candidatesRequestField (line 209) | func (r *Resolver) candidatesRequestField(msg *Message, defIdx int) []st... method requestFieldType (line 240) | func (r *Resolver) requestFieldType(msg *Message, defIdx, reqIdx int) *T... method candidatesMessageName (line 269) | func (r *Resolver) candidatesMessageName(msg *Message) []string { method candidatesCELValue (line 289) | func (r *Resolver) candidatesCELValue(msg *Message, defIdx int) ValueCan... method candidatesVariableName (line 296) | func (r *Resolver) candidatesVariableName(msg *Message, defIdx int) []*V... method candidatesMessageArguments (line 322) | func (r *Resolver) candidatesMessageArguments(msg *Message) []*ValueCand... FILE: resolver/candidates_test.go function TestCandidates (line 13) | func TestCandidates(t *testing.T) { FILE: resolver/cel.go type CELRegistry (line 19) | type CELRegistry struct method clear (line 30) | func (r *CELRegistry) clear() { method errors (line 35) | func (r *CELRegistry) errors() []error { method EnumValue (line 39) | func (r *CELRegistry) EnumValue(enumName string) ref.Val { method FindStructFieldType (line 51) | func (r *CELRegistry) FindStructFieldType(structType, fieldName string... method LookupEnum (line 83) | func (r *CELRegistry) LookupEnum(t *celtypes.Type) (*Enum, bool) { method RegisterFiles (line 146) | func (r *CELRegistry) RegisterFiles(fds ...*descriptorpb.FileDescripto... method registerFileDeps (line 163) | func (r *CELRegistry) registerFileDeps(fd *descriptorpb.FileDescriptor... function ToCELType (line 88) | func ToCELType(typ *Type) *cel.Type { function toCELType (line 92) | func toCELType(typ *Type) *cel.Type { function toEnumSelectorCELType (line 128) | func toEnumSelectorCELType(sel *Message) *cel.Type { function newCELRegistry (line 134) | func newCELRegistry(messageMap map[string]*Message, enumValueMap map[str... function NewCELStandardLibraryMessageType (line 204) | func NewCELStandardLibraryMessageType(pkgName, msgName string) *Type { method LibraryName (line 231) | func (plugin *CELPlugin) LibraryName() string { type CELPluginFunctionSignature (line 235) | type CELPluginFunctionSignature struct method Signatures (line 243) | func (f *CELFunction) Signatures() []*CELPluginFunctionSignature { method signatures (line 257) | func (f *CELFunction) signatures(args []*Type, ret *Type) []*CELPluginFu... method toSignatureID (line 284) | func (f *CELFunction) toSignatureID(t []*Type) string { method CompileOptions (line 295) | func (plugin *CELPlugin) CompileOptions() []cel.EnvOption { method ProgramOptions (line 330) | func (plugin *CELPlugin) ProgramOptions() []cel.ProgramOption { FILE: resolver/cel_test.go function TestCELFunction (line 15) | func TestCELFunction(t *testing.T) { FILE: resolver/context.go type context (line 7) | type context struct method clone (line 31) | func (c *context) clone() *context { method withVariableMap (line 46) | func (c *context) withVariableMap() *context { method withFile (line 54) | func (c *context) withFile(file *File) *context { method withMessage (line 60) | func (c *context) withMessage(msg *Message) *context { method withEnum (line 66) | func (c *context) withEnum(enum *Enum) *context { method withDefIndex (line 72) | func (c *context) withDefIndex(idx int) *context { method withPlugin (line 78) | func (c *context) withPlugin(plugin *CELPlugin) *context { method withErrDetailIndex (line 84) | func (c *context) withErrDetailIndex(idx int) *context { method addVariableDefinition (line 90) | func (c *context) addVariableDefinition(def *VariableDefinition) { method variableDef (line 94) | func (c *context) variableDef(name string) *VariableDefinition { method file (line 98) | func (c *context) file() *File { method fileName (line 102) | func (c *context) fileName() string { method messageName (line 109) | func (c *context) messageName() string { method enumName (line 116) | func (c *context) enumName() string { method defIndex (line 123) | func (c *context) defIndex() int { method errDetailIndex (line 127) | func (c *context) errDetailIndex() int { method addError (line 131) | func (c *context) addError(e *LocationError) { method error (line 135) | func (c *context) error() error { method addWarning (line 139) | func (c *context) addWarning(w *Warning) { method warnings (line 143) | func (c *context) warnings() []*Warning { type allWarnings (line 19) | type allWarnings struct function newContext (line 23) | func newContext() *context { FILE: resolver/def.go method Definitions (line 7) | func (set *VariableDefinitionSet) Definitions() VariableDefinitions { method DefinitionGroups (line 14) | func (set *VariableDefinitionSet) DefinitionGroups() []VariableDefinitio... method DependencyGraph (line 21) | func (set *VariableDefinitionSet) DependencyGraph() *MessageDependencyGr... method Definitions (line 28) | func (e *GRPCError) Definitions() VariableDefinitions { method DefinitionGroups (line 40) | func (e *GRPCError) DefinitionGroups() []VariableDefinitionGroup { method Definitions (line 52) | func (e *SwitchExpr) Definitions() VariableDefinitions { method DefinitionGroups (line 61) | func (e *SwitchExpr) DefinitionGroups() []VariableDefinitionGroup { method VariableDefinitions (line 70) | func (g *SequentialVariableDefinitionGroup) VariableDefinitions() Variab... method VariableDefinitions (line 79) | func (g *ConcurrentVariableDefinitionGroup) VariableDefinitions() Variab... method MessageToDefsMap (line 88) | func (set *VariableDefinitionSet) MessageToDefsMap() map[*Message]Variab... method MessageToDefsMap (line 98) | func (def *VariableDefinition) MessageToDefsMap() map[*Message]VariableD... method MessageToDefsMap (line 130) | func (e *CallExpr) MessageToDefsMap() map[*Message]VariableDefinitions { method MessageToDefsMap (line 140) | func (e *SwitchExpr) MessageToDefsMap() map[*Message]VariableDefinitions { method MessageToDefsMap (line 150) | func (e *ValidationExpr) MessageToDefsMap() map[*Message]VariableDefinit... method MessageToDefsMap (line 154) | func (e *GRPCError) MessageToDefsMap() map[*Message]VariableDefinitions { method MessageToDefsMap (line 164) | func (detail *GRPCErrorDetail) MessageToDefsMap() map[*Message]VariableD... method MessageExprs (line 172) | func (set *VariableDefinitionSet) MessageExprs() []*MessageExpr { method IsValidation (line 180) | func (def *VariableDefinition) IsValidation() bool { method MessageExprs (line 187) | func (def *VariableDefinition) MessageExprs() []*MessageExpr { method MessageExprs (line 207) | func (e *CallExpr) MessageExprs() []*MessageExpr { method MessageExprs (line 215) | func (e *MapExpr) MessageExprs() []*MessageExpr { method MessageExprs (line 225) | func (e *SwitchExpr) MessageExprs() []*MessageExpr { method MessageExprs (line 234) | func (e *ValidationExpr) MessageExprs() []*MessageExpr { method MessageExprs (line 238) | func (e *GRPCError) MessageExprs() []*MessageExpr { method MessageExprs (line 246) | func (detail *GRPCErrorDetail) MessageExprs() []*MessageExpr { method ReferenceNames (line 250) | func (set *VariableDefinitionSet) ReferenceNames() []string { method ReferenceNames (line 258) | func (def *VariableDefinition) ReferenceNames() []string { method ReferenceNames (line 267) | func (e *VariableExpr) ReferenceNames() []string { method ReferenceNames (line 291) | func (e *GRPCError) ReferenceNames() []string { method ReferenceNames (line 302) | func (detail *GRPCErrorDetail) ReferenceNames() []string { method ReferenceNames (line 332) | func (e *CallExpr) ReferenceNames() []string { method ReferenceNames (line 357) | func (e *MapExpr) ReferenceNames() []string { method ReferenceNames (line 375) | func (e *MapIteratorExpr) ReferenceNames() []string { method ReferenceNames (line 390) | func (e *SwitchExpr) ReferenceNames() []string { method MarkUsed (line 405) | func (set *VariableDefinitionSet) MarkUsed(nameRefMap map[string]struct{... method MarkUsed (line 411) | func (def *VariableDefinition) MarkUsed(nameRefMap map[string]struct{}) { method MarkUsed (line 431) | func (e *CallExpr) MarkUsed(nameRefMap map[string]struct{}) { method MarkUsed (line 437) | func (e *MapExpr) MarkUsed(_ map[string]struct{}) {} method MarkUsed (line 439) | func (e *SwitchExpr) MarkUsed(nameRefMap map[string]struct{}) { method MarkUsed (line 446) | func (e *ValidationExpr) MarkUsed(nameRefMap map[string]struct{}) { method MarkUsed (line 450) | func (e *GRPCError) MarkUsed(nameRefMap map[string]struct{}) { method MarkUsed (line 457) | func (detail *GRPCErrorDetail) MarkUsed(nameRefMap map[string]struct{}) { method ToVariableExpr (line 462) | func (e *MapIteratorExpr) ToVariableExpr() *VariableExpr { function toUniqueReferenceNames (line 470) | func toUniqueReferenceNames(names []string) []string { FILE: resolver/enum.go function NewEnumType (line 9) | func NewEnumType(enum *Enum, repeated bool) *Type { method HasValue (line 17) | func (e *Enum) HasValue(name string) bool { method Value (line 25) | func (e *Enum) Value(name string) *EnumValue { method AttributeMap (line 45) | func (e *Enum) AttributeMap() map[string][]*EnumValue { method Package (line 58) | func (e *Enum) Package() *Package { method GoPackage (line 68) | func (e *Enum) GoPackage() *GoPackage { method PackageName (line 78) | func (e *Enum) PackageName() string { method ReferenceNames (line 89) | func (e *EnumExpr) ReferenceNames() []string { FILE: resolver/error.go type Error (line 13) | type Error struct method Error (line 17) | func (e *Error) Error() string { type LocationError (line 26) | type LocationError struct method Error (line 31) | func (e *LocationError) Error() string { function ExtractIndividualErrors (line 36) | func ExtractIndividualErrors(err error) []error { function ToLocationError (line 48) | func ToLocationError(err error) *LocationError { function ErrWithLocation (line 57) | func ErrWithLocation(msg string, loc *source.Location) *LocationError { function WarnWithLocation (line 65) | func WarnWithLocation(msg string, loc *source.Location) *Warning { type errorBuilder (line 72) | type errorBuilder struct method add (line 76) | func (b *errorBuilder) add(err error) { method build (line 83) | func (b *errorBuilder) build() error { FILE: resolver/extension.go function getExtensionRule (line 12) | func getExtensionRule[T proto.Message](opts proto.Message, extType proto... function setRuleFromDynamicMessage (line 47) | func setRuleFromDynamicMessage(opts proto.Message, extFullName protorefl... FILE: resolver/field.go method HasRule (line 3) | func (f *Field) HasRule() bool { method HasCustomResolver (line 10) | func (f *Field) HasCustomResolver() bool { method HasMessageCustomResolver (line 17) | func (f *Field) HasMessageCustomResolver() bool { method TypeConversionDecls (line 24) | func (f *Field) TypeConversionDecls() []*TypeConversionDecl { method typeConversionDecls (line 31) | func (f *Field) typeConversionDecls(convertedFQDNMap map[string]struct{}... type FieldConversionKind (line 46) | type FieldConversionKind constant FieldConversionKindUnknown (line 49) | FieldConversionKindUnknown FieldConversionKind = 1 << iota constant FieldConversionKindValue (line 50) | FieldConversionKindValue constant FieldConversionKindAutoBind (line 51) | FieldConversionKindAutoBind constant FieldConversionKindAlias (line 52) | FieldConversionKindAlias constant FieldConversionKindOneof (line 53) | FieldConversionKindOneof method RequiredTypeConversion (line 58) | func (f *Field) RequiredTypeConversion(kind FieldConversionKind) bool { method SourceTypes (line 76) | func (f *Field) SourceTypes(kind FieldConversionKind) []*Type { FILE: resolver/file.go method PackageName (line 12) | func (f *File) PackageName() string { method HasServiceWithRule (line 19) | func (f *File) HasServiceWithRule() bool { method Message (line 28) | func (f *File) Message(name string) *Message { method AllEnums (line 38) | func (f *File) AllEnums() []*Enum { method AllEnumsIncludeDeps (line 47) | func (f *File) AllEnumsIncludeDeps() []*Enum { method AllUseMethods (line 52) | func (f *File) AllUseMethods() []*Method { method AllCELPlugins (line 69) | func (f *File) AllCELPlugins() []*CELPlugin { method allEnumsIncludeDeps (line 89) | func (f *File) allEnumsIncludeDeps(cacheMap map[string][]*Enum) []*Enum { method PrivatePackageName (line 113) | func (f *File) PrivatePackageName() string { method FindByPackageName (line 117) | func (f Files) FindByPackageName(pkg string) Files { type OutputFilePathResolver (line 127) | type OutputFilePathResolver struct method OutputDir (line 156) | func (r *OutputFilePathResolver) OutputDir(fileName string, gopkg *GoP... method OutputPath (line 171) | func (r *OutputFilePathResolver) OutputPath(file *File) (string, error) { method importBasedOutputDir (line 179) | func (r *OutputFilePathResolver) importBasedOutputDir(gopkg *GoPackage... method sourceRelativeBasedOutputDir (line 188) | func (r *OutputFilePathResolver) sourceRelativeBasedOutputDir(fileName... method modulePrefixBasedOutputDir (line 199) | func (r *OutputFilePathResolver) modulePrefixBasedOutputDir(gopkg *GoP... method FileName (line 216) | func (r *OutputFilePathResolver) FileName(file *File) string { method relativePath (line 222) | func (r *OutputFilePathResolver) relativePath(filePath string) string { function NewOutputFilePathResolver (line 131) | func NewOutputFilePathResolver(cfg OutputFilePathConfig) *OutputFilePath... type OutputFilePathMode (line 137) | type OutputFilePathMode constant ImportMode (line 140) | ImportMode OutputFilePathMode = 0 constant ModulePrefixMode (line 141) | ModulePrefixMode OutputFilePathMode = 1 constant SourceRelativeMode (line 142) | SourceRelativeMode OutputFilePathMode = 2 type OutputFilePathConfig (line 145) | type OutputFilePathConfig struct function IsGRPCFederationGeneratedFile (line 212) | func IsGRPCFederationGeneratedFile(path string) bool { FILE: resolver/file_test.go function TestOutputFileResolver (line 9) | func TestOutputFileResolver(t *testing.T) { FILE: resolver/format.go type ProtoFormatOption (line 11) | type ProtoFormatOption struct method indentFormat (line 17) | func (o *ProtoFormatOption) indentFormat() string { method toNextIndentLevel (line 25) | func (o *ProtoFormatOption) toNextIndentLevel() *ProtoFormatOption { method ProtoFormat (line 37) | func (r *FieldRule) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 57) | func (r *MessageRule) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 87) | func (defs VariableDefinitions) ProtoFormat(opt *ProtoFormatOption) stri... method ProtoFormat (line 102) | func (def *VariableDefinition) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 122) | func (e *VariableExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 145) | func (e *CallExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 167) | func (e *MapExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 186) | func (iter *Iterator) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 205) | func (e *MapIteratorExpr) ProtoFormat(opt *ProtoFormatOption) []string { method ProtoFormat (line 219) | func (e *MessageExpr) ProtoFormat(opt *ProtoFormatOption) string { method protoFormatMessageArgs (line 239) | func (e *MessageExpr) protoFormatMessageArgs(opt *ProtoFormatOption) str... method ProtoFormat (line 265) | func (e *EnumExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 284) | func (m *Method) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 291) | func (e *SwitchExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 307) | func (c *SwitchCaseExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 327) | func (d *SwitchDefaultExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 344) | func (r *Request) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 372) | func (f *AutoBindField) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 379) | func (e *ValidationExpr) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 398) | func (e *GRPCError) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 420) | func (d GRPCErrorDetails) ProtoFormat(opt *ProtoFormatOption) string { method ProtoFormat (line 433) | func (detail *GRPCErrorDetail) ProtoFormat(opt *ProtoFormatOption) string { method protoFormatDetails (line 458) | func (detail *GRPCErrorDetail) protoFormatDetails(opt *ProtoFormatOption... method ProtoFormat (line 471) | func (a *Argument) ProtoFormat(opt *ProtoFormatOption, isRequestArg bool... method ProtoFormat (line 492) | func (v *Value) ProtoFormat(opt *ProtoFormatOption) string { function DependencyGraphTreeFormat (line 505) | func DependencyGraphTreeFormat(groups []VariableDefinitionGroup) string { method treeFormat (line 530) | func (g *SequentialVariableDefinitionGroup) treeFormat(ctx *variableDefi... method treeFormat (line 543) | func (g *ConcurrentVariableDefinitionGroup) treeFormat(ctx *variableDefi... function treeFormatByVariableDefinitionGroup (line 556) | func treeFormatByVariableDefinitionGroup(ctx *variableDefinitionGroupTre... function treeFormatByVariableDefinition (line 581) | func treeFormatByVariableDefinition(ctx *variableDefinitionGroupTreeForm... method setTextMaxLength (line 587) | func (g *SequentialVariableDefinitionGroup) setTextMaxLength(ctx *variab... method setTextMaxLength (line 600) | func (g *ConcurrentVariableDefinitionGroup) setTextMaxLength(ctx *variab... function newVariableDefinitionGroupTreeFormatContext (line 613) | func newVariableDefinitionGroupTreeFormatContext() *variableDefinitionGr... constant lineSpace (line 621) | lineSpace = 2 method setupIndent (line 623) | func (c *variableDefinitionGroupTreeFormatContext) setupIndent() { method getTotalMaxLength (line 631) | func (c *variableDefinitionGroupTreeFormatContext) getTotalMaxLength(dep... method withLineDepth (line 640) | func (c *variableDefinitionGroupTreeFormatContext) withLineDepth() *vari... method withNextDepth (line 655) | func (c *variableDefinitionGroupTreeFormatContext) withNextDepth() *vari... method maxDepth (line 665) | func (c *variableDefinitionGroupTreeFormatContext) maxDepth() int { method lineIndents (line 676) | func (c *variableDefinitionGroupTreeFormatContext) lineIndents() []int { method currentIndent (line 686) | func (c *variableDefinitionGroupTreeFormatContext) currentIndent() int { method currentMaxLength (line 691) | func (c *variableDefinitionGroupTreeFormatContext) currentMaxLength() int { FILE: resolver/format_test.go function TestProtoFormat (line 16) | func TestProtoFormat(t *testing.T) { function toCodePtr (line 380) | func toCodePtr(c code.Code) *code.Code { function TestValidationExpr_ProtoFormat (line 384) | func TestValidationExpr_ProtoFormat(t *testing.T) { function TestGRPCError_ProtoFormat (line 425) | func TestGRPCError_ProtoFormat(t *testing.T) { function TestGRPCErrorDetails_ProtoFormat (line 487) | func TestGRPCErrorDetails_ProtoFormat(t *testing.T) { function TestGRPCErrorDetail_ProtoFormat (line 543) | func TestGRPCErrorDetail_ProtoFormat(t *testing.T) { function TestDependencyTreeFormat (line 617) | func TestDependencyTreeFormat(t *testing.T) { FILE: resolver/fqdn.go method FQDN (line 8) | func (s *Service) FQDN() string { method FQDN (line 15) | func (m *Method) FQDN() string { method FQDN (line 22) | func (m *Message) FQDN() string { method FQDN (line 32) | func (f *Field) FQDN() string { method FQDN (line 42) | func (f *OneofField) FQDN() string { method FQDN (line 49) | func (e *Enum) FQDN() string { method FQDN (line 59) | func (v *EnumValue) FQDN() string { method FQDN (line 66) | func (t *Type) FQDN() string { method FQDN (line 89) | func (n *MessageDependencyGraphNode) FQDN() string { FILE: resolver/graph.go function CreateAllMessageDependencyGraph (line 12) | func CreateAllMessageDependencyGraph(ctx *context, msgs []*Message) *All... method childMessages (line 48) | func (n *AllMessageDependencyGraphNode) childMessages() []*Message { type AllMessageDependencyGraphNodeReferenceBuilder (line 59) | type AllMessageDependencyGraphNodeReferenceBuilder struct method Build (line 75) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) Build(ctx *con... method buildVariableDefinition (line 100) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildVariableD... method buildCall (line 117) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildCall(ctx ... method buildMessage (line 123) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildMessage(c... method buildMap (line 156) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildMap(ctx *... method buildValidation (line 196) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildValidatio... method buildGRPCError (line 200) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildGRPCError... method buildGRPCErrorDetail (line 212) | func (b *AllMessageDependencyGraphNodeReferenceBuilder) buildGRPCError... function newAllMessageDependencyGraphNodeReferenceBuilder (line 66) | func newAllMessageDependencyGraphNodeReferenceBuilder(msgToNode map[*Mes... method VariableDefinitionGroups (line 224) | func (g *MessageDependencyGraph) VariableDefinitionGroups() []VariableDe... method uniqueChildren (line 234) | func (g *MessageDependencyGraph) uniqueChildren() []*MessageDependencyGr... method children (line 250) | func (g *MessageDependencyGraph) children(nodes []*MessageDependencyGrap... method createVariableDefinitionGroup (line 262) | func (g *MessageDependencyGraph) createVariableDefinitionGroup(node *Mes... function newMessageDependencyGraphNode (line 288) | func newMessageDependencyGraphNode(baseMsg *Message, def *VariableDefini... function setupVariableDefinitionSet (line 300) | func setupVariableDefinitionSet(ctx *context, baseMsg *Message, defSet *... function setupVariableDependencyByReferenceName (line 329) | func setupVariableDependencyByReferenceName(nodes []*MessageDependencyGr... function setupVariableDependencyByValidation (line 369) | func setupVariableDependencyByValidation(nodes []*MessageDependencyGraph... function setupVariableDependencyByValidationRecursive (line 373) | func setupVariableDependencyByValidationRecursive(parentMap map[*Message... function validateMessageGraph (line 436) | func validateMessageGraph(graph *MessageDependencyGraph) *LocationError { function validateMessageNode (line 445) | func validateMessageNode(node *MessageDependencyGraphNode) *LocationError { function validateMessageNodeCyclicDependency (line 452) | func validateMessageNodeCyclicDependency(target *MessageDependencyGraphN... function validateAllMessageGraph (line 495) | func validateAllMessageGraph(graph *AllMessageDependencyGraph) *Location... function validateAllMessageGraphNode (line 504) | func validateAllMessageGraphNode(node *AllMessageDependencyGraphNode) *L... function validateAllMessageGraphNodeCyclicDependency (line 511) | func validateAllMessageGraphNodeCyclicDependency(target *AllMessageDepen... FILE: resolver/message.go function NewMessage (line 11) | func NewMessage(name string, fields []*Field) *Message { function NewMessageType (line 15) | func NewMessageType(msg *Message, repeated bool) *Type { function NewMapType (line 23) | func NewMapType(key, value *Type) *Type { function NewMapTypeWithName (line 33) | func NewMapTypeWithName(name string, key, value *Type) *Type { function NewEnumSelectorType (line 44) | func NewEnumSelectorType(trueType, falseType *Type) *Type { function newMessageArgument (line 64) | func newMessageArgument(msg *Message) *Message { method ParentMessageNames (line 76) | func (m *Message) ParentMessageNames() []string { method Package (line 86) | func (m *Message) Package() *Package { method HasRule (line 96) | func (m *Message) HasRule() bool { method IsEnumSelector (line 115) | func (m *Message) IsEnumSelector() bool { method HasResolvers (line 122) | func (m *Message) HasResolvers() bool { method VariableDefinitionGroups (line 149) | func (m *Message) VariableDefinitionGroups() []VariableDefinitionGroup { method AllVariableDefinitions (line 187) | func (m *Message) AllVariableDefinitions() VariableDefinitions { method HasCELValue (line 224) | func (m *Message) HasCELValue() bool { method HasCustomResolver (line 275) | func (m *Message) HasCustomResolver() bool { method HasRuleEveryFields (line 283) | func (m *Message) HasRuleEveryFields() bool { method HasCustomResolverFields (line 296) | func (m *Message) HasCustomResolverFields() bool { method UseAllNameReference (line 304) | func (m *Message) UseAllNameReference() { method ReferenceNames (line 324) | func (e *MessageExpr) ReferenceNames() []string { method ReferenceNames (line 336) | func (m *Message) ReferenceNames() []string { method CustomResolverFields (line 359) | func (m *Message) CustomResolverFields() []*Field { method GoPackage (line 373) | func (m *Message) GoPackage() *GoPackage { method PackageName (line 383) | func (m *Message) PackageName() string { method FileName (line 394) | func (m *Message) FileName() string { method HasField (line 404) | func (m *Message) HasField(name string) bool { method Field (line 412) | func (m *Message) Field(name string) *Field { method Oneof (line 425) | func (m *Message) Oneof(name string) *Oneof { method AllMessages (line 441) | func (m *Message) AllMessages() []*Message { method AllEnums (line 453) | func (m *Message) AllEnums() []*Enum { method HasFieldRule (line 465) | func (m *Message) HasFieldRule() bool { method DependencyGraphTreeFormat (line 478) | func (m *Message) DependencyGraphTreeFormat() string { method TypeConversionDecls (line 488) | func (m *Message) TypeConversionDecls() []*TypeConversionDecl { method CustomResolvers (line 574) | func (m *Message) CustomResolvers() []*CustomResolver { method customResolvers (line 601) | func (m *Message) customResolvers(def *VariableDefinition) []*CustomReso... method GoPackageDependencies (line 618) | func (m *Message) GoPackageDependencies() []*GoPackage { function getGoPackageDependencies (line 645) | func getGoPackageDependencies(base *GoPackage, msg *Message, seenMsgMap ... method DependServices (line 666) | func (m *Message) DependServices() []*Service { method DependMethods (line 684) | func (m *Message) DependMethods() []*Method { method dependMethods (line 702) | func (m *Message) dependMethods(defMap map[*VariableDefinition]struct{})... FILE: resolver/method.go method FederationResponse (line 3) | func (m *Method) FederationResponse() *Message { FILE: resolver/oneof.go method IsSameType (line 8) | func (oneof *Oneof) IsSameType() bool { method IsConflict (line 36) | func (f *OneofField) IsConflict() bool { FILE: resolver/resolver.go type Resolver (line 38) | type Resolver struct method ResolveWellknownFiles (line 141) | func (r *Resolver) ResolveWellknownFiles() (Files, error) { method Resolve (line 154) | func (r *Resolver) Resolve() (*Result, error) { method resolvePackageAndFileReference (line 194) | func (r *Resolver) resolvePackageAndFileReference(ctx *context, files ... method resolveFileImportRule (line 230) | func (r *Resolver) resolveFileImportRule(ctx *context, files []*descri... method resolveFileImportRuleRecursive (line 260) | func (r *Resolver) resolveFileImportRuleRecursive(ctx *context, files ... method compileProto (line 315) | func (r *Resolver) compileProto(ctx pkgcontext.Context, path string) (... method findProto (line 335) | func (r *Resolver) findProto(path string) (string, error) { method resolveFiles (line 354) | func (r *Resolver) resolveFiles(ctx *context) []*File { method existsServiceRule (line 377) | func (r *Resolver) existsServiceRule(files []*File) bool { method allMessages (line 388) | func (r *Resolver) allMessages(files []*File) []*Message { method validateFiles (line 398) | func (r *Resolver) validateFiles(ctx *context, files []*File) { method validateFileImport (line 409) | func (r *Resolver) validateFileImport(ctx *context, file *File) { method lookupPackageNameMapUsedInProtoDefinitionFromFile (line 451) | func (r *Resolver) lookupPackageNameMapUsedInProtoDefinitionFromFile(c... method lookupPackageNameMapUsedInProtoDefinitionFromMessage (line 480) | func (r *Resolver) lookupPackageNameMapUsedInProtoDefinitionFromMessag... method lookupPackageNameMapRecursiveFromType (line 499) | func (r *Resolver) lookupPackageNameMapRecursiveFromType(typ *Type) ma... method lookupPackageNameMapUsedInGRPCFederationDefinitionFromFile (line 525) | func (r *Resolver) lookupPackageNameMapUsedInGRPCFederationDefinitionF... method lookupPackageNameMapUsedInGRPCFederationDefinitionFromMessage (line 555) | func (r *Resolver) lookupPackageNameMapUsedInGRPCFederationDefinitionF... method lookupPackageNameMapUsedInGRPCFederationDefinitionFromEnum (line 599) | func (r *Resolver) lookupPackageNameMapUsedInGRPCFederationDefinitionF... method lookupPackageNameMapFromVariableDefinitionSet (line 610) | func (r *Resolver) lookupPackageNameMapFromVariableDefinitionSet(ctx *... method lookupPackageNameMapFromGRPCError (line 662) | func (r *Resolver) lookupPackageNameMapFromGRPCError(ctx *context, err... method lookupPackageNameMapFromCELValue (line 697) | func (r *Resolver) lookupPackageNameMapFromCELValue(ctx *context, val ... method lookupPackageNameMapFromMessageArguments (line 725) | func (r *Resolver) lookupPackageNameMapFromMessageArguments(ctx *conte... method lookupPackageNameMapFromServiceVariables (line 737) | func (r *Resolver) lookupPackageNameMapFromServiceVariables(ctx *conte... method lookupPackageNameMapFromServiceVariableExpr (line 746) | func (r *Resolver) lookupPackageNameMapFromServiceVariableExpr(ctx *co... method resultFiles (line 795) | func (r *Resolver) resultFiles(allFiles []*File) []*File { method hasServiceOrPluginRuleFiles (line 816) | func (r *Resolver) hasServiceOrPluginRuleFiles(files []*File) []*File { method samePackageFiles (line 829) | func (r *Resolver) samePackageFiles(src *File) []*File { method validateService (line 840) | func (r *Resolver) validateService(ctx *context, svc *Service) { method validateMethodResponse (line 847) | func (r *Resolver) validateMethodResponse(ctx *context, service *Servi... method resolveFile (line 861) | func (r *Resolver) resolveFile(ctx *context, def *descriptorpb.FileDes... method resolveCELPlugin (line 916) | func (r *Resolver) resolveCELPlugin(ctx *context, fileDef *descriptorp... method resolvePluginMethod (line 954) | func (r *Resolver) resolvePluginMethod(ctx *context, msg *Message, fn ... method resolvePluginGlobalFunction (line 968) | func (r *Resolver) resolvePluginGlobalFunction(ctx *context, pkgName s... method resolvePluginFunctionArgumentsAndReturn (line 979) | func (r *Resolver) resolvePluginFunctionArgumentsAndReturn(ctx *contex... method resolvePluginFunctionArguments (line 996) | func (r *Resolver) resolvePluginFunctionArguments(ctx *context, args [... method resolvePluginType (line 1014) | func (r *Resolver) resolvePluginType(ctx *context, typ *federation.CEL... method toPluginFunctionID (line 1079) | func (r *Resolver) toPluginFunctionID(prefix string, t []*Type) string { method resolvePluginCapability (line 1090) | func (r *Resolver) resolvePluginCapability(def *federation.CELPluginCa... method resolveService (line 1109) | func (r *Resolver) resolveService(ctx *context, pkg *Package, name str... method resolveMethod (line 1154) | func (r *Resolver) resolveMethod(ctx *context, service *Service, metho... method resolveMessageByName (line 1212) | func (r *Resolver) resolveMessageByName(ctx *context, name string, bui... method resolveMessage (line 1228) | func (r *Resolver) resolveMessage(ctx *context, pkg *Package, name str... method resolveOneof (line 1290) | func (r *Resolver) resolveOneof(ctx *context, def *descriptorpb.OneofD... method resolveEnumByName (line 1307) | func (r *Resolver) resolveEnumByName(ctx *context, name string, builde... method resolveEnum (line 1323) | func (r *Resolver) resolveEnum(ctx *context, pkg *Package, name string... method resolveRule (line 1375) | func (r *Resolver) resolveRule(ctx *context, files []*File) { method resolveServiceRules (line 1386) | func (r *Resolver) resolveServiceRules(ctx *context, svcs []*Service) { method resolveMethodRules (line 1396) | func (r *Resolver) resolveMethodRules(ctx *context, mtds []*Method, bu... method resolveMessageRules (line 1402) | func (r *Resolver) resolveMessageRules(ctx *context, msgs []*Message, ... method resolveFieldRules (line 1420) | func (r *Resolver) resolveFieldRules(ctx *context, msg *Message, build... method validateFieldsOneofRule (line 1430) | func (r *Resolver) validateFieldsOneofRule(ctx *context, msg *Message,... method resolveAutoBindFields (line 1472) | func (r *Resolver) resolveAutoBindFields(ctx *context, msg *Message, b... method validateName (line 1548) | func (r *Resolver) validateName(name string) error { method validateMessages (line 1561) | func (r *Resolver) validateMessages(ctx *context, msgs []*Message) { method validateDuplicatedVariableName (line 1571) | func (r *Resolver) validateDuplicatedVariableName(ctx *context, msg *M... method validateDuplicatedVariableNameWithDef (line 1594) | func (r *Resolver) validateDuplicatedVariableNameWithDef(ctx *context,... method validateDuplicatedVariableNameWithGRPCError (line 1623) | func (r *Resolver) validateDuplicatedVariableNameWithGRPCError(ctx *co... method validateDuplicatedVariableNameWithSwitch (line 1635) | func (r *Resolver) validateDuplicatedVariableNameWithSwitch(ctx *conte... method validateDuplicatedVariableNameWithSwitchCase (line 1642) | func (r *Resolver) validateDuplicatedVariableNameWithSwitchCase(ctx *c... method validateDuplicatedVariableNameWithSwitchDefault (line 1648) | func (r *Resolver) validateDuplicatedVariableNameWithSwitchDefault(ctx... method validateMessageFields (line 1654) | func (r *Resolver) validateMessageFields(ctx *context, msg *Message, b... method validateRequestFieldType (line 1700) | func (r *Resolver) validateRequestFieldType(ctx *context, fromType *Ty... method findEnumAliasName (line 1818) | func (r *Resolver) findEnumAliasName(from, to *Enum) bool { method validateBindFieldEnumSelectorType (line 1841) | func (r *Resolver) validateBindFieldEnumSelectorType(ctx *context, enu... method validateBindFieldType (line 1851) | func (r *Resolver) validateBindFieldType(ctx *context, fromType *Type,... method validateEnumMultipleAliases (line 1959) | func (r *Resolver) validateEnumMultipleAliases(fromType *Type, toField... method resolveEnumRules (line 1988) | func (r *Resolver) resolveEnumRules(ctx *context, enums []*Enum) { method resolveServiceRule (line 2021) | func (r *Resolver) resolveServiceRule(ctx *context, svc *Service, def ... method resolveEnv (line 2033) | func (r *Resolver) resolveEnv(ctx *context, def *federation.Env, build... method resolveEnvVar (line 2087) | func (r *Resolver) resolveEnvVar(ctx *context, def *federation.EnvVar,... method resolveEnvVarWithField (line 2143) | func (r *Resolver) resolveEnvVarWithField(field *Field) *EnvVar { method resolveEnvType (line 2155) | func (r *Resolver) resolveEnvType(def *federation.EnvType, repeated bo... method resolveEnvVarOption (line 2207) | func (r *Resolver) resolveEnvVarOption(def *federation.EnvVarOption) *... method resolveServiceVariables (line 2219) | func (r *Resolver) resolveServiceVariables(ctx *context, svc *Service,... method resolveServiceVariable (line 2261) | func (r *Resolver) resolveServiceVariable(ctx *context, env *cel.Env, ... method resolveServiceVariableExpr (line 2389) | func (r *Resolver) resolveServiceVariableExpr(ctx *context, def *feder... method resolveServiceVariableValidationExpr (line 2407) | func (r *Resolver) resolveServiceVariableValidationExpr(ctx *context, ... method resolveMethodRule (line 2432) | func (r *Resolver) resolveMethodRule(ctx *context, mtd *Method, def *f... method resolveMessageRule (line 2493) | func (r *Resolver) resolveMessageRule(ctx *context, msg *Message, rule... method resolveMessageAliases (line 2524) | func (r *Resolver) resolveMessageAliases(ctx *context, aliasNames []st... method resolveVariableDefinitions (line 2554) | func (r *Resolver) resolveVariableDefinitions(ctx *context, varDefs []... method resolveVariableDefinition (line 2565) | func (r *Resolver) resolveVariableDefinition(ctx *context, varDef *fed... method resolveVariableExpr (line 2580) | func (r *Resolver) resolveVariableExpr(ctx *context, varDef *federatio... method resolveMapExpr (line 2600) | func (r *Resolver) resolveMapExpr(ctx *context, def *federation.MapExp... method resolveMapIterator (line 2610) | func (r *Resolver) resolveMapIterator(ctx *context, def *federation.It... method resolveMapIteratorExpr (line 2645) | func (r *Resolver) resolveMapIteratorExpr(ctx *context, def *federatio... method resolveMessageExpr (line 2657) | func (r *Resolver) resolveMessageExpr(ctx *context, def *federation.Me... method resolveEnumExpr (line 2688) | func (r *Resolver) resolveEnumExpr(ctx *context, def *federation.EnumE... method resolveCallExpr (line 2716) | func (r *Resolver) resolveCallExpr(ctx *context, def *federation.CallE... method resolveValidationExpr (line 2797) | func (r *Resolver) resolveValidationExpr(ctx *context, def *federation... method resolveSwitchExpr (line 2829) | func (r *Resolver) resolveSwitchExpr(ctx *context, def *federation.Swi... method resolveSwitchCases (line 2857) | func (r *Resolver) resolveSwitchCases(ctx *context, cases []*federatio... method resolveSwitchCaseExpr (line 2866) | func (r *Resolver) resolveSwitchCaseExpr(ctx *context, def *federation... method resolveSwitchDefaultExpr (line 2895) | func (r *Resolver) resolveSwitchDefaultExpr(ctx *context, def *federat... method resolveGRPCError (line 2922) | func (r *Resolver) resolveGRPCError(ctx *context, def *federation.GRPC... method resolveGRPCErrorLogLevel (line 2979) | func (r *Resolver) resolveGRPCErrorLogLevel(l federation.GRPCError_Log... method resolveGRPCErrorIf (line 2991) | func (r *Resolver) resolveGRPCErrorIf(expr string) *CELValue { method resolveGRPCErrorDetails (line 2998) | func (r *Resolver) resolveGRPCErrorDetails(ctx *context, details []*fe... method resolveGRPCDetailMessages (line 3047) | func (r *Resolver) resolveGRPCDetailMessages(ctx *context, messages []... method resolvePreconditionFailures (line 3069) | func (r *Resolver) resolvePreconditionFailures(failures []*errdetails.... method resolvePreconditionFailureViolations (line 3082) | func (r *Resolver) resolvePreconditionFailureViolations(violations []*... method resolveBadRequests (line 3103) | func (r *Resolver) resolveBadRequests(reqs []*errdetails.BadRequest) [... method resolveBadRequestFieldViolations (line 3116) | func (r *Resolver) resolveBadRequestFieldViolations(violations []*errd... method resolveLocalizedMessages (line 3134) | func (r *Resolver) resolveLocalizedMessages(messages []*errdetails.Loc... method resolveFieldRule (line 3150) | func (r *Resolver) resolveFieldRule(ctx *context, msg *Message, field ... method resolveFieldOneofRule (line 3213) | func (r *Resolver) resolveFieldOneofRule(ctx *context, field *Field, d... method resolveFieldRuleByAutoAlias (line 3265) | func (r *Resolver) resolveFieldRuleByAutoAlias(ctx *context, msg *Mess... method resolveFieldAlias (line 3301) | func (r *Resolver) resolveFieldAlias(ctx *context, msg *Message, field... method resolveEnumRule (line 3334) | func (r *Resolver) resolveEnumRule(ctx *context, ruleDef *federation.E... method resolveEnumAliases (line 3343) | func (r *Resolver) resolveEnumAliases(ctx *context, aliasNames []strin... method resolveEnumValueRule (line 3364) | func (r *Resolver) resolveEnumValueRule(ctx *context, enum *Enum, enum... method resolveEnumValueAlias (line 3412) | func (r *Resolver) resolveEnumValueAlias(ctx *context, enumValueName, ... method resolveEnumValueAttributes (line 3455) | func (r *Resolver) resolveEnumValueAttributes(ctx *context, defs []*fe... method resolveEnumValueAttribute (line 3470) | func (r *Resolver) resolveEnumValueAttribute(ctx *context, def *federa... method resolveEnumValueRuleByAutoAlias (line 3490) | func (r *Resolver) resolveEnumValueRuleByAutoAlias(ctx *context, enumV... method resolveFields (line 3517) | func (r *Resolver) resolveFields(ctx *context, fieldsDef []*descriptor... method resolveField (line 3542) | func (r *Resolver) resolveField(ctx *context, fieldDef *descriptorpb.F... method resolveType (line 3577) | func (r *Resolver) resolveType(ctx *context, typeName string, kind typ... method resolveRetry (line 3630) | func (r *Resolver) resolveRetry(ctx *context, def *federation.RetryPol... method resolveRetryConstant (line 3656) | func (r *Resolver) resolveRetryConstant(ctx *context, def *federation.... method resolveRetryExponential (line 3687) | func (r *Resolver) resolveRetryExponential(ctx *context, def *federati... method resolveGRPCCallOption (line 3752) | func (r *Resolver) resolveGRPCCallOption(ctx *context, def *federation... method resolveRequest (line 3840) | func (r *Resolver) resolveRequest(ctx *context, method *Method, reques... method resolveMessageExprArgument (line 3883) | func (r *Resolver) resolveMessageExprArgument(ctx *context, argDef *fe... method resolveMessageArgument (line 3917) | func (r *Resolver) resolveMessageArgument(ctx *context, files []*File) { method resolveMessageArgumentRecursive (line 3989) | func (r *Resolver) resolveMessageArgumentRecursive( method resolveMessageArgumentFields (line 4059) | func (r *Resolver) resolveMessageArgumentFields(ctx *context, arg *Mes... method validateMessageDependencyArgumentName (line 4153) | func (r *Resolver) validateMessageDependencyArgumentName(ctx *context,... method resolveMessageCELValues (line 4183) | func (r *Resolver) resolveMessageCELValues(ctx *context, env *cel.Env,... method resolveVariableDefinitionCELValues (line 4248) | func (r *Resolver) resolveVariableDefinitionCELValues(ctx *context, en... method resolveVariableExprCELValues (line 4289) | func (r *Resolver) resolveVariableExprCELValues(ctx *context, env *cel... method resolveMapExprCELValues (line 4319) | func (r *Resolver) resolveMapExprCELValues(ctx *context, env *cel.Env,... method resolveMapIteratorExprCELValues (line 4363) | func (r *Resolver) resolveMapIteratorExprCELValues(ctx *context, env *... method resolveCallExprCELValues (line 4383) | func (r *Resolver) resolveCallExprCELValues(ctx *context, env *cel.Env... method isMetadataType (line 4505) | func (r *Resolver) isMetadataType(typ *Type) bool { method resolveMessageExprCELValues (line 4529) | func (r *Resolver) resolveMessageExprCELValues(ctx *context, env *cel.... method resolveGRPCErrorCELValues (line 4555) | func (r *Resolver) resolveGRPCErrorCELValues(ctx *context, env *cel.En... method resolveGRPCErrorDetailCELValues (line 4622) | func (r *Resolver) resolveGRPCErrorDetailCELValues(ctx *context, env *... method resolveEnumExprCELValues (line 4775) | func (r *Resolver) resolveEnumExprCELValues(ctx *context, env *cel.Env... method resolveSwitchExprCELValues (line 4822) | func (r *Resolver) resolveSwitchExprCELValues(ctx *context, env *cel.E... method resolveUsedNameReference (line 4884) | func (r *Resolver) resolveUsedNameReference(msg *Message) { method resolveCELValue (line 4909) | func (r *Resolver) resolveCELValue(ctx *context, env *cel.Env, value *... method removeContextArgumentFromErrorText (line 4940) | func (r *Resolver) removeContextArgumentFromErrorText(err *cel.Error) { method createServiceCELEnv (line 4945) | func (r *Resolver) createServiceCELEnv(ctx *context, svc *Service, env... method createMessageCELEnv (line 4960) | func (r *Resolver) createMessageCELEnv(ctx *context, msg *Message, svc... method createCELEnv (line 4988) | func (r *Resolver) createCELEnv(ctx *context, envOpts ...cel.EnvOption... method buildEnvMessage (line 5012) | func (r *Resolver) buildEnvMessage(ctx *context, msg *Message, svcMsgS... method buildServiceVariablesMessage (line 5102) | func (r *Resolver) buildServiceVariablesMessage(ctx *context, msg *Mes... method createEnumAccessors (line 5201) | func (r *Resolver) createEnumAccessors(file *File) []cel.EnvOption { method createGRPCErrorAccessors (line 5248) | func (r *Resolver) createGRPCErrorAccessors(file *File) []cel.EnvOption { method enumOperators (line 5284) | func (r *Resolver) enumOperators() []cel.EnvOption { method fromCELType (line 5299) | func (r *Resolver) fromCELType(ctx *context, typ *cel.Type) (*Type, er... method resolveAutoBind (line 5585) | func (r *Resolver) resolveAutoBind(ctx *context, files []*File) { method resolveMessageDependencies (line 5594) | func (r *Resolver) resolveMessageDependencies(ctx *context, files []*F... method resolveGRPCErrorMessageDependencies (line 5634) | func (r *Resolver) resolveGRPCErrorMessageDependencies(ctx *context, m... method resolveValue (line 5646) | func (r *Resolver) resolveValue(def *commonValueDef) (*Value, error) { method lookupRequestMessageFromResponseMessage (line 5680) | func (r *Resolver) lookupRequestMessageFromResponseMessage(resMsg *Mes... method splitMethodFullName (line 5689) | func (r *Resolver) splitMethodFullName(pkg *Package, name string) (str... method lookupMessage (line 5708) | func (r *Resolver) lookupMessage(pkg *Package, name string) (*File, *d... method lookupEnum (line 5729) | func (r *Resolver) lookupEnum(pkg *Package, name string) (*File, *desc... method lookupEnumRecursive (line 5758) | func (r *Resolver) lookupEnumRecursive(name, parent string, msg *descr... method lookupMessageRecursive (line 5775) | func (r *Resolver) lookupMessageRecursive(name, parent string, msg *de... method lookupService (line 5789) | func (r *Resolver) lookupService(pkg *Package, name string) (*File, *d... method lookupPackage (line 5804) | func (r *Resolver) lookupPackage(name string) (*Package, error) { method trimPackage (line 5820) | func (r *Resolver) trimPackage(pkg *Package, name string) string { type Option (line 67) | type Option type option (line 69) | type option struct function ImportPathOption (line 73) | func ImportPathOption(paths ...string) Option { function New (line 79) | func New(files []*descriptorpb.FileDescriptorProto, opts ...Option) *Res... function cloneFileDefs (line 119) | func cloneFileDefs(files []*descriptorpb.FileDescriptorProto) []*descrip... type Result (line 128) | type Result struct type Warning (line 136) | type Warning struct function ResolveGoPackage (line 362) | func ResolveGoPackage(def *descriptorpb.FileDescriptorProto) (*GoPackage... constant namePattern (line 1539) | namePattern = `^[a-zA-Z][a-zA-Z0-9_]*$` function findMessageAliasName (line 1795) | func findMessageAliasName(from, to *Message) bool { constant privateProtoFile (line 5410) | privateProtoFile = "grpc/federation/private.proto" constant timeProtoFile (line 5411) | timeProtoFile = "grpc/federation/time.proto" constant durationProtoFile (line 5412) | durationProtoFile = "google/protobuf/duration.proto" function messageArgumentFileDescriptor (line 5415) | func messageArgumentFileDescriptor(arg *Message) *descriptorpb.FileDescr... function envVarsToMessage (line 5447) | func envVarsToMessage(file *File, name string, envVars []*EnvVar) *Messa... function svcVarsToMessage (line 5465) | func svcVarsToMessage(file *File, name string, svcVars []*ServiceVariabl... function dynamicMsgFileDescriptor (line 5489) | func dynamicMsgFileDescriptor(srcMsg *Message, fileName string) *descrip... function messageToDescriptor (line 5521) | func messageToDescriptor(m *Message) *descriptorpb.DescriptorProto { function toMapEntryName (line 5567) | func toMapEntryName(s string) string { function isDifferentType (line 5828) | func isDifferentType(from, to *Type) bool { function isDifferentArgumentType (line 5845) | func isDifferentArgumentType(from, to *Type) bool { function isExactlySameType (line 5874) | func isExactlySameType(left, right *Type) bool { function toFieldBuilder (line 5908) | func toFieldBuilder(builder *source.MessageBuilder, field *Field) *sourc... function newMessageBuilderFromMessage (line 5915) | func newMessageBuilderFromMessage(message *Message) *source.MessageBuild... function splitGoPackageName (line 5923) | func splitGoPackageName(goPackage string) (string, string, error) { FILE: resolver/resolver_test.go function TestSimpleAggregation (line 19) | func TestSimpleAggregation(t *testing.T) { function TestCreatePost (line 613) | func TestCreatePost(t *testing.T) { function TestMinimum (line 884) | func TestMinimum(t *testing.T) { function TestCustomResolver (line 965) | func TestCustomResolver(t *testing.T) { function TestAsync (line 1191) | func TestAsync(t *testing.T) { function TestAlias (line 1639) | func TestAlias(t *testing.T) { function TestAutobind (line 1897) | func TestAutobind(t *testing.T) { function TestMultiUser (line 2073) | func TestMultiUser(t *testing.T) { function TestOneof (line 2307) | func TestOneof(t *testing.T) { function TestValidation (line 2574) | func TestValidation(t *testing.T) { function TestMap (line 2803) | func TestMap(t *testing.T) { function TestCondition (line 3221) | func TestCondition(t *testing.T) { function TestErrorHandler (line 3495) | func TestErrorHandler(t *testing.T) { function TestInlineEnv (line 3746) | func TestInlineEnv(t *testing.T) { function TestRefEnv (line 3871) | func TestRefEnv(t *testing.T) { function getUserProtoBuilder (line 3996) | func getUserProtoBuilder(t *testing.T) *testutil.FileBuilder { function getPostProtoBuilder (line 4099) | func getPostProtoBuilder(t *testing.T) *testutil.FileBuilder { function getNestedPostProtoBuilder (line 4199) | func getNestedPostProtoBuilder(t *testing.T) *testutil.FileBuilder { function TestGRPCError_ReferenceNames (line 4290) | func TestGRPCError_ReferenceNames(t *testing.T) { function newStringValue (line 4429) | func newStringValue(s string) *resolver.Value { function newInt64Value (line 4438) | func newInt64Value(i int64) *resolver.Value { function TestDependencyDetection (line 4450) | func TestDependencyDetection(t *testing.T) { function TestSwitch (line 4503) | func TestSwitch(t *testing.T) { FILE: resolver/service.go method GoPackage (line 8) | func (s *Service) GoPackage() *GoPackage { method Package (line 18) | func (s *Service) Package() *Package { method PackageName (line 28) | func (s *Service) PackageName() string { method Method (line 39) | func (s *Service) Method(name string) *Method { method HasMessageInMethod (line 51) | func (s *Service) HasMessageInMethod(msg *Message) bool { method HasMessageInVariables (line 66) | func (s *Service) HasMessageInVariables(msg *Message) bool { method GoPackageDependencies (line 80) | func (s *Service) GoPackageDependencies() []*GoPackage { type CustomResolver (line 96) | type CustomResolver struct method FQDN (line 101) | func (r *CustomResolver) FQDN() string { method CustomResolvers (line 111) | func (s *Service) CustomResolvers() []*CustomResolver { method ExistsCustomResolver (line 131) | func (s *Service) ExistsCustomResolver() bool { method ServiceDependencies (line 138) | func (s *Service) ServiceDependencies() []*ServiceDependency { method UseServices (line 156) | func (s *Service) UseServices() []*Service { method MessageExprs (line 176) | func (sv *ServiceVariable) MessageExprs() []*MessageExpr { method ToVariableDefinition (line 190) | func (sv *ServiceVariable) ToVariableDefinition() *VariableDefinition { FILE: resolver/std_fd.go function stdFileDescriptors (line 22) | func stdFileDescriptors() []*descriptorpb.FileDescriptorProto { FILE: resolver/type_conversion.go method FQDN (line 9) | func (decl *TypeConversionDecl) FQDN() string { function typeConversionDecls (line 13) | func typeConversionDecls(fromType, toType *Type, convertedFQDNMap map[st... function enumSelectorTypeConversionDecls (line 85) | func enumSelectorTypeConversionDecls(msg *Message, toType *Type, convert... function uniqueTypeConversionDecls (line 99) | func uniqueTypeConversionDecls(decls []*TypeConversionDecl) []*TypeConve... function sortTypeConversionDecls (line 111) | func sortTypeConversionDecls(decls []*TypeConversionDecl) []*TypeConvers... function requiredTypeConversion (line 118) | func requiredTypeConversion(fromType, toType *Type) bool { FILE: resolver/types.go type Package (line 15) | type Package struct type CELPlugin (line 20) | type CELPlugin struct type CELPluginCapability (line 27) | type CELPluginCapability struct type CELPluginEnvCapability (line 33) | type CELPluginEnvCapability struct type CELPluginFileSystemCapability (line 38) | type CELPluginFileSystemCapability struct type CELPluginNetworkCapability (line 42) | type CELPluginNetworkCapability struct type CELFunction (line 45) | type CELFunction struct type File (line 53) | type File struct type Files (line 65) | type Files type GoPackage (line 67) | type GoPackage struct type Service (line 73) | type Service struct type Method (line 84) | type Method struct type ServiceRule (line 93) | type ServiceRule struct type Env (line 98) | type Env struct type EnvVar (line 102) | type EnvVar struct type EnvVarOption (line 108) | type EnvVarOption struct type ServiceVariable (line 115) | type ServiceVariable struct type ServiceVariableExpr (line 121) | type ServiceVariableExpr struct type ServiceVariableValidationExpr (line 131) | type ServiceVariableValidationExpr struct type ServiceDependency (line 136) | type ServiceDependency struct type MethodRule (line 141) | type MethodRule struct type Message (line 146) | type Message struct type Enum (line 159) | type Enum struct type EnumRule (line 167) | type EnumRule struct type EnumValue (line 171) | type EnumValue struct type EnumValueRule (line 177) | type EnumValueRule struct type EnumValueAlias (line 184) | type EnumValueAlias struct type EnumValueAttribute (line 189) | type EnumValueAttribute struct type MessageRule (line 194) | type MessageRule struct type VariableDefinitionSet (line 201) | type VariableDefinitionSet struct type VariableDefinition (line 207) | type VariableDefinition struct type VariableDefinitions (line 217) | type VariableDefinitions type VariableDefinitionGroupType (line 219) | type VariableDefinitionGroupType constant SequentialVariableDefinitionGroupType (line 222) | SequentialVariableDefinitionGroupType VariableDefinitionGroupType = "seq... constant ConcurrentVariableDefinitionGroupType (line 223) | ConcurrentVariableDefinitionGroupType VariableDefinitionGroupType = "con... type VariableDefinitionGroup (line 226) | type VariableDefinitionGroup interface type variableDefinitionGroupTreeFormatContext (line 233) | type variableDefinitionGroupTreeFormatContext struct type SequentialVariableDefinitionGroup (line 240) | type SequentialVariableDefinitionGroup struct method Type (line 245) | func (g *SequentialVariableDefinitionGroup) Type() VariableDefinitionG... type ConcurrentVariableDefinitionGroup (line 249) | type ConcurrentVariableDefinitionGroup struct method Type (line 254) | func (g *ConcurrentVariableDefinitionGroup) Type() VariableDefinitionG... type VariableExpr (line 258) | type VariableExpr struct type CallExpr (line 269) | type CallExpr struct type GRPCCallOption (line 279) | type GRPCCallOption struct type MapExpr (line 289) | type MapExpr struct type Iterator (line 294) | type Iterator struct type MapIteratorExpr (line 299) | type MapIteratorExpr struct type MessageExpr (line 306) | type MessageExpr struct type EnumExpr (line 311) | type EnumExpr struct type ValidationExpr (line 316) | type ValidationExpr struct type SwitchExpr (line 321) | type SwitchExpr struct type SwitchCaseExpr (line 327) | type SwitchCaseExpr struct type SwitchDefaultExpr (line 333) | type SwitchDefaultExpr struct type GRPCError (line 338) | type GRPCError struct type GRPCErrorDetails (line 349) | type GRPCErrorDetails type GRPCErrorDetail (line 351) | type GRPCErrorDetail struct type PreconditionFailure (line 361) | type PreconditionFailure struct type PreconditionFailureViolation (line 365) | type PreconditionFailureViolation struct type BadRequest (line 371) | type BadRequest struct type BadRequestFieldViolation (line 375) | type BadRequestFieldViolation struct type LocalizedMessage (line 380) | type LocalizedMessage struct type TypeConversionDecl (line 385) | type TypeConversionDecl struct type Oneof (line 390) | type Oneof struct type Field (line 396) | type Field struct type OneofField (line 405) | type OneofField struct type AutoBindField (line 409) | type AutoBindField struct type FieldRule (line 414) | type FieldRule struct type FieldOneofRule (line 432) | type FieldOneofRule struct type AllMessageDependencyGraph (line 439) | type AllMessageDependencyGraph struct type AllMessageDependencyGraphNode (line 443) | type AllMessageDependencyGraphNode struct type MessageDependencyGraph (line 449) | type MessageDependencyGraph struct type MessageDependencyGraphNode (line 453) | type MessageDependencyGraphNode struct type Type (line 462) | type Type struct method Clone (line 471) | func (t *Type) Clone() *Type { method IsNumber (line 482) | func (t *Type) IsNumber() bool { method IsNumberWrapper (line 501) | func (t *Type) IsNumberWrapper() bool { method IsEnumSelector (line 509) | func (t *Type) IsEnumSelector() bool { type MethodCall (line 513) | type MethodCall struct type RetryPolicy (line 520) | type RetryPolicy struct method MaxRetries (line 526) | func (p *RetryPolicy) MaxRetries() uint64 { type RetryPolicyConstant (line 536) | type RetryPolicyConstant struct type RetryPolicyExponential (line 541) | type RetryPolicyExponential struct type Request (line 550) | type Request struct type GRPCErrorIndexes (line 555) | type GRPCErrorIndexes struct type Argument (line 560) | type Argument struct type Value (line 567) | type Value struct type CELValue (line 572) | type CELValue struct type EnvKey (line 578) | type EnvKey FILE: resolver/value.go method Type (line 7) | func (v *Value) Type() *Type { method ReferenceNames (line 17) | func (v *Value) ReferenceNames() []string { method ReferenceNames (line 24) | func (v *CELValue) ReferenceNames() []string { type commonValueDef (line 58) | type commonValueDef struct method GetBy (line 65) | func (def *commonValueDef) GetBy() string { method GetInline (line 72) | func (def *commonValueDef) GetInline() string { method GetAlias (line 79) | func (def *commonValueDef) GetAlias() string { function fieldRuleToCommonValueDef (line 86) | func fieldRuleToCommonValueDef(def *federation.FieldRule) *commonValueDef { function methodRequestToCommonValueDef (line 94) | func methodRequestToCommonValueDef(def *federation.MethodRequest) *commo... function argumentToCommonValueDef (line 100) | func argumentToCommonValueDef(def *federation.Argument) *commonValueDef { function NewByValue (line 107) | func NewByValue(expr string, out *Type) *Value { FILE: resolver/wellknown_types.go function init (line 21) | func init() { FILE: source/clone.go method Clone (line 3) | func (loc *Location) Clone() *Location { method Clone (line 17) | func (e *Export) Clone() *Export { method Clone (line 29) | func (w *Wasm) Clone() *Wasm { method Clone (line 39) | func (t *PluginType) Clone() *PluginType { method Clone (line 50) | func (f *PluginFunction) Clone() *PluginFunction { method Clone (line 62) | func (a *PluginFunctionArgument) Clone() *PluginFunctionArgument { method Clone (line 72) | func (s *Service) Clone() *Service { method Clone (line 83) | func (m *Method) Clone() *Method { method Clone (line 95) | func (o *ServiceOption) Clone() *ServiceOption { method Clone (line 105) | func (e *Env) Clone() *Env { method Clone (line 115) | func (v *EnvVar) Clone() *EnvVar { method Clone (line 127) | func (o *EnvVarOption) Clone() *EnvVarOption { method Clone (line 139) | func (sv *ServiceVariable) Clone() *ServiceVariable { method Clone (line 156) | func (v *ServiceVariableValidationExpr) Clone() *ServiceVariableValidati... method Clone (line 166) | func (o *MethodOption) Clone() *MethodOption { method Clone (line 176) | func (e *Enum) Clone() *Enum { method Clone (line 187) | func (o *EnumOption) Clone() *EnumOption { method Clone (line 196) | func (v *EnumValue) Clone() *EnumValue { method Clone (line 206) | func (o *EnumValueOption) Clone() *EnumValueOption { method Clone (line 217) | func (a *EnumValueAttribute) Clone() *EnumValueAttribute { method Clone (line 228) | func (m *Message) Clone() *Message { method Clone (line 242) | func (f *Field) Clone() *Field { method Clone (line 252) | func (o *FieldOption) Clone() *FieldOption { method Clone (line 263) | func (o *FieldOneof) Clone() *FieldOneof { method Clone (line 275) | func (o *Oneof) Clone() *Oneof { method Clone (line 286) | func (o *OneofOption) Clone() *OneofOption { method Clone (line 293) | func (o *MessageOption) Clone() *MessageOption { method Clone (line 303) | func (o *VariableDefinitionOption) Clone() *VariableDefinitionOption { method Clone (line 321) | func (o *MapExprOption) Clone() *MapExprOption { method Clone (line 333) | func (o *IteratorOption) Clone() *IteratorOption { method Clone (line 343) | func (o *CallExprOption) Clone() *CallExprOption { method Clone (line 358) | func (o *GRPCCallOption) Clone() *GRPCCallOption { method Clone (line 373) | func (o *MessageExprOption) Clone() *MessageExprOption { method Clone (line 383) | func (o *EnumExprOption) Clone() *EnumExprOption { method Clone (line 393) | func (o *RequestOption) Clone() *RequestOption { method Clone (line 404) | func (o *RetryOption) Clone() *RetryOption { method Clone (line 414) | func (o *RetryConstantOption) Clone() *RetryConstantOption { method Clone (line 424) | func (o *RetryExponentialOption) Clone() *RetryExponentialOption { method Clone (line 437) | func (o *ArgumentOption) Clone() *ArgumentOption { method Clone (line 449) | func (o *ValidationExprOption) Clone() *ValidationExprOption { method Clone (line 459) | func (o *GRPCErrorOption) Clone() *GRPCErrorOption { method Clone (line 474) | func (o *GRPCErrorDetailOption) Clone() *GRPCErrorDetailOption { method Clone (line 489) | func (o *GRPCErrorDetailPreconditionFailureOption) Clone() *GRPCErrorDet... method Clone (line 499) | func (o *GRPCErrorDetailBadRequestOption) Clone() *GRPCErrorDetailBadReq... method Clone (line 509) | func (o *GRPCErrorDetailLocalizedMessageOption) Clone() *GRPCErrorDetail... method Clone (line 519) | func (o *SwitchExprOption) Clone() *SwitchExprOption { method Clone (line 529) | func (o *SwitchCaseExprOption) Clone() *SwitchCaseExprOption { method Clone (line 541) | func (o *SwitchDefaultExprOption) Clone() *SwitchDefaultExprOption { FILE: source/file.go constant fileOptionName (line 16) | fileOptionName = "grpc.federation.file" constant serviceOptionName (line 17) | serviceOptionName = "grpc.federation.service" constant methodOptionName (line 18) | methodOptionName = "grpc.federation.method" constant msgOptionName (line 19) | msgOptionName = "grpc.federation.message" constant oneofOptionName (line 20) | oneofOptionName = "grpc.federation.oneof" constant fieldOptionName (line 21) | fieldOptionName = "grpc.federation.field" constant enumOptionName (line 22) | enumOptionName = "grpc.federation.enum" constant enumValueOptionName (line 23) | enumValueOptionName = "grpc.federation.enum_value" type File (line 28) | type File struct method Read (line 68) | func (f *File) Read(b []byte) (int, error) { method Close (line 72) | func (f *File) Close() error { method AST (line 76) | func (f *File) AST() *ast.FileNode { method Path (line 80) | func (f *File) Path() string { method Content (line 84) | func (f *File) Content() []byte { method Imports (line 88) | func (f *File) Imports() []string { method ImportsByImportRule (line 100) | func (f *File) ImportsByImportRule() []string { method FindLocationByPos (line 114) | func (f *File) FindLocationByPos(pos Position) *Location { method findFileOptionByPos (line 161) | func (f *File) findFileOptionByPos(builder *LocationBuilder, pos Posit... method findImportByPos (line 193) | func (f *File) findImportByPos(builder *LocationBuilder, pos Position,... method findMessageByPos (line 200) | func (f *File) findMessageByPos(builder *MessageBuilder, pos Position,... method findEnumByPos (line 246) | func (f *File) findEnumByPos(builder *EnumBuilder, pos Position, node ... method findEnumOptionByPos (line 271) | func (f *File) findEnumOptionByPos(builder *EnumBuilder, pos Position,... method findEnumValueByPos (line 293) | func (f *File) findEnumValueByPos(builder *EnumValueBuilder, pos Posit... method findEnumValueOptionByPos (line 310) | func (f *File) findEnumValueOptionByPos(builder *EnumValueOptionBuilde... method findAttrByPos (line 371) | func (f *File) findAttrByPos(builder *EnumValueAttributeBuilder, pos P... method findOneofByPos (line 391) | func (f *File) findOneofByPos(builder *OneofBuilder, pos Position, nod... method findFieldByPos (line 409) | func (f *File) findFieldByPos(builder *FieldBuilder, pos Position, nod... method findFieldOptionByPos (line 430) | func (f *File) findFieldOptionByPos(builder *FieldOptionBuilder, pos P... method findFieldOneofByPos (line 472) | func (f *File) findFieldOneofByPos(builder *FieldOneofBuilder, pos Pos... method findMessageOptionByPos (line 507) | func (f *File) findMessageOptionByPos(builder *MessageOptionBuilder, p... method findDefByPos (line 543) | func (f *File) findDefByPos(builder *VariableDefinitionOptionBuilder, ... method findMessageExprByPos (line 638) | func (f *File) findMessageExprByPos(builder *MessageExprOptionBuilder,... method findEnumExprByPos (line 665) | func (f *File) findEnumExprByPos(builder *EnumExprOptionBuilder, pos P... method findSwitchExprByPos (line 685) | func (f *File) findSwitchExprByPos(builder *SwitchExprOptionBuilder, p... method findSwitchCaseExprByPos (line 720) | func (f *File) findSwitchCaseExprByPos(builder *SwitchCaseExprOptionBu... method findSwitchDefaultExprByPos (line 748) | func (f *File) findSwitchDefaultExprByPos(builder *SwitchDefaultExprOp... method findMessageArgumentByPos (line 772) | func (f *File) findMessageArgumentByPos(builder *ArgumentOptionBuilder... method findCallExprByPos (line 793) | func (f *File) findCallExprByPos(builder *CallExprOptionBuilder, pos P... method findRetryOptionByPos (line 863) | func (f *File) findRetryOptionByPos(builder *RetryOptionBuilder, pos P... method findGRPCCallOptionByPos (line 911) | func (f *File) findGRPCCallOptionByPos(builder *GRPCCallOptionBuilder,... method findMethodRequestByPos (line 951) | func (f *File) findMethodRequestByPos(builder *RequestOptionBuilder, p... method findGRPCErrorByPos (line 975) | func (f *File) findGRPCErrorByPos(builder *GRPCErrorOptionBuilder, pos... method findGRPCErrorDetailByPos (line 1024) | func (f *File) findGRPCErrorDetailByPos(builder *GRPCErrorDetailOption... method findValidationExprByPos (line 1065) | func (f *File) findValidationExprByPos(builder *ValidationExprOptionBu... method findMapExprByPos (line 1092) | func (f *File) findMapExprByPos(builder *MapExprOptionBuilder, pos Pos... method findServiceByPos (line 1130) | func (f *File) findServiceByPos(builder *ServiceBuilder, pos Position,... method findServiceOptionByPos (line 1152) | func (f *File) findServiceOptionByPos(builder *ServiceOptionBuilder, p... method findServiceVariableByPos (line 1186) | func (f *File) findServiceVariableByPos(builder *ServiceVariableBuilde... method findServiceVariableValidationExprByPos (line 1269) | func (f *File) findServiceVariableValidationExprByPos(builder *Service... method findEnvByPos (line 1289) | func (f *File) findEnvByPos(builder *EnvBuilder, pos Position, node *a... method findEnvVarByPos (line 1316) | func (f *File) findEnvVarByPos(builder *EnvVarBuilder, pos Position, n... method findEnvVarOptionByPos (line 1347) | func (f *File) findEnvVarOptionByPos(builder *EnvVarOptionBuilder, pos... method findMethodByPos (line 1375) | func (f *File) findMethodByPos(builder *MethodBuilder, pos Position, n... method findMethodOptionByPos (line 1393) | func (f *File) findMethodOptionByPos(builder *MethodOptionBuilder, pos... method getMessageListFromNode (line 1415) | func (f *File) getMessageListFromNode(node ast.Node) []*ast.MessageLit... method containsPos (line 1433) | func (f *File) containsPos(node ast.Node, pos Position) bool { method optionName (line 1456) | func (f *File) optionName(node *ast.OptionNode) string { method importPathValuesByImportRule (line 1464) | func (f *File) importPathValuesByImportRule(node *ast.OptionNode) []*a... method NodeInfoByLocation (line 1510) | func (f *File) NodeInfoByLocation(loc *Location) *ast.NodeInfo { method nodeInfoByMessage (line 1557) | func (f *File) nodeInfoByMessage(node *ast.MessageNode, msg *Message) ... method nodeInfoByOneof (line 1607) | func (f *File) nodeInfoByOneof(node *ast.OneofNode, oneof *Oneof) *ast... method nodeInfoByEnum (line 1629) | func (f *File) nodeInfoByEnum(node *ast.EnumNode, enum *Enum) *ast.Nod... method nodeInfoByEnumOption (line 1651) | func (f *File) nodeInfoByEnumOption(node *ast.OptionNode, opt *EnumOpt... method nodeInfoByEnumValue (line 1669) | func (f *File) nodeInfoByEnumValue(node *ast.EnumValueNode, value *Enu... method nodeInfoByEnumValueOption (line 1682) | func (f *File) nodeInfoByEnumValueOption(node *ast.OptionNode, opt *En... method nodeInfoByEnumValueAttribute (line 1714) | func (f *File) nodeInfoByEnumValueAttribute(list []*ast.MessageLiteral... method nodeInfoByMessageOption (line 1739) | func (f *File) nodeInfoByMessageOption(node *ast.OptionNode, opt *Mess... method nodeInfoByDef (line 1763) | func (f *File) nodeInfoByDef(list []*ast.MessageLiteralNode, def *Vari... method nodeInfoByMapExpr (line 1830) | func (f *File) nodeInfoByMapExpr(node *ast.MessageLiteralNode, opt *Ma... method nodeInfoByCallExpr (line 1871) | func (f *File) nodeInfoByCallExpr(node *ast.MessageLiteralNode, call *... method nodeInfoByGRPCCallOption (line 1920) | func (f *File) nodeInfoByGRPCCallOption(node *ast.MessageLiteralNode, ... method nodeInfoByMethodRequest (line 1963) | func (f *File) nodeInfoByMethodRequest(list []*ast.MessageLiteralNode,... method nodeInfoByRetry (line 1994) | func (f *File) nodeInfoByRetry(node *ast.MessageLiteralNode, retry *Re... method nodeInfoByRetryConstant (line 2021) | func (f *File) nodeInfoByRetryConstant(node *ast.MessageLiteralNode, c... method nodeInfoByRetryExponential (line 2034) | func (f *File) nodeInfoByRetryExponential(node *ast.MessageLiteralNode... method nodeInfoByMessageExpr (line 2053) | func (f *File) nodeInfoByMessageExpr(node *ast.MessageLiteralNode, msg... method nodeInfoByEnumExpr (line 2074) | func (f *File) nodeInfoByEnumExpr(node *ast.MessageLiteralNode, expr *... method nodeInfoByValidationExpr (line 2095) | func (f *File) nodeInfoByValidationExpr(node *ast.MessageLiteralNode, ... method nodeInfoByGRPCError (line 2116) | func (f *File) nodeInfoByGRPCError(list []*ast.MessageLiteralNode, opt... method nodeInfoByGRPCErrorDetail (line 2161) | func (f *File) nodeInfoByGRPCErrorDetail(list []*ast.MessageLiteralNod... method nodeInfoBySwitchExpr (line 2219) | func (f *File) nodeInfoBySwitchExpr(node *ast.MessageLiteralNode, opt ... method nodeInfoBySwitchCaseExpr (line 2244) | func (f *File) nodeInfoBySwitchCaseExpr(node *ast.MessageLiteralNode, ... method nodeInfoBySwitchDefaultExpr (line 2271) | func (f *File) nodeInfoBySwitchDefaultExpr(node *ast.MessageLiteralNod... method nodeInfoByPreconditionFailure (line 2292) | func (f *File) nodeInfoByPreconditionFailure(list []*ast.MessageLitera... method nodeInfoByPreconditionFailureViolations (line 2310) | func (f *File) nodeInfoByPreconditionFailureViolations(list []*ast.Mes... method nodeInfoByBadRequest (line 2328) | func (f *File) nodeInfoByBadRequest(list []*ast.MessageLiteralNode, re... method nodeInfoByLocalizedMessage (line 2346) | func (f *File) nodeInfoByLocalizedMessage(list []*ast.MessageLiteralNo... method nodeInfoByBadRequestFieldViolations (line 2364) | func (f *File) nodeInfoByBadRequestFieldViolations(list []*ast.Message... method nodeInfoByArgument (line 2382) | func (f *File) nodeInfoByArgument(list []*ast.MessageLiteralNode, arg ... method nodeInfoByField (line 2407) | func (f *File) nodeInfoByField(node ast.FieldDeclNode, field *Field) *... method nodeInfoByFieldOption (line 2423) | func (f *File) nodeInfoByFieldOption(node *ast.OptionNode, opt *FieldO... method nodeInfoByFieldOneof (line 2454) | func (f *File) nodeInfoByFieldOneof(node *ast.MessageLiteralNode, opt ... method nodeInfoByService (line 2479) | func (f *File) nodeInfoByService(node *ast.ServiceNode, svc *Service) ... method nodeInfoByServiceOption (line 2502) | func (f *File) nodeInfoByServiceOption(node *ast.OptionNode, opt *Serv... method nodeInfoByEnv (line 2526) | func (f *File) nodeInfoByEnv(node *ast.MessageLiteralNode, env *Env) *... method nodeInfoByEnvVar (line 2547) | func (f *File) nodeInfoByEnvVar(list []*ast.MessageLiteralNode, v *Env... method nodeInfoByServiceVariable (line 2566) | func (f *File) nodeInfoByServiceVariable(list []*ast.MessageLiteralNod... method nodeInfoByServiceVariableValidationExpr (line 2627) | func (f *File) nodeInfoByServiceVariableValidationExpr(node *ast.Messa... method nodeInfoByMethod (line 2648) | func (f *File) nodeInfoByMethod(node *ast.RPCNode, mtd *Method) *ast.N... method nodeInfoByMethodOption (line 2663) | func (f *File) nodeInfoByMethodOption(node *ast.OptionNode, opt *Metho... method nodeInfo (line 2694) | func (f *File) nodeInfo(node ast.Node) *ast.NodeInfo { method matchOption (line 2702) | func (f *File) matchOption(target, opt string) bool { type ignoreErrorReporter (line 35) | type ignoreErrorReporter struct method Error (line 37) | func (*ignoreErrorReporter) Error(pos reporter.ErrorWithPos) error { r... method Warning (line 38) | func (*ignoreErrorReporter) Warning(pos reporter.ErrorWithPos) {} function NewFile (line 40) | func NewFile(path string, content []byte) (*File, error) { FILE: source/file_test.go function TestFile_FindLocationByPos (line 14) | func TestFile_FindLocationByPos(t *testing.T) { function TestFile_NodeInfoByLocation (line 991) | func TestFile_NodeInfoByLocation(t *testing.T) { function TestFile_UtilityMethods (line 2000) | func TestFile_UtilityMethods(t *testing.T) { function TestFile_ErrorCoverage (line 2060) | func TestFile_ErrorCoverage(t *testing.T) { FILE: source/location.go type Location (line 4) | type Location struct type Export (line 14) | type Export struct type Wasm (line 21) | type Wasm struct type PluginType (line 26) | type PluginType struct type PluginFunction (line 32) | type PluginFunction struct type PluginFunctionArgument (line 39) | type PluginFunctionArgument struct type Service (line 45) | type Service struct type Method (line 52) | type Method struct type ServiceOption (line 60) | type ServiceOption struct type Env (line 66) | type Env struct type EnvVar (line 72) | type EnvVar struct type EnvVarOption (line 80) | type EnvVarOption struct type ServiceVariable (line 88) | type ServiceVariable struct type ServiceVariableValidationExpr (line 101) | type ServiceVariableValidationExpr struct type MethodOption (line 107) | type MethodOption struct type Enum (line 113) | type Enum struct type EnumOption (line 120) | type EnumOption struct type EnumValue (line 125) | type EnumValue struct type EnumValueOption (line 131) | type EnumValueOption struct type EnumValueAttribute (line 139) | type EnumValueAttribute struct type Message (line 146) | type Message struct method MessageNames (line 155) | func (m *Message) MessageNames() []string { method LastNestedMessage (line 163) | func (m *Message) LastNestedMessage() *Message { type Field (line 171) | type Field struct type FieldOption (line 178) | type FieldOption struct type FieldOneof (line 185) | type FieldOneof struct type Oneof (line 193) | type Oneof struct type OneofOption (line 199) | type OneofOption struct type MessageOption (line 203) | type MessageOption struct type VariableDefinitionOption (line 209) | type VariableDefinitionOption struct type MapExprOption (line 223) | type MapExprOption struct type IteratorOption (line 231) | type IteratorOption struct type CallExprOption (line 237) | type CallExprOption struct type GRPCCallOption (line 248) | type GRPCCallOption struct type MessageExprOption (line 259) | type MessageExprOption struct type EnumExprOption (line 265) | type EnumExprOption struct type RequestOption (line 271) | type RequestOption struct type RetryOption (line 279) | type RetryOption struct type RetryConstantOption (line 286) | type RetryConstantOption struct type RetryExponentialOption (line 292) | type RetryExponentialOption struct type ArgumentOption (line 301) | type ArgumentOption struct type ValidationExprOption (line 308) | type ValidationExprOption struct type GRPCErrorOption (line 313) | type GRPCErrorOption struct type GRPCErrorDetailOption (line 324) | type GRPCErrorDetailOption struct type GRPCErrorDetailPreconditionFailureOption (line 335) | type GRPCErrorDetailPreconditionFailureOption struct type GRPCErrorDetailPreconditionFailureViolationOption (line 340) | type GRPCErrorDetailPreconditionFailureViolationOption struct type GRPCErrorDetailBadRequestOption (line 345) | type GRPCErrorDetailBadRequestOption struct type GRPCErrorDetailBadRequestFieldViolationOption (line 350) | type GRPCErrorDetailBadRequestFieldViolationOption struct type GRPCErrorDetailLocalizedMessageOption (line 355) | type GRPCErrorDetailLocalizedMessageOption struct type SwitchExprOption (line 360) | type SwitchExprOption struct type SwitchCaseExprOption (line 365) | type SwitchCaseExprOption struct type SwitchDefaultExprOption (line 372) | type SwitchDefaultExprOption struct type Position (line 378) | type Position struct FILE: source/location_builder.go type Locationer (line 3) | type Locationer interface function NewLocationBuilder (line 7) | func NewLocationBuilder(fileName string) *LocationBuilder { function NewServiceBuilder (line 13) | func NewServiceBuilder(fileName, svcName string) *ServiceBuilder { function NewMessageBuilder (line 17) | func NewMessageBuilder(fileName, msgName string) *MessageBuilder { function NewEnumBuilder (line 21) | func NewEnumBuilder(fileName, msgName, enumName string) *EnumBuilder { type LocationBuilder (line 29) | type LocationBuilder struct method WithGoPackage (line 33) | func (b *LocationBuilder) WithGoPackage() *LocationBuilder { method WithImportName (line 41) | func (b *LocationBuilder) WithImportName(name string) *LocationBuilder { method WithExport (line 49) | func (b *LocationBuilder) WithExport(name string) *ExportBuilder { method WithService (line 60) | func (b *LocationBuilder) WithService(name string) *ServiceBuilder { method WithEnum (line 71) | func (b *LocationBuilder) WithEnum(name string) *EnumBuilder { method WithMessage (line 82) | func (b *LocationBuilder) WithMessage(name string) *MessageBuilder { method Location (line 93) | func (b *LocationBuilder) Location() *Location { type ExportBuilder (line 97) | type ExportBuilder struct method WithWasm (line 102) | func (b *ExportBuilder) WithWasm() *WasmBuilder { method WithTypes (line 114) | func (b *ExportBuilder) WithTypes(idx int) *PluginTypeBuilder { method WithFunctions (line 126) | func (b *ExportBuilder) WithFunctions(idx int) *PluginFunctionBuilder { method Location (line 138) | func (b *ExportBuilder) Location() *Location { type WasmBuilder (line 142) | type WasmBuilder struct method WithURL (line 147) | func (b *WasmBuilder) WithURL() *WasmBuilder { method WithSha256 (line 157) | func (b *WasmBuilder) WithSha256() *WasmBuilder { method Location (line 167) | func (b *WasmBuilder) Location() *Location { type PluginTypeBuilder (line 171) | type PluginTypeBuilder struct method WithName (line 176) | func (b *PluginTypeBuilder) WithName() *PluginTypeBuilder { method WithMethods (line 186) | func (b *PluginTypeBuilder) WithMethods(idx int) *PluginFunctionBuilder { method Location (line 198) | func (b *PluginTypeBuilder) Location() *Location { type PluginFunctionBuilder (line 202) | type PluginFunctionBuilder struct method WithName (line 207) | func (b *PluginFunctionBuilder) WithName() *PluginFunctionBuilder { method WithReturnType (line 217) | func (b *PluginFunctionBuilder) WithReturnType() *PluginFunctionBuilder { method WithArgs (line 227) | func (b *PluginFunctionBuilder) WithArgs(idx int) *PluginFunctionArgum... method Location (line 239) | func (b *PluginFunctionBuilder) Location() *Location { type PluginFunctionArgumentBuilder (line 243) | type PluginFunctionArgumentBuilder struct method WithType (line 248) | func (b *PluginFunctionArgumentBuilder) WithType() *PluginFunctionArgu... method Location (line 258) | func (b *PluginFunctionArgumentBuilder) Location() *Location { type ServiceBuilder (line 262) | type ServiceBuilder struct method WithMethod (line 267) | func (b *ServiceBuilder) WithMethod(name string) *MethodBuilder { method WithOption (line 279) | func (b *ServiceBuilder) WithOption() *ServiceOptionBuilder { method Location (line 291) | func (b *ServiceBuilder) Location() *Location { type MethodBuilder (line 295) | type MethodBuilder struct method WithRequest (line 300) | func (b *MethodBuilder) WithRequest() *MethodBuilder { method WithResponse (line 310) | func (b *MethodBuilder) WithResponse() *MethodBuilder { method WithOption (line 320) | func (b *MethodBuilder) WithOption() *MethodOptionBuilder { method Location (line 332) | func (b *MethodBuilder) Location() *Location { type MethodOptionBuilder (line 336) | type MethodOptionBuilder struct method WithTimeout (line 341) | func (b *MethodOptionBuilder) WithTimeout() *MethodOptionBuilder { method WithResponse (line 351) | func (b *MethodOptionBuilder) WithResponse() *MethodOptionBuilder { method Location (line 361) | func (b *MethodOptionBuilder) Location() *Location { type ServiceOptionBuilder (line 365) | type ServiceOptionBuilder struct method WithEnv (line 370) | func (b *ServiceOptionBuilder) WithEnv() *EnvBuilder { method WithVar (line 382) | func (b *ServiceOptionBuilder) WithVar(idx int) *ServiceVariableBuilder { method Location (line 394) | func (b *ServiceOptionBuilder) Location() *Location { type EnvBuilder (line 398) | type EnvBuilder struct method WithMessage (line 403) | func (b *EnvBuilder) WithMessage() *EnvBuilder { method WithVar (line 413) | func (b *EnvBuilder) WithVar(idx int) *EnvVarBuilder { method Location (line 425) | func (b *EnvBuilder) Location() *Location { type EnvVarBuilder (line 429) | type EnvVarBuilder struct method WithName (line 434) | func (b *EnvVarBuilder) WithName() *EnvVarBuilder { method WithType (line 444) | func (b *EnvVarBuilder) WithType() *EnvVarBuilder { method WithOption (line 454) | func (b *EnvVarBuilder) WithOption() *EnvVarOptionBuilder { method Location (line 466) | func (b *EnvVarBuilder) Location() *Location { type EnvVarOptionBuilder (line 470) | type EnvVarOptionBuilder struct method WithAlternate (line 475) | func (b *EnvVarOptionBuilder) WithAlternate() *EnvVarOptionBuilder { method WithDefault (line 485) | func (b *EnvVarOptionBuilder) WithDefault() *EnvVarOptionBuilder { method WithRequired (line 495) | func (b *EnvVarOptionBuilder) WithRequired() *EnvVarOptionBuilder { method WithIgnored (line 505) | func (b *EnvVarOptionBuilder) WithIgnored() *EnvVarOptionBuilder { method Location (line 515) | func (b *EnvVarOptionBuilder) Location() *Location { type ServiceVariableBuilder (line 519) | type ServiceVariableBuilder struct method WithName (line 524) | func (b *ServiceVariableBuilder) WithName() *ServiceVariableBuilder { method WithIf (line 534) | func (b *ServiceVariableBuilder) WithIf() *ServiceVariableBuilder { method WithBy (line 544) | func (b *ServiceVariableBuilder) WithBy() *ServiceVariableBuilder { method WithMap (line 554) | func (b *ServiceVariableBuilder) WithMap() *MapExprOptionBuilder { method WithMessage (line 566) | func (b *ServiceVariableBuilder) WithMessage() *MessageExprOptionBuild... method WithEnum (line 578) | func (b *ServiceVariableBuilder) WithEnum() *EnumExprOptionBuilder { method WithSwitch (line 590) | func (b *ServiceVariableBuilder) WithSwitch() *SwitchExprOptionBuilder { method WithValidation (line 602) | func (b *ServiceVariableBuilder) WithValidation() *ServiceVariableVali... method Location (line 614) | func (b *ServiceVariableBuilder) Location() *Location { type ServiceVariableValidationExprBuilder (line 618) | type ServiceVariableValidationExprBuilder struct method WithIf (line 623) | func (b *ServiceVariableValidationExprBuilder) WithIf() *ServiceVariab... method WithMessage (line 633) | func (b *ServiceVariableValidationExprBuilder) WithMessage() *ServiceV... method Location (line 643) | func (b *ServiceVariableValidationExprBuilder) Location() *Location { type EnumBuilder (line 647) | type EnumBuilder struct method WithOption (line 652) | func (b *EnumBuilder) WithOption() *EnumBuilder { method WithValue (line 662) | func (b *EnumBuilder) WithValue(value string) *EnumValueBuilder { method Location (line 674) | func (b *EnumBuilder) Location() *Location { type EnumValueBuilder (line 678) | type EnumValueBuilder struct method WithOption (line 683) | func (b *EnumValueBuilder) WithOption() *EnumValueOptionBuilder { method Location (line 695) | func (b *EnumValueBuilder) Location() *Location { type EnumValueOptionBuilder (line 699) | type EnumValueOptionBuilder struct method WithAlias (line 704) | func (b *EnumValueOptionBuilder) WithAlias() *EnumValueOptionBuilder { method WithNoAlias (line 714) | func (b *EnumValueOptionBuilder) WithNoAlias() *EnumValueOptionBuilder { method WithDefault (line 724) | func (b *EnumValueOptionBuilder) WithDefault() *EnumValueOptionBuilder { method WithAttr (line 734) | func (b *EnumValueOptionBuilder) WithAttr(idx int) *EnumValueAttribute... method Location (line 746) | func (b *EnumValueOptionBuilder) Location() *Location { type EnumValueAttributeBuilder (line 750) | type EnumValueAttributeBuilder struct method WithName (line 755) | func (b *EnumValueAttributeBuilder) WithName() *EnumValueAttributeBuil... method WithValue (line 765) | func (b *EnumValueAttributeBuilder) WithValue() *EnumValueAttributeBui... method Location (line 775) | func (b *EnumValueAttributeBuilder) Location() *Location { type MessageBuilder (line 779) | type MessageBuilder struct method WithMessage (line 784) | func (b *MessageBuilder) WithMessage(name string) *MessageBuilder { method WithEnum (line 796) | func (b *MessageBuilder) WithEnum(name string) *EnumBuilder { method WithField (line 808) | func (b *MessageBuilder) WithField(name string) *FieldBuilder { method WithOption (line 820) | func (b *MessageBuilder) WithOption() *MessageOptionBuilder { method WithOneof (line 832) | func (b *MessageBuilder) WithOneof(name string) *OneofBuilder { method Location (line 844) | func (b *MessageBuilder) Location() *Location { function ToLazyMessageBuilder (line 850) | func ToLazyMessageBuilder(l Locationer, name string) *MessageBuilder { function ToLazyEnumBuilder (line 863) | func ToLazyEnumBuilder(l Locationer, name string) *EnumBuilder { type FieldBuilder (line 874) | type FieldBuilder struct method Location (line 879) | func (b *FieldBuilder) Location() *Location { method WithType (line 883) | func (b *FieldBuilder) WithType() *FieldBuilder { method WithOption (line 893) | func (b *FieldBuilder) WithOption() *FieldOptionBuilder { type FieldOptionBuilder (line 905) | type FieldOptionBuilder struct method WithBy (line 910) | func (b *FieldOptionBuilder) WithBy() *FieldOptionBuilder { method WithAlias (line 920) | func (b *FieldOptionBuilder) WithAlias() *FieldOptionBuilder { method WithOneOf (line 930) | func (b *FieldOptionBuilder) WithOneOf() *FieldOneofBuilder { method Location (line 942) | func (b *FieldOptionBuilder) Location() *Location { type FieldOneofBuilder (line 946) | type FieldOneofBuilder struct method WithIf (line 951) | func (b *FieldOneofBuilder) WithIf() *FieldOneofBuilder { method WithDefault (line 961) | func (b *FieldOneofBuilder) WithDefault() *FieldOneofBuilder { method WithBy (line 971) | func (b *FieldOneofBuilder) WithBy() *FieldOneofBuilder { method WithDef (line 981) | func (b *FieldOneofBuilder) WithDef(idx int) *VariableDefinitionOption... method Location (line 993) | func (b *FieldOneofBuilder) Location() *Location { type VariableDefinitionOptionBuilder (line 997) | type VariableDefinitionOptionBuilder struct method WithName (line 1002) | func (b *VariableDefinitionOptionBuilder) WithName() *VariableDefiniti... method WithIf (line 1012) | func (b *VariableDefinitionOptionBuilder) WithIf() *VariableDefinition... method WithBy (line 1022) | func (b *VariableDefinitionOptionBuilder) WithBy() *VariableDefinition... method WithMessage (line 1032) | func (b *VariableDefinitionOptionBuilder) WithMessage() *MessageExprOp... method WithEnum (line 1044) | func (b *VariableDefinitionOptionBuilder) WithEnum() *EnumExprOptionBu... method WithCall (line 1056) | func (b *VariableDefinitionOptionBuilder) WithCall() *CallExprOptionBu... method WithValidation (line 1068) | func (b *VariableDefinitionOptionBuilder) WithValidation() *Validation... method WithMap (line 1080) | func (b *VariableDefinitionOptionBuilder) WithMap() *MapExprOptionBuil... method WithSwitch (line 1092) | func (b *VariableDefinitionOptionBuilder) WithSwitch() *SwitchExprOpti... method Location (line 1104) | func (b *VariableDefinitionOptionBuilder) Location() *Location { type MessageExprOptionBuilder (line 1108) | type MessageExprOptionBuilder struct method WithName (line 1113) | func (b *MessageExprOptionBuilder) WithName() *MessageExprOptionBuilder { method WithArgs (line 1123) | func (b *MessageExprOptionBuilder) WithArgs(idx int) *ArgumentOptionBu... method Location (line 1135) | func (b *MessageExprOptionBuilder) Location() *Location { type EnumExprOptionBuilder (line 1139) | type EnumExprOptionBuilder struct method WithName (line 1144) | func (b *EnumExprOptionBuilder) WithName() *EnumExprOptionBuilder { method WithBy (line 1154) | func (b *EnumExprOptionBuilder) WithBy() *EnumExprOptionBuilder { method Location (line 1164) | func (b *EnumExprOptionBuilder) Location() *Location { type ArgumentOptionBuilder (line 1168) | type ArgumentOptionBuilder struct method WithName (line 1173) | func (b *ArgumentOptionBuilder) WithName() *ArgumentOptionBuilder { method WithBy (line 1183) | func (b *ArgumentOptionBuilder) WithBy() *ArgumentOptionBuilder { method WithInline (line 1193) | func (b *ArgumentOptionBuilder) WithInline() *ArgumentOptionBuilder { method Location (line 1203) | func (b *ArgumentOptionBuilder) Location() *Location { type MessageOptionBuilder (line 1207) | type MessageOptionBuilder struct method WithAlias (line 1212) | func (b *MessageOptionBuilder) WithAlias() *MessageOptionBuilder { method WithDef (line 1222) | func (b *MessageOptionBuilder) WithDef(idx int) *VariableDefinitionOpt... method Location (line 1234) | func (b *MessageOptionBuilder) Location() *Location { type OneofBuilder (line 1238) | type OneofBuilder struct method WithField (line 1243) | func (b *OneofBuilder) WithField(name string) *FieldBuilder { method Location (line 1255) | func (b *OneofBuilder) Location() *Location { type CallExprOptionBuilder (line 1259) | type CallExprOptionBuilder struct method WithMethod (line 1264) | func (b *CallExprOptionBuilder) WithMethod() *CallExprOptionBuilder { method WithTimeout (line 1274) | func (b *CallExprOptionBuilder) WithTimeout() *CallExprOptionBuilder { method WithRetry (line 1284) | func (b *CallExprOptionBuilder) WithRetry() *RetryOptionBuilder { method WithRequest (line 1296) | func (b *CallExprOptionBuilder) WithRequest(idx int) *RequestOptionBui... method WithError (line 1308) | func (b *CallExprOptionBuilder) WithError(idx int) *GRPCErrorOptionBui... method WithOption (line 1320) | func (b *CallExprOptionBuilder) WithOption() *GRPCCallOptionBuilder { method WithMetadata (line 1332) | func (b *CallExprOptionBuilder) WithMetadata() *CallExprOptionBuilder { method Location (line 1342) | func (b *CallExprOptionBuilder) Location() *Location { type RetryOptionBuilder (line 1346) | type RetryOptionBuilder struct method WithIf (line 1351) | func (b *RetryOptionBuilder) WithIf() *RetryOptionBuilder { method WithConstantInterval (line 1361) | func (b *RetryOptionBuilder) WithConstantInterval() *RetryOptionBuilder { method WithExponentialInitialInterval (line 1371) | func (b *RetryOptionBuilder) WithExponentialInitialInterval() *RetryOp... method WithExponentialMaxInterval (line 1381) | func (b *RetryOptionBuilder) WithExponentialMaxInterval() *RetryOption... method Location (line 1391) | func (b *RetryOptionBuilder) Location() *Location { type RequestOptionBuilder (line 1395) | type RequestOptionBuilder struct method WithField (line 1400) | func (b *RequestOptionBuilder) WithField() *RequestOptionBuilder { method WithBy (line 1410) | func (b *RequestOptionBuilder) WithBy() *RequestOptionBuilder { method WithIf (line 1420) | func (b *RequestOptionBuilder) WithIf() *RequestOptionBuilder { method Location (line 1430) | func (b *RequestOptionBuilder) Location() *Location { type ValidationExprOptionBuilder (line 1434) | type ValidationExprOptionBuilder struct method WithName (line 1439) | func (b *ValidationExprOptionBuilder) WithName() *ValidationExprOption... method WithError (line 1449) | func (b *ValidationExprOptionBuilder) WithError() *GRPCErrorOptionBuil... method Location (line 1461) | func (b *ValidationExprOptionBuilder) Location() *Location { type GRPCErrorOptionBuilder (line 1465) | type GRPCErrorOptionBuilder struct method WithDef (line 1470) | func (b *GRPCErrorOptionBuilder) WithDef(idx int) *VariableDefinitionO... method WithIf (line 1482) | func (b *GRPCErrorOptionBuilder) WithIf() *GRPCErrorOptionBuilder { method WithCode (line 1492) | func (b *GRPCErrorOptionBuilder) WithCode() *GRPCErrorOptionBuilder { method WithMessage (line 1502) | func (b *GRPCErrorOptionBuilder) WithMessage() *GRPCErrorOptionBuilder { method WithIgnore (line 1512) | func (b *GRPCErrorOptionBuilder) WithIgnore() *GRPCErrorOptionBuilder { method WithIgnoreAndResponse (line 1522) | func (b *GRPCErrorOptionBuilder) WithIgnoreAndResponse() *GRPCErrorOpt... method WithDetail (line 1532) | func (b *GRPCErrorOptionBuilder) WithDetail(idx int) *GRPCErrorDetailO... method Location (line 1544) | func (b *GRPCErrorOptionBuilder) Location() *Location { type GRPCErrorDetailOptionBuilder (line 1548) | type GRPCErrorDetailOptionBuilder struct method WithDef (line 1553) | func (b *GRPCErrorDetailOptionBuilder) WithDef(idx int) *VariableDefin... method WithMessage (line 1565) | func (b *GRPCErrorDetailOptionBuilder) WithMessage(idx int) *VariableD... method WithIf (line 1577) | func (b *GRPCErrorDetailOptionBuilder) WithIf() *GRPCErrorDetailOption... method WithBy (line 1587) | func (b *GRPCErrorDetailOptionBuilder) WithBy() *GRPCErrorDetailOption... method WithPreconditionFailure (line 1597) | func (b *GRPCErrorDetailOptionBuilder) WithPreconditionFailure(i1, i2 ... method WithBadRequest (line 1613) | func (b *GRPCErrorDetailOptionBuilder) WithBadRequest(i1, i2 int, fiel... method WithLocalizedMessage (line 1629) | func (b *GRPCErrorDetailOptionBuilder) WithLocalizedMessage(idx int, f... method Location (line 1642) | func (b *GRPCErrorDetailOptionBuilder) Location() *Location { type GRPCCallOptionBuilder (line 1646) | type GRPCCallOptionBuilder struct method WithContentSubtype (line 1651) | func (b *GRPCCallOptionBuilder) WithContentSubtype() *GRPCCallOptionBu... method WithHeader (line 1661) | func (b *GRPCCallOptionBuilder) WithHeader() *GRPCCallOptionBuilder { method WithTrailer (line 1671) | func (b *GRPCCallOptionBuilder) WithTrailer() *GRPCCallOptionBuilder { method WithMaxCallRecvMsgSize (line 1681) | func (b *GRPCCallOptionBuilder) WithMaxCallRecvMsgSize() *GRPCCallOpti... method WithMaxCallSendMsgSize (line 1691) | func (b *GRPCCallOptionBuilder) WithMaxCallSendMsgSize() *GRPCCallOpti... method WithStaticMethod (line 1701) | func (b *GRPCCallOptionBuilder) WithStaticMethod() *GRPCCallOptionBuil... method WithWaitForReady (line 1711) | func (b *GRPCCallOptionBuilder) WithWaitForReady() *GRPCCallOptionBuil... method Location (line 1721) | func (b *GRPCCallOptionBuilder) Location() *Location { type MapExprOptionBuilder (line 1725) | type MapExprOptionBuilder struct method WithBy (line 1730) | func (b *MapExprOptionBuilder) WithBy() *MapExprOptionBuilder { method WithIteratorName (line 1740) | func (b *MapExprOptionBuilder) WithIteratorName() *MapExprOptionBuilder { method WithIteratorSource (line 1750) | func (b *MapExprOptionBuilder) WithIteratorSource() *MapExprOptionBuil... method WithMessage (line 1760) | func (b *MapExprOptionBuilder) WithMessage() *MessageExprOptionBuilder { method WithEnum (line 1772) | func (b *MapExprOptionBuilder) WithEnum() *EnumExprOptionBuilder { method Location (line 1784) | func (b *MapExprOptionBuilder) Location() *Location { type SwitchExprOptionBuilder (line 1788) | type SwitchExprOptionBuilder struct method WithCase (line 1793) | func (b *SwitchExprOptionBuilder) WithCase(idx int) *SwitchCaseExprOpt... method WithDefault (line 1805) | func (b *SwitchExprOptionBuilder) WithDefault() *SwitchDefaultExprOpti... method Location (line 1817) | func (b *SwitchExprOptionBuilder) Location() *Location { type SwitchCaseExprOptionBuilder (line 1821) | type SwitchCaseExprOptionBuilder struct method WithDef (line 1826) | func (b *SwitchCaseExprOptionBuilder) WithDef(idx int) *VariableDefini... method WithIf (line 1838) | func (b *SwitchCaseExprOptionBuilder) WithIf() *SwitchCaseExprOptionBu... method WithBy (line 1848) | func (b *SwitchCaseExprOptionBuilder) WithBy() *SwitchCaseExprOptionBu... method Location (line 1858) | func (b *SwitchCaseExprOptionBuilder) Location() *Location { type SwitchDefaultExprOptionBuilder (line 1862) | type SwitchDefaultExprOptionBuilder struct method WithDef (line 1867) | func (b *SwitchDefaultExprOptionBuilder) WithDef(idx int) *VariableDef... method WithBy (line 1879) | func (b *SwitchDefaultExprOptionBuilder) WithBy() *SwitchDefaultExprOp... method Location (line 1889) | func (b *SwitchDefaultExprOptionBuilder) Location() *Location { FILE: source/location_test.go function TestFile (line 11) | func TestFile(t *testing.T) { FILE: source/type_helper.go method IsDefinedTypeName (line 3) | func (loc *Location) IsDefinedTypeName() bool { method IsDefinedFieldType (line 7) | func (loc *Location) IsDefinedFieldType() bool { method IsDefinedTypeAlias (line 11) | func (loc *Location) IsDefinedTypeAlias() bool { method IsDefinedTypeName (line 21) | func (m *Message) IsDefinedTypeName() bool { method IsDefinedTypeName (line 38) | func (o *Oneof) IsDefinedTypeName() bool { method IsDefinedTypeName (line 45) | func (f *Field) IsDefinedTypeName() bool { method IsDefinedTypeName (line 52) | func (o *FieldOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 59) | func (o *FieldOneof) IsDefinedTypeName() bool { method IsDefinedTypeName (line 66) | func (o *MessageOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 73) | func (o *VariableDefinitionOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 92) | func (o *MapExprOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 105) | func (o *CallExprOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 112) | func (o *MessageExprOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 119) | func (o *EnumExprOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 126) | func (o *ValidationExprOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 133) | func (o *GRPCErrorOption) IsDefinedTypeName() bool { method IsDefinedTypeName (line 146) | func (o *GRPCErrorDetailOption) IsDefinedTypeName() bool { method IsDefinedFieldType (line 159) | func (m *Message) IsDefinedFieldType() bool { method IsDefinedFieldType (line 174) | func (f *Field) IsDefinedFieldType() bool { method IsDefinedFieldType (line 181) | func (o *Oneof) IsDefinedFieldType() bool { method IsDefinedTypeAlias (line 188) | func (m *Message) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 207) | func (o *MessageOption) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 214) | func (o *Oneof) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 221) | func (f *Field) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 228) | func (o *FieldOption) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 235) | func (e *Enum) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 248) | func (o *EnumOption) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 255) | func (v *EnumValue) IsDefinedTypeAlias() bool { method IsDefinedTypeAlias (line 262) | func (o *EnumValueOption) IsDefinedTypeAlias() bool { FILE: source/type_helper_test.go function TestLocation_IsDefinedTypeName (line 11) | func TestLocation_IsDefinedTypeName(t *testing.T) { function TestLocation_IsDefinedFieldType (line 213) | func TestLocation_IsDefinedFieldType(t *testing.T) { function TestLocation_IsDefinedTypeAlias (line 305) | func TestLocation_IsDefinedTypeAlias(t *testing.T) { FILE: types/types.go type Kind (line 5) | type Kind method IsInt (line 29) | func (k Kind) IsInt() bool { method IsUint (line 37) | func (k Kind) IsUint() bool { method IsFloat (line 45) | func (k Kind) IsFloat() bool { method ToString (line 53) | func (k Kind) ToString() string { function ToKind (line 95) | func ToKind(s string) Kind { FILE: util/name.go function GoCamelCase (line 10) | func GoCamelCase(string) string function ToPublicGoVariable (line 12) | func ToPublicGoVariable(name string) string { function ToPrivateGoVariable (line 16) | func ToPrivateGoVariable(name string) string { function ToGoVariable (line 20) | func ToGoVariable(v string) string { function ToPublicVariable (line 24) | func ToPublicVariable(name string) string { function ToPrivateVariable (line 31) | func ToPrivateVariable(name string) string { FILE: validator/validator.go type Validator (line 18) | type Validator struct method applyOptions (line 55) | func (v *Validator) applyOptions(opts ...ValidatorOption) { method Validate (line 63) | func (v *Validator) Validate(ctx context.Context, file *source.File, o... method ToValidationOutputByResolverResult (line 84) | func (v *Validator) ToValidationOutputByResolverResult(result *resolve... method compilerErrorToValidationOutputs (line 102) | func (v *Validator) compilerErrorToValidationOutputs(err *compiler.Com... method toValidationOutputByWarnings (line 119) | func (v *Validator) toValidationOutputByWarnings(warnings []*resolver.... method toValidationOutputByError (line 129) | func (v *Validator) toValidationOutputByError(err error) *ValidationOu... method toValidationOutput (line 137) | func (v *Validator) toValidationOutput(loc *source.Location, msg strin... method getFile (line 168) | func (v *Validator) getFile(path string) *source.File { function New (line 25) | func New() *Validator { type ValidationOutput (line 32) | type ValidationOutput struct type ValidatorOption (line 41) | type ValidatorOption function ImportPathOption (line 43) | func ImportPathOption(path ...string) ValidatorOption { function ManualImportOption (line 49) | func ManualImportOption() ValidatorOption { function ExistsError (line 188) | func ExistsError(outs []*ValidationOutput) bool { function Format (line 198) | func Format(outs []*ValidationOutput) string { FILE: validator/validator_test.go function TestValidator (line 15) | func TestValidator(t *testing.T) {