Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const InstanceCountViolationService_GetNumberOfInstances_FullMethodName + const UnsafeIntentLaunchViolationService_GetIntent_FullMethodName + const UnsafeIntentLaunchViolationService_NewUnsafeIntentLaunchViolation_FullMethodName + const ViolationService_HashCode_FullMethodName + const ViolationService_SetStackTrace_FullMethodName + var File_proto_strictmode_strictmode_proto protoreflect.FileDescriptor + var InstanceCountViolationService_ServiceDesc = grpc.ServiceDesc + var UnsafeIntentLaunchViolationService_ServiceDesc = grpc.ServiceDesc + var ViolationService_ServiceDesc = grpc.ServiceDesc + func RegisterInstanceCountViolationServiceServer(s grpc.ServiceRegistrar, srv InstanceCountViolationServiceServer) + func RegisterUnsafeIntentLaunchViolationServiceServer(s grpc.ServiceRegistrar, srv UnsafeIntentLaunchViolationServiceServer) + func RegisterViolationServiceServer(s grpc.ServiceRegistrar, srv ViolationServiceServer) + type GetIntentRequest struct + Handle int64 + func (*GetIntentRequest) Descriptor() ([]byte, []int) + func (*GetIntentRequest) ProtoMessage() + func (x *GetIntentRequest) GetHandle() int64 + func (x *GetIntentRequest) ProtoReflect() protoreflect.Message + func (x *GetIntentRequest) Reset() + func (x *GetIntentRequest) String() string + type GetIntentResponse struct + Result int64 + func (*GetIntentResponse) Descriptor() ([]byte, []int) + func (*GetIntentResponse) ProtoMessage() + func (x *GetIntentResponse) GetResult() int64 + func (x *GetIntentResponse) ProtoReflect() protoreflect.Message + func (x *GetIntentResponse) Reset() + func (x *GetIntentResponse) String() string + type GetNumberOfInstancesRequest struct + func (*GetNumberOfInstancesRequest) Descriptor() ([]byte, []int) + func (*GetNumberOfInstancesRequest) ProtoMessage() + func (x *GetNumberOfInstancesRequest) ProtoReflect() protoreflect.Message + func (x *GetNumberOfInstancesRequest) Reset() + func (x *GetNumberOfInstancesRequest) String() string + type GetNumberOfInstancesResponse struct + Result int64 + func (*GetNumberOfInstancesResponse) Descriptor() ([]byte, []int) + func (*GetNumberOfInstancesResponse) ProtoMessage() + func (x *GetNumberOfInstancesResponse) GetResult() int64 + func (x *GetNumberOfInstancesResponse) ProtoReflect() protoreflect.Message + func (x *GetNumberOfInstancesResponse) Reset() + func (x *GetNumberOfInstancesResponse) String() string + type HashCodeRequest struct + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type InstanceCountViolationServiceClient interface + GetNumberOfInstances func(ctx context.Context, in *GetNumberOfInstancesRequest, opts ...grpc.CallOption) (*GetNumberOfInstancesResponse, error) + func NewInstanceCountViolationServiceClient(cc grpc.ClientConnInterface) InstanceCountViolationServiceClient + type InstanceCountViolationServiceServer interface + GetNumberOfInstances func(context.Context, *GetNumberOfInstancesRequest) (*GetNumberOfInstancesResponse, error) + type NewUnsafeIntentLaunchViolationRequest struct + Arg0 int64 + func (*NewUnsafeIntentLaunchViolationRequest) Descriptor() ([]byte, []int) + func (*NewUnsafeIntentLaunchViolationRequest) ProtoMessage() + func (x *NewUnsafeIntentLaunchViolationRequest) GetArg0() int64 + func (x *NewUnsafeIntentLaunchViolationRequest) ProtoReflect() protoreflect.Message + func (x *NewUnsafeIntentLaunchViolationRequest) Reset() + func (x *NewUnsafeIntentLaunchViolationRequest) String() string + type NewUnsafeIntentLaunchViolationResponse struct + Result int64 + func (*NewUnsafeIntentLaunchViolationResponse) Descriptor() ([]byte, []int) + func (*NewUnsafeIntentLaunchViolationResponse) ProtoMessage() + func (x *NewUnsafeIntentLaunchViolationResponse) GetResult() int64 + func (x *NewUnsafeIntentLaunchViolationResponse) ProtoReflect() protoreflect.Message + func (x *NewUnsafeIntentLaunchViolationResponse) Reset() + func (x *NewUnsafeIntentLaunchViolationResponse) String() string + type SetStackTraceRequest struct + Arg0 int64 + func (*SetStackTraceRequest) Descriptor() ([]byte, []int) + func (*SetStackTraceRequest) ProtoMessage() + func (x *SetStackTraceRequest) GetArg0() int64 + func (x *SetStackTraceRequest) ProtoReflect() protoreflect.Message + func (x *SetStackTraceRequest) Reset() + func (x *SetStackTraceRequest) String() string + type SetStackTraceResponse struct + func (*SetStackTraceResponse) Descriptor() ([]byte, []int) + func (*SetStackTraceResponse) ProtoMessage() + func (x *SetStackTraceResponse) ProtoReflect() protoreflect.Message + func (x *SetStackTraceResponse) Reset() + func (x *SetStackTraceResponse) String() string + type UnimplementedInstanceCountViolationServiceServer struct + func (UnimplementedInstanceCountViolationServiceServer) GetNumberOfInstances(context.Context, *GetNumberOfInstancesRequest) (*GetNumberOfInstancesResponse, error) + type UnimplementedUnsafeIntentLaunchViolationServiceServer struct + func (UnimplementedUnsafeIntentLaunchViolationServiceServer) GetIntent(context.Context, *GetIntentRequest) (*GetIntentResponse, error) + func (UnimplementedUnsafeIntentLaunchViolationServiceServer) NewUnsafeIntentLaunchViolation(context.Context, *NewUnsafeIntentLaunchViolationRequest) (*NewUnsafeIntentLaunchViolationResponse, error) + type UnimplementedViolationServiceServer struct + func (UnimplementedViolationServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedViolationServiceServer) SetStackTrace(context.Context, *SetStackTraceRequest) (*SetStackTraceResponse, error) + type UnsafeInstanceCountViolationServiceServer interface + type UnsafeIntentLaunchViolationServiceClient interface + GetIntent func(ctx context.Context, in *GetIntentRequest, opts ...grpc.CallOption) (*GetIntentResponse, error) + NewUnsafeIntentLaunchViolation func(ctx context.Context, in *NewUnsafeIntentLaunchViolationRequest, ...) (*NewUnsafeIntentLaunchViolationResponse, error) + func NewUnsafeIntentLaunchViolationServiceClient(cc grpc.ClientConnInterface) UnsafeIntentLaunchViolationServiceClient + type UnsafeIntentLaunchViolationServiceServer interface + GetIntent func(context.Context, *GetIntentRequest) (*GetIntentResponse, error) + NewUnsafeIntentLaunchViolation func(context.Context, *NewUnsafeIntentLaunchViolationRequest) (*NewUnsafeIntentLaunchViolationResponse, error) + type UnsafeUnsafeIntentLaunchViolationServiceServer interface + type UnsafeViolationServiceServer interface + type ViolationServiceClient interface + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + SetStackTrace func(ctx context.Context, in *SetStackTraceRequest, opts ...grpc.CallOption) (*SetStackTraceResponse, error) + func NewViolationServiceClient(cc grpc.ClientConnInterface) ViolationServiceClient + type ViolationServiceServer interface + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + SetStackTrace func(context.Context, *SetStackTraceRequest) (*SetStackTraceResponse, error)