Versions in this module Expand all Collapse all v0 v0.1.16 Jul 1, 2026 Changes in this version + func IAMServiceGatewayManifest() gatewayx.Manifest + func IAMServiceKernelModule() serverx.ServiceModule + func RegisterIAMServiceGRPCServer(s grpc.ServiceRegistrar, srv iamGRPCServer) + func RegisterPlatformGatewayGRPCInvokers(registry *gatewayx.InvokerRegistry, iam IAMServiceClient, ...) error + func RegisterPlatformGatewayInvokers(registry *gatewayx.InvokerRegistry, iam iamService, skill *skillService, ...) error + func RegisterSkillServiceGRPCServer(s grpc.ServiceRegistrar, handler middleware.Handler) + func SkillServiceAccessResolver(ctx context.Context, operation string, req any) (accessx.Check, bool, error) + func SkillServiceGatewayManifest() gatewayx.Manifest + func SkillServiceKernelModule() serverx.ServiceModule + func SkillServiceRequestInfoResolver(ctx context.Context, operation string, req any) (requestx.Info, bool, error) + type IAMServiceClient interface + Login func(ctx context.Context, in LoginRequest, opts ...grpc.CallOption) (LoginReply, error) + func NewIAMServiceClient(cc grpc.ClientConnInterface) IAMServiceClient + type SkillServiceClient interface + GetSkill func(ctx context.Context, in GetSkillRequest, opts ...grpc.CallOption) (Skill, error) + func NewSkillServiceClient(cc grpc.ClientConnInterface) SkillServiceClient