Documentation ¶
Index ¶
- Variables
- type TenantCreatedEvent
- func (*TenantCreatedEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TenantCreatedEvent) GetAdminEmail() string
- func (x *TenantCreatedEvent) GetAdminPassword() string
- func (x *TenantCreatedEvent) GetAdminUsername() string
- func (x *TenantCreatedEvent) GetId() string
- func (x *TenantCreatedEvent) GetName() string
- func (x *TenantCreatedEvent) GetRegion() string
- func (x *TenantCreatedEvent) GetSeparateDb() bool
- func (*TenantCreatedEvent) ProtoMessage()
- func (x *TenantCreatedEvent) ProtoReflect() protoreflect.Message
- func (x *TenantCreatedEvent) Reset()
- func (x *TenantCreatedEvent) String() string
- func (m *TenantCreatedEvent) Validate() error
- func (m *TenantCreatedEvent) ValidateAll() error
- type TenantCreatedEventMultiError
- type TenantCreatedEventValidationError
- func (e TenantCreatedEventValidationError) Cause() error
- func (e TenantCreatedEventValidationError) Error() string
- func (e TenantCreatedEventValidationError) ErrorName() string
- func (e TenantCreatedEventValidationError) Field() string
- func (e TenantCreatedEventValidationError) Key() bool
- func (e TenantCreatedEventValidationError) Reason() string
- type TenantReadyEvent
- func (*TenantReadyEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TenantReadyEvent) GetId() string
- func (x *TenantReadyEvent) GetServiceName() string
- func (*TenantReadyEvent) ProtoMessage()
- func (x *TenantReadyEvent) ProtoReflect() protoreflect.Message
- func (x *TenantReadyEvent) Reset()
- func (x *TenantReadyEvent) String() string
- func (m *TenantReadyEvent) Validate() error
- func (m *TenantReadyEvent) ValidateAll() error
- type TenantReadyEventMultiError
- type TenantReadyEventValidationError
- func (e TenantReadyEventValidationError) Cause() error
- func (e TenantReadyEventValidationError) Error() string
- func (e TenantReadyEventValidationError) ErrorName() string
- func (e TenantReadyEventValidationError) Field() string
- func (e TenantReadyEventValidationError) Key() bool
- func (e TenantReadyEventValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_saas_event_v1_event_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TenantCreatedEvent ¶
type TenantCreatedEvent struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Region string `protobuf:"bytes,4,opt,name=region,proto3" json:"region,omitempty"` SeparateDb bool `protobuf:"varint,6,opt,name=separate_db,json=separateDb,proto3" json:"separate_db,omitempty"` AdminEmail string `protobuf:"bytes,7,opt,name=admin_email,json=adminEmail,proto3" json:"admin_email,omitempty"` AdminUsername string `protobuf:"bytes,8,opt,name=admin_username,json=adminUsername,proto3" json:"admin_username,omitempty"` AdminPassword string `protobuf:"bytes,9,opt,name=admin_password,json=adminPassword,proto3" json:"admin_password,omitempty"` // contains filtered or unexported fields }
func (*TenantCreatedEvent) Descriptor
deprecated
func (*TenantCreatedEvent) Descriptor() ([]byte, []int)
Deprecated: Use TenantCreatedEvent.ProtoReflect.Descriptor instead.
func (*TenantCreatedEvent) GetAdminEmail ¶
func (x *TenantCreatedEvent) GetAdminEmail() string
func (*TenantCreatedEvent) GetAdminPassword ¶
func (x *TenantCreatedEvent) GetAdminPassword() string
func (*TenantCreatedEvent) GetAdminUsername ¶
func (x *TenantCreatedEvent) GetAdminUsername() string
func (*TenantCreatedEvent) GetId ¶
func (x *TenantCreatedEvent) GetId() string
func (*TenantCreatedEvent) GetName ¶
func (x *TenantCreatedEvent) GetName() string
func (*TenantCreatedEvent) GetRegion ¶
func (x *TenantCreatedEvent) GetRegion() string
func (*TenantCreatedEvent) GetSeparateDb ¶
func (x *TenantCreatedEvent) GetSeparateDb() bool
func (*TenantCreatedEvent) ProtoMessage ¶
func (*TenantCreatedEvent) ProtoMessage()
func (*TenantCreatedEvent) ProtoReflect ¶
func (x *TenantCreatedEvent) ProtoReflect() protoreflect.Message
func (*TenantCreatedEvent) Reset ¶
func (x *TenantCreatedEvent) Reset()
func (*TenantCreatedEvent) String ¶
func (x *TenantCreatedEvent) String() string
func (*TenantCreatedEvent) Validate ¶
func (m *TenantCreatedEvent) Validate() error
Validate checks the field values on TenantCreatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TenantCreatedEvent) ValidateAll ¶
func (m *TenantCreatedEvent) ValidateAll() error
ValidateAll checks the field values on TenantCreatedEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TenantCreatedEventMultiError, or nil if none found.
type TenantCreatedEventMultiError ¶
type TenantCreatedEventMultiError []error
TenantCreatedEventMultiError is an error wrapping multiple validation errors returned by TenantCreatedEvent.ValidateAll() if the designated constraints aren't met.
func (TenantCreatedEventMultiError) AllErrors ¶
func (m TenantCreatedEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TenantCreatedEventMultiError) Error ¶
func (m TenantCreatedEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TenantCreatedEventValidationError ¶
type TenantCreatedEventValidationError struct {
// contains filtered or unexported fields
}
TenantCreatedEventValidationError is the validation error returned by TenantCreatedEvent.Validate if the designated constraints aren't met.
func (TenantCreatedEventValidationError) Cause ¶
func (e TenantCreatedEventValidationError) Cause() error
Cause function returns cause value.
func (TenantCreatedEventValidationError) Error ¶
func (e TenantCreatedEventValidationError) Error() string
Error satisfies the builtin error interface
func (TenantCreatedEventValidationError) ErrorName ¶
func (e TenantCreatedEventValidationError) ErrorName() string
ErrorName returns error name.
func (TenantCreatedEventValidationError) Field ¶
func (e TenantCreatedEventValidationError) Field() string
Field function returns field value.
func (TenantCreatedEventValidationError) Key ¶
func (e TenantCreatedEventValidationError) Key() bool
Key function returns key value.
func (TenantCreatedEventValidationError) Reason ¶
func (e TenantCreatedEventValidationError) Reason() string
Reason function returns reason value.
type TenantReadyEvent ¶
type TenantReadyEvent struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ServiceName string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"` // contains filtered or unexported fields }
func (*TenantReadyEvent) Descriptor
deprecated
func (*TenantReadyEvent) Descriptor() ([]byte, []int)
Deprecated: Use TenantReadyEvent.ProtoReflect.Descriptor instead.
func (*TenantReadyEvent) GetId ¶
func (x *TenantReadyEvent) GetId() string
func (*TenantReadyEvent) GetServiceName ¶
func (x *TenantReadyEvent) GetServiceName() string
func (*TenantReadyEvent) ProtoMessage ¶
func (*TenantReadyEvent) ProtoMessage()
func (*TenantReadyEvent) ProtoReflect ¶
func (x *TenantReadyEvent) ProtoReflect() protoreflect.Message
func (*TenantReadyEvent) Reset ¶
func (x *TenantReadyEvent) Reset()
func (*TenantReadyEvent) String ¶
func (x *TenantReadyEvent) String() string
func (*TenantReadyEvent) Validate ¶
func (m *TenantReadyEvent) Validate() error
Validate checks the field values on TenantReadyEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TenantReadyEvent) ValidateAll ¶
func (m *TenantReadyEvent) ValidateAll() error
ValidateAll checks the field values on TenantReadyEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TenantReadyEventMultiError, or nil if none found.
type TenantReadyEventMultiError ¶
type TenantReadyEventMultiError []error
TenantReadyEventMultiError is an error wrapping multiple validation errors returned by TenantReadyEvent.ValidateAll() if the designated constraints aren't met.
func (TenantReadyEventMultiError) AllErrors ¶
func (m TenantReadyEventMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TenantReadyEventMultiError) Error ¶
func (m TenantReadyEventMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TenantReadyEventValidationError ¶
type TenantReadyEventValidationError struct {
// contains filtered or unexported fields
}
TenantReadyEventValidationError is the validation error returned by TenantReadyEvent.Validate if the designated constraints aren't met.
func (TenantReadyEventValidationError) Cause ¶
func (e TenantReadyEventValidationError) Cause() error
Cause function returns cause value.
func (TenantReadyEventValidationError) Error ¶
func (e TenantReadyEventValidationError) Error() string
Error satisfies the builtin error interface
func (TenantReadyEventValidationError) ErrorName ¶
func (e TenantReadyEventValidationError) ErrorName() string
ErrorName returns error name.
func (TenantReadyEventValidationError) Field ¶
func (e TenantReadyEventValidationError) Field() string
Field function returns field value.
func (TenantReadyEventValidationError) Key ¶
func (e TenantReadyEventValidationError) Key() bool
Key function returns key value.
func (TenantReadyEventValidationError) Reason ¶
func (e TenantReadyEventValidationError) Reason() string
Reason function returns reason value.