Documentation ¶
Index ¶
- Variables
- type Exception
- func (*Exception) Descriptor() ([]byte, []int)deprecated
- func (x *Exception) GetEcosystem() string
- func (x *Exception) GetExpires() string
- func (x *Exception) GetId() string
- func (x *Exception) GetName() string
- func (x *Exception) GetPattern() string
- func (x *Exception) GetVersion() string
- func (*Exception) ProtoMessage()
- func (x *Exception) ProtoReflect() protoreflect.Message
- func (x *Exception) Reset()
- func (x *Exception) String() string
- type ExceptionSuite
- func (*ExceptionSuite) Descriptor() ([]byte, []int)deprecated
- func (x *ExceptionSuite) GetDescription() string
- func (x *ExceptionSuite) GetExceptions() []*Exception
- func (x *ExceptionSuite) GetName() string
- func (*ExceptionSuite) ProtoMessage()
- func (x *ExceptionSuite) ProtoReflect() protoreflect.Message
- func (x *ExceptionSuite) Reset()
- func (x *ExceptionSuite) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_exceptions_spec_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Exception ¶
type Exception struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Ecosystem string `protobuf:"bytes,2,opt,name=ecosystem,proto3" json:"ecosystem,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` Expires string `protobuf:"bytes,5,opt,name=expires,proto3" json:"expires,omitempty"` Pattern string `protobuf:"bytes,6,opt,name=pattern,proto3" json:"pattern,omitempty"` // To be used for special cases // contains filtered or unexported fields }
func (*Exception) Descriptor
deprecated
func (*Exception) GetEcosystem ¶
func (*Exception) GetExpires ¶
func (*Exception) GetPattern ¶
func (*Exception) GetVersion ¶
func (*Exception) ProtoMessage ¶
func (*Exception) ProtoMessage()
func (*Exception) ProtoReflect ¶
func (x *Exception) ProtoReflect() protoreflect.Message
type ExceptionSuite ¶
type ExceptionSuite struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Exceptions []*Exception `protobuf:"bytes,3,rep,name=exceptions,proto3" json:"exceptions,omitempty"` // contains filtered or unexported fields }
func (*ExceptionSuite) Descriptor
deprecated
func (*ExceptionSuite) Descriptor() ([]byte, []int)
Deprecated: Use ExceptionSuite.ProtoReflect.Descriptor instead.
func (*ExceptionSuite) GetDescription ¶
func (x *ExceptionSuite) GetDescription() string
func (*ExceptionSuite) GetExceptions ¶
func (x *ExceptionSuite) GetExceptions() []*Exception
func (*ExceptionSuite) GetName ¶
func (x *ExceptionSuite) GetName() string
func (*ExceptionSuite) ProtoMessage ¶
func (*ExceptionSuite) ProtoMessage()
func (*ExceptionSuite) ProtoReflect ¶
func (x *ExceptionSuite) ProtoReflect() protoreflect.Message
func (*ExceptionSuite) Reset ¶
func (x *ExceptionSuite) Reset()
func (*ExceptionSuite) String ¶
func (x *ExceptionSuite) String() string
Click to show internal directories.
Click to hide internal directories.