exceptionsapi

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Exception.ProtoReflect.Descriptor instead.

func (*Exception) GetEcosystem

func (x *Exception) GetEcosystem() string

func (*Exception) GetExpires

func (x *Exception) GetExpires() string

func (*Exception) GetId

func (x *Exception) GetId() string

func (*Exception) GetName

func (x *Exception) GetName() string

func (*Exception) GetPattern

func (x *Exception) GetPattern() string

func (*Exception) GetVersion

func (x *Exception) GetVersion() string

func (*Exception) ProtoMessage

func (*Exception) ProtoMessage()

func (*Exception) ProtoReflect

func (x *Exception) ProtoReflect() protoreflect.Message

func (*Exception) Reset

func (x *Exception) Reset()

func (*Exception) String

func (x *Exception) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL