Documentation
¶
Index ¶
- Variables
- type CreateTenantRequest
- func (x *CreateTenantRequest) GetApiKey() string
- func (x *CreateTenantRequest) GetIsActive() bool
- func (x *CreateTenantRequest) GetName() string
- func (*CreateTenantRequest) ProtoMessage()
- func (x *CreateTenantRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTenantRequest) Reset()
- func (x *CreateTenantRequest) SetApiKey(v string)
- func (x *CreateTenantRequest) SetIsActive(v bool)
- func (x *CreateTenantRequest) SetName(v string)
- func (x *CreateTenantRequest) String() string
- type CreateTenantRequest_builder
- type CreateTenantResponse
- func (x *CreateTenantResponse) ClearTenant()
- func (x *CreateTenantResponse) GetTenant() *Tenant
- func (x *CreateTenantResponse) HasTenant() bool
- func (*CreateTenantResponse) ProtoMessage()
- func (x *CreateTenantResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTenantResponse) Reset()
- func (x *CreateTenantResponse) SetTenant(v *Tenant)
- func (x *CreateTenantResponse) String() string
- type CreateTenantResponse_builder
- type DeleteTenantRequest
- func (x *DeleteTenantRequest) ClearTenant()
- func (x *DeleteTenantRequest) GetTenant() *v1.TenantSelector
- func (x *DeleteTenantRequest) HasTenant() bool
- func (*DeleteTenantRequest) ProtoMessage()
- func (x *DeleteTenantRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTenantRequest) Reset()
- func (x *DeleteTenantRequest) SetTenant(v *v1.TenantSelector)
- func (x *DeleteTenantRequest) String() string
- type DeleteTenantRequest_builder
- type DeleteTenantResponse
- type DeleteTenantResponse_builder
- type GetTenantRequest
- func (x *GetTenantRequest) ClearTenant()
- func (x *GetTenantRequest) GetTenant() *v1.TenantSelector
- func (x *GetTenantRequest) HasTenant() bool
- func (*GetTenantRequest) ProtoMessage()
- func (x *GetTenantRequest) ProtoReflect() protoreflect.Message
- func (x *GetTenantRequest) Reset()
- func (x *GetTenantRequest) SetTenant(v *v1.TenantSelector)
- func (x *GetTenantRequest) String() string
- type GetTenantRequest_builder
- type GetTenantResponse
- func (x *GetTenantResponse) ClearTenant()
- func (x *GetTenantResponse) GetTenant() *Tenant
- func (x *GetTenantResponse) HasTenant() bool
- func (*GetTenantResponse) ProtoMessage()
- func (x *GetTenantResponse) ProtoReflect() protoreflect.Message
- func (x *GetTenantResponse) Reset()
- func (x *GetTenantResponse) SetTenant(v *Tenant)
- func (x *GetTenantResponse) String() string
- type GetTenantResponse_builder
- type GetTenantsRequest
- type GetTenantsRequest_builder
- type GetTenantsResponse
- type GetTenantsResponse_builder
- type ReloadTenantsRequest
- type ReloadTenantsRequest_builder
- type ReloadTenantsResponse
- type ReloadTenantsResponse_builder
- type Tenant
- func (x *Tenant) ClearExternalId()
- func (x *Tenant) GetExternalId() *v1.UUID
- func (x *Tenant) GetIsActive() bool
- func (x *Tenant) GetName() string
- func (x *Tenant) HasExternalId() bool
- func (*Tenant) ProtoMessage()
- func (x *Tenant) ProtoReflect() protoreflect.Message
- func (x *Tenant) Reset()
- func (x *Tenant) SetExternalId(v *v1.UUID)
- func (x *Tenant) SetIsActive(v bool)
- func (x *Tenant) SetName(v string)
- func (x *Tenant) String() string
- type Tenant_builder
- type UpdateTenantRequest
- func (x *UpdateTenantRequest) ClearTenant()
- func (x *UpdateTenantRequest) GetApiKey() string
- func (x *UpdateTenantRequest) GetIsActive() bool
- func (x *UpdateTenantRequest) GetName() string
- func (x *UpdateTenantRequest) GetTenant() *v1.TenantSelector
- func (x *UpdateTenantRequest) HasTenant() bool
- func (*UpdateTenantRequest) ProtoMessage()
- func (x *UpdateTenantRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateTenantRequest) Reset()
- func (x *UpdateTenantRequest) SetApiKey(v string)
- func (x *UpdateTenantRequest) SetIsActive(v bool)
- func (x *UpdateTenantRequest) SetName(v string)
- func (x *UpdateTenantRequest) SetTenant(v *v1.TenantSelector)
- func (x *UpdateTenantRequest) String() string
- type UpdateTenantRequest_builder
- type UpdateTenantResponse
- func (x *UpdateTenantResponse) ClearTenant()
- func (x *UpdateTenantResponse) GetTenant() *Tenant
- func (x *UpdateTenantResponse) HasTenant() bool
- func (*UpdateTenantResponse) ProtoMessage()
- func (x *UpdateTenantResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateTenantResponse) Reset()
- func (x *UpdateTenantResponse) SetTenant(v *Tenant)
- func (x *UpdateTenantResponse) String() string
- type UpdateTenantResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_iracelog_tenant_v1_tenant_proto protoreflect.FileDescriptor
View Source
var File_iracelog_tenant_v1_tenant_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateTenantRequest ¶
type CreateTenantRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
ApiKey string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
IsActive bool `protobuf:"varint,3,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
// contains filtered or unexported fields
}
func (*CreateTenantRequest) GetApiKey ¶
func (x *CreateTenantRequest) GetApiKey() string
func (*CreateTenantRequest) GetIsActive ¶
func (x *CreateTenantRequest) GetIsActive() bool
func (*CreateTenantRequest) GetName ¶
func (x *CreateTenantRequest) GetName() string
func (*CreateTenantRequest) ProtoMessage ¶
func (*CreateTenantRequest) ProtoMessage()
func (*CreateTenantRequest) ProtoReflect ¶
func (x *CreateTenantRequest) ProtoReflect() protoreflect.Message
func (*CreateTenantRequest) Reset ¶
func (x *CreateTenantRequest) Reset()
func (*CreateTenantRequest) SetApiKey ¶
func (x *CreateTenantRequest) SetApiKey(v string)
func (*CreateTenantRequest) SetIsActive ¶
func (x *CreateTenantRequest) SetIsActive(v bool)
func (*CreateTenantRequest) SetName ¶
func (x *CreateTenantRequest) SetName(v string)
func (*CreateTenantRequest) String ¶
func (x *CreateTenantRequest) String() string
type CreateTenantRequest_builder ¶
type CreateTenantRequest_builder struct {
Name string
ApiKey string
IsActive bool
// contains filtered or unexported fields
}
func (CreateTenantRequest_builder) Build ¶
func (b0 CreateTenantRequest_builder) Build() *CreateTenantRequest
type CreateTenantResponse ¶
type CreateTenantResponse struct {
Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// contains filtered or unexported fields
}
func (*CreateTenantResponse) ClearTenant ¶
func (x *CreateTenantResponse) ClearTenant()
func (*CreateTenantResponse) GetTenant ¶
func (x *CreateTenantResponse) GetTenant() *Tenant
func (*CreateTenantResponse) HasTenant ¶
func (x *CreateTenantResponse) HasTenant() bool
func (*CreateTenantResponse) ProtoMessage ¶
func (*CreateTenantResponse) ProtoMessage()
func (*CreateTenantResponse) ProtoReflect ¶
func (x *CreateTenantResponse) ProtoReflect() protoreflect.Message
func (*CreateTenantResponse) Reset ¶
func (x *CreateTenantResponse) Reset()
func (*CreateTenantResponse) SetTenant ¶
func (x *CreateTenantResponse) SetTenant(v *Tenant)
func (*CreateTenantResponse) String ¶
func (x *CreateTenantResponse) String() string
type CreateTenantResponse_builder ¶
type CreateTenantResponse_builder struct {
Tenant *Tenant
// contains filtered or unexported fields
}
func (CreateTenantResponse_builder) Build ¶
func (b0 CreateTenantResponse_builder) Build() *CreateTenantResponse
type DeleteTenantRequest ¶
type DeleteTenantRequest struct {
Tenant *v1.TenantSelector `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// contains filtered or unexported fields
}
func (*DeleteTenantRequest) ClearTenant ¶
func (x *DeleteTenantRequest) ClearTenant()
func (*DeleteTenantRequest) GetTenant ¶
func (x *DeleteTenantRequest) GetTenant() *v1.TenantSelector
func (*DeleteTenantRequest) HasTenant ¶
func (x *DeleteTenantRequest) HasTenant() bool
func (*DeleteTenantRequest) ProtoMessage ¶
func (*DeleteTenantRequest) ProtoMessage()
func (*DeleteTenantRequest) ProtoReflect ¶
func (x *DeleteTenantRequest) ProtoReflect() protoreflect.Message
func (*DeleteTenantRequest) Reset ¶
func (x *DeleteTenantRequest) Reset()
func (*DeleteTenantRequest) SetTenant ¶
func (x *DeleteTenantRequest) SetTenant(v *v1.TenantSelector)
func (*DeleteTenantRequest) String ¶
func (x *DeleteTenantRequest) String() string
type DeleteTenantRequest_builder ¶
type DeleteTenantRequest_builder struct {
Tenant *v1.TenantSelector
// contains filtered or unexported fields
}
func (DeleteTenantRequest_builder) Build ¶
func (b0 DeleteTenantRequest_builder) Build() *DeleteTenantRequest
type DeleteTenantResponse ¶
type DeleteTenantResponse struct {
// contains filtered or unexported fields
}
func (*DeleteTenantResponse) ProtoMessage ¶
func (*DeleteTenantResponse) ProtoMessage()
func (*DeleteTenantResponse) ProtoReflect ¶
func (x *DeleteTenantResponse) ProtoReflect() protoreflect.Message
func (*DeleteTenantResponse) Reset ¶
func (x *DeleteTenantResponse) Reset()
func (*DeleteTenantResponse) String ¶
func (x *DeleteTenantResponse) String() string
type DeleteTenantResponse_builder ¶
type DeleteTenantResponse_builder struct {
// contains filtered or unexported fields
}
func (DeleteTenantResponse_builder) Build ¶
func (b0 DeleteTenantResponse_builder) Build() *DeleteTenantResponse
type GetTenantRequest ¶
type GetTenantRequest struct {
Tenant *v1.TenantSelector `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// contains filtered or unexported fields
}
func (*GetTenantRequest) ClearTenant ¶
func (x *GetTenantRequest) ClearTenant()
func (*GetTenantRequest) GetTenant ¶
func (x *GetTenantRequest) GetTenant() *v1.TenantSelector
func (*GetTenantRequest) HasTenant ¶
func (x *GetTenantRequest) HasTenant() bool
func (*GetTenantRequest) ProtoMessage ¶
func (*GetTenantRequest) ProtoMessage()
func (*GetTenantRequest) ProtoReflect ¶
func (x *GetTenantRequest) ProtoReflect() protoreflect.Message
func (*GetTenantRequest) Reset ¶
func (x *GetTenantRequest) Reset()
func (*GetTenantRequest) SetTenant ¶
func (x *GetTenantRequest) SetTenant(v *v1.TenantSelector)
func (*GetTenantRequest) String ¶
func (x *GetTenantRequest) String() string
type GetTenantRequest_builder ¶
type GetTenantRequest_builder struct {
Tenant *v1.TenantSelector
// contains filtered or unexported fields
}
func (GetTenantRequest_builder) Build ¶
func (b0 GetTenantRequest_builder) Build() *GetTenantRequest
type GetTenantResponse ¶
type GetTenantResponse struct {
Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// contains filtered or unexported fields
}
func (*GetTenantResponse) ClearTenant ¶
func (x *GetTenantResponse) ClearTenant()
func (*GetTenantResponse) GetTenant ¶
func (x *GetTenantResponse) GetTenant() *Tenant
func (*GetTenantResponse) HasTenant ¶
func (x *GetTenantResponse) HasTenant() bool
func (*GetTenantResponse) ProtoMessage ¶
func (*GetTenantResponse) ProtoMessage()
func (*GetTenantResponse) ProtoReflect ¶
func (x *GetTenantResponse) ProtoReflect() protoreflect.Message
func (*GetTenantResponse) Reset ¶
func (x *GetTenantResponse) Reset()
func (*GetTenantResponse) SetTenant ¶
func (x *GetTenantResponse) SetTenant(v *Tenant)
func (*GetTenantResponse) String ¶
func (x *GetTenantResponse) String() string
type GetTenantResponse_builder ¶
type GetTenantResponse_builder struct {
Tenant *Tenant
// contains filtered or unexported fields
}
func (GetTenantResponse_builder) Build ¶
func (b0 GetTenantResponse_builder) Build() *GetTenantResponse
type GetTenantsRequest ¶
type GetTenantsRequest struct {
// contains filtered or unexported fields
}
func (*GetTenantsRequest) ProtoMessage ¶
func (*GetTenantsRequest) ProtoMessage()
func (*GetTenantsRequest) ProtoReflect ¶
func (x *GetTenantsRequest) ProtoReflect() protoreflect.Message
func (*GetTenantsRequest) Reset ¶
func (x *GetTenantsRequest) Reset()
func (*GetTenantsRequest) String ¶
func (x *GetTenantsRequest) String() string
type GetTenantsRequest_builder ¶
type GetTenantsRequest_builder struct {
// contains filtered or unexported fields
}
func (GetTenantsRequest_builder) Build ¶
func (b0 GetTenantsRequest_builder) Build() *GetTenantsRequest
type GetTenantsResponse ¶
type GetTenantsResponse struct {
Tenants []*Tenant `protobuf:"bytes,1,rep,name=tenants,proto3" json:"tenants,omitempty"`
// contains filtered or unexported fields
}
func (*GetTenantsResponse) GetTenants ¶
func (x *GetTenantsResponse) GetTenants() []*Tenant
func (*GetTenantsResponse) ProtoMessage ¶
func (*GetTenantsResponse) ProtoMessage()
func (*GetTenantsResponse) ProtoReflect ¶
func (x *GetTenantsResponse) ProtoReflect() protoreflect.Message
func (*GetTenantsResponse) Reset ¶
func (x *GetTenantsResponse) Reset()
func (*GetTenantsResponse) SetTenants ¶
func (x *GetTenantsResponse) SetTenants(v []*Tenant)
func (*GetTenantsResponse) String ¶
func (x *GetTenantsResponse) String() string
type GetTenantsResponse_builder ¶
type GetTenantsResponse_builder struct {
Tenants []*Tenant
// contains filtered or unexported fields
}
func (GetTenantsResponse_builder) Build ¶
func (b0 GetTenantsResponse_builder) Build() *GetTenantsResponse
type ReloadTenantsRequest ¶
type ReloadTenantsRequest struct {
// contains filtered or unexported fields
}
func (*ReloadTenantsRequest) ProtoMessage ¶
func (*ReloadTenantsRequest) ProtoMessage()
func (*ReloadTenantsRequest) ProtoReflect ¶
func (x *ReloadTenantsRequest) ProtoReflect() protoreflect.Message
func (*ReloadTenantsRequest) Reset ¶
func (x *ReloadTenantsRequest) Reset()
func (*ReloadTenantsRequest) String ¶
func (x *ReloadTenantsRequest) String() string
type ReloadTenantsRequest_builder ¶
type ReloadTenantsRequest_builder struct {
// contains filtered or unexported fields
}
func (ReloadTenantsRequest_builder) Build ¶
func (b0 ReloadTenantsRequest_builder) Build() *ReloadTenantsRequest
type ReloadTenantsResponse ¶
type ReloadTenantsResponse struct {
// contains filtered or unexported fields
}
func (*ReloadTenantsResponse) ProtoMessage ¶
func (*ReloadTenantsResponse) ProtoMessage()
func (*ReloadTenantsResponse) ProtoReflect ¶
func (x *ReloadTenantsResponse) ProtoReflect() protoreflect.Message
func (*ReloadTenantsResponse) Reset ¶
func (x *ReloadTenantsResponse) Reset()
func (*ReloadTenantsResponse) String ¶
func (x *ReloadTenantsResponse) String() string
type ReloadTenantsResponse_builder ¶
type ReloadTenantsResponse_builder struct {
// contains filtered or unexported fields
}
func (ReloadTenantsResponse_builder) Build ¶
func (b0 ReloadTenantsResponse_builder) Build() *ReloadTenantsResponse
type Tenant ¶
type Tenant struct {
ExternalId *v1.UUID `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
IsActive bool `protobuf:"varint,3,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
// contains filtered or unexported fields
}
func (*Tenant) ProtoReflect ¶
func (x *Tenant) ProtoReflect() protoreflect.Message
type Tenant_builder ¶
type Tenant_builder struct {
ExternalId *v1.UUID
Name string
IsActive bool
// contains filtered or unexported fields
}
func (Tenant_builder) Build ¶
func (b0 Tenant_builder) Build() *Tenant
type UpdateTenantRequest ¶
type UpdateTenantRequest struct {
Tenant *v1.TenantSelector `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
ApiKey string `protobuf:"bytes,3,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
IsActive bool `protobuf:"varint,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateTenantRequest) ClearTenant ¶
func (x *UpdateTenantRequest) ClearTenant()
func (*UpdateTenantRequest) GetApiKey ¶
func (x *UpdateTenantRequest) GetApiKey() string
func (*UpdateTenantRequest) GetIsActive ¶
func (x *UpdateTenantRequest) GetIsActive() bool
func (*UpdateTenantRequest) GetName ¶
func (x *UpdateTenantRequest) GetName() string
func (*UpdateTenantRequest) GetTenant ¶
func (x *UpdateTenantRequest) GetTenant() *v1.TenantSelector
func (*UpdateTenantRequest) HasTenant ¶
func (x *UpdateTenantRequest) HasTenant() bool
func (*UpdateTenantRequest) ProtoMessage ¶
func (*UpdateTenantRequest) ProtoMessage()
func (*UpdateTenantRequest) ProtoReflect ¶
func (x *UpdateTenantRequest) ProtoReflect() protoreflect.Message
func (*UpdateTenantRequest) Reset ¶
func (x *UpdateTenantRequest) Reset()
func (*UpdateTenantRequest) SetApiKey ¶
func (x *UpdateTenantRequest) SetApiKey(v string)
func (*UpdateTenantRequest) SetIsActive ¶
func (x *UpdateTenantRequest) SetIsActive(v bool)
func (*UpdateTenantRequest) SetName ¶
func (x *UpdateTenantRequest) SetName(v string)
func (*UpdateTenantRequest) SetTenant ¶
func (x *UpdateTenantRequest) SetTenant(v *v1.TenantSelector)
func (*UpdateTenantRequest) String ¶
func (x *UpdateTenantRequest) String() string
type UpdateTenantRequest_builder ¶
type UpdateTenantRequest_builder struct {
Tenant *v1.TenantSelector
Name string
ApiKey string
IsActive bool
// contains filtered or unexported fields
}
func (UpdateTenantRequest_builder) Build ¶
func (b0 UpdateTenantRequest_builder) Build() *UpdateTenantRequest
type UpdateTenantResponse ¶
type UpdateTenantResponse struct {
Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateTenantResponse) ClearTenant ¶
func (x *UpdateTenantResponse) ClearTenant()
func (*UpdateTenantResponse) GetTenant ¶
func (x *UpdateTenantResponse) GetTenant() *Tenant
func (*UpdateTenantResponse) HasTenant ¶
func (x *UpdateTenantResponse) HasTenant() bool
func (*UpdateTenantResponse) ProtoMessage ¶
func (*UpdateTenantResponse) ProtoMessage()
func (*UpdateTenantResponse) ProtoReflect ¶
func (x *UpdateTenantResponse) ProtoReflect() protoreflect.Message
func (*UpdateTenantResponse) Reset ¶
func (x *UpdateTenantResponse) Reset()
func (*UpdateTenantResponse) SetTenant ¶
func (x *UpdateTenantResponse) SetTenant(v *Tenant)
func (*UpdateTenantResponse) String ¶
func (x *UpdateTenantResponse) String() string
type UpdateTenantResponse_builder ¶
type UpdateTenantResponse_builder struct {
Tenant *Tenant
// contains filtered or unexported fields
}
func (UpdateTenantResponse_builder) Build ¶
func (b0 UpdateTenantResponse_builder) Build() *UpdateTenantResponse
Source Files
¶
- tenant.pb.go
- tenant_service.pb.go
Click to show internal directories.
Click to hide internal directories.