Documentation ¶
Index ¶
- Variables
- type CreatePagerDutyIntegrationRequest
- func (*CreatePagerDutyIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*CreatePagerDutyIntegrationRequest) ProtoMessage()
- func (x *CreatePagerDutyIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *CreatePagerDutyIntegrationRequest) Reset()
- func (x *CreatePagerDutyIntegrationRequest) String() string
- type CreatePagerDutyIntegrationResponse
- func (*CreatePagerDutyIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreatePagerDutyIntegrationResponse) GetUri() string
- func (*CreatePagerDutyIntegrationResponse) ProtoMessage()
- func (x *CreatePagerDutyIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *CreatePagerDutyIntegrationResponse) Reset()
- func (x *CreatePagerDutyIntegrationResponse) String() string
- type CreateSlackIntegrationRequest
- func (*CreateSlackIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*CreateSlackIntegrationRequest) ProtoMessage()
- func (x *CreateSlackIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateSlackIntegrationRequest) Reset()
- func (x *CreateSlackIntegrationRequest) String() string
- type CreateSlackIntegrationResponse
- func (*CreateSlackIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateSlackIntegrationResponse) GetUri() string
- func (*CreateSlackIntegrationResponse) ProtoMessage()
- func (x *CreateSlackIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateSlackIntegrationResponse) Reset()
- func (x *CreateSlackIntegrationResponse) String() string
- type GetPagerDutyIntegrationRequest
- func (*GetPagerDutyIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetPagerDutyIntegrationRequest) ProtoMessage()
- func (x *GetPagerDutyIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *GetPagerDutyIntegrationRequest) Reset()
- func (x *GetPagerDutyIntegrationRequest) String() string
- type GetPagerDutyIntegrationResponse
- func (*GetPagerDutyIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPagerDutyIntegrationResponse) GetActive() bool
- func (*GetPagerDutyIntegrationResponse) ProtoMessage()
- func (x *GetPagerDutyIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *GetPagerDutyIntegrationResponse) Reset()
- func (x *GetPagerDutyIntegrationResponse) String() string
- type GetSlackIntegrationRequest
- type GetSlackIntegrationResponse
- func (*GetSlackIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSlackIntegrationResponse) GetActive() bool
- func (*GetSlackIntegrationResponse) ProtoMessage()
- func (x *GetSlackIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *GetSlackIntegrationResponse) Reset()
- func (x *GetSlackIntegrationResponse) String() string
- type RemovePagerDutyIntegrationRequest
- func (*RemovePagerDutyIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemovePagerDutyIntegrationRequest) ProtoMessage()
- func (x *RemovePagerDutyIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *RemovePagerDutyIntegrationRequest) Reset()
- func (x *RemovePagerDutyIntegrationRequest) String() string
- type RemovePagerDutyIntegrationResponse
- func (*RemovePagerDutyIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemovePagerDutyIntegrationResponse) GetSuccess() bool
- func (*RemovePagerDutyIntegrationResponse) ProtoMessage()
- func (x *RemovePagerDutyIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *RemovePagerDutyIntegrationResponse) Reset()
- func (x *RemovePagerDutyIntegrationResponse) String() string
- type RemoveSlackIntegrationRequest
- func (*RemoveSlackIntegrationRequest) Descriptor() ([]byte, []int)deprecated
- func (*RemoveSlackIntegrationRequest) ProtoMessage()
- func (x *RemoveSlackIntegrationRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveSlackIntegrationRequest) Reset()
- func (x *RemoveSlackIntegrationRequest) String() string
- type RemoveSlackIntegrationResponse
- func (*RemoveSlackIntegrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveSlackIntegrationResponse) GetSuccess() bool
- func (*RemoveSlackIntegrationResponse) ProtoMessage()
- func (x *RemoveSlackIntegrationResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveSlackIntegrationResponse) Reset()
- func (x *RemoveSlackIntegrationResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_commonfate_control_oauth_v1alpha1_oauth_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreatePagerDutyIntegrationRequest ¶
type CreatePagerDutyIntegrationRequest struct {
// contains filtered or unexported fields
}
func (*CreatePagerDutyIntegrationRequest) Descriptor
deprecated
func (*CreatePagerDutyIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreatePagerDutyIntegrationRequest.ProtoReflect.Descriptor instead.
func (*CreatePagerDutyIntegrationRequest) ProtoMessage ¶
func (*CreatePagerDutyIntegrationRequest) ProtoMessage()
func (*CreatePagerDutyIntegrationRequest) ProtoReflect ¶
func (x *CreatePagerDutyIntegrationRequest) ProtoReflect() protoreflect.Message
func (*CreatePagerDutyIntegrationRequest) Reset ¶
func (x *CreatePagerDutyIntegrationRequest) Reset()
func (*CreatePagerDutyIntegrationRequest) String ¶
func (x *CreatePagerDutyIntegrationRequest) String() string
type CreatePagerDutyIntegrationResponse ¶
type CreatePagerDutyIntegrationResponse struct { Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*CreatePagerDutyIntegrationResponse) Descriptor
deprecated
func (*CreatePagerDutyIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreatePagerDutyIntegrationResponse.ProtoReflect.Descriptor instead.
func (*CreatePagerDutyIntegrationResponse) GetUri ¶
func (x *CreatePagerDutyIntegrationResponse) GetUri() string
func (*CreatePagerDutyIntegrationResponse) ProtoMessage ¶
func (*CreatePagerDutyIntegrationResponse) ProtoMessage()
func (*CreatePagerDutyIntegrationResponse) ProtoReflect ¶
func (x *CreatePagerDutyIntegrationResponse) ProtoReflect() protoreflect.Message
func (*CreatePagerDutyIntegrationResponse) Reset ¶
func (x *CreatePagerDutyIntegrationResponse) Reset()
func (*CreatePagerDutyIntegrationResponse) String ¶
func (x *CreatePagerDutyIntegrationResponse) String() string
type CreateSlackIntegrationRequest ¶
type CreateSlackIntegrationRequest struct {
// contains filtered or unexported fields
}
func (*CreateSlackIntegrationRequest) Descriptor
deprecated
func (*CreateSlackIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateSlackIntegrationRequest.ProtoReflect.Descriptor instead.
func (*CreateSlackIntegrationRequest) ProtoMessage ¶
func (*CreateSlackIntegrationRequest) ProtoMessage()
func (*CreateSlackIntegrationRequest) ProtoReflect ¶
func (x *CreateSlackIntegrationRequest) ProtoReflect() protoreflect.Message
func (*CreateSlackIntegrationRequest) Reset ¶
func (x *CreateSlackIntegrationRequest) Reset()
func (*CreateSlackIntegrationRequest) String ¶
func (x *CreateSlackIntegrationRequest) String() string
type CreateSlackIntegrationResponse ¶
type CreateSlackIntegrationResponse struct { Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*CreateSlackIntegrationResponse) Descriptor
deprecated
func (*CreateSlackIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateSlackIntegrationResponse.ProtoReflect.Descriptor instead.
func (*CreateSlackIntegrationResponse) GetUri ¶
func (x *CreateSlackIntegrationResponse) GetUri() string
func (*CreateSlackIntegrationResponse) ProtoMessage ¶
func (*CreateSlackIntegrationResponse) ProtoMessage()
func (*CreateSlackIntegrationResponse) ProtoReflect ¶
func (x *CreateSlackIntegrationResponse) ProtoReflect() protoreflect.Message
func (*CreateSlackIntegrationResponse) Reset ¶
func (x *CreateSlackIntegrationResponse) Reset()
func (*CreateSlackIntegrationResponse) String ¶
func (x *CreateSlackIntegrationResponse) String() string
type GetPagerDutyIntegrationRequest ¶
type GetPagerDutyIntegrationRequest struct {
// contains filtered or unexported fields
}
func (*GetPagerDutyIntegrationRequest) Descriptor
deprecated
func (*GetPagerDutyIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPagerDutyIntegrationRequest.ProtoReflect.Descriptor instead.
func (*GetPagerDutyIntegrationRequest) ProtoMessage ¶
func (*GetPagerDutyIntegrationRequest) ProtoMessage()
func (*GetPagerDutyIntegrationRequest) ProtoReflect ¶
func (x *GetPagerDutyIntegrationRequest) ProtoReflect() protoreflect.Message
func (*GetPagerDutyIntegrationRequest) Reset ¶
func (x *GetPagerDutyIntegrationRequest) Reset()
func (*GetPagerDutyIntegrationRequest) String ¶
func (x *GetPagerDutyIntegrationRequest) String() string
type GetPagerDutyIntegrationResponse ¶
type GetPagerDutyIntegrationResponse struct { Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"` // contains filtered or unexported fields }
func (*GetPagerDutyIntegrationResponse) Descriptor
deprecated
func (*GetPagerDutyIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPagerDutyIntegrationResponse.ProtoReflect.Descriptor instead.
func (*GetPagerDutyIntegrationResponse) GetActive ¶
func (x *GetPagerDutyIntegrationResponse) GetActive() bool
func (*GetPagerDutyIntegrationResponse) ProtoMessage ¶
func (*GetPagerDutyIntegrationResponse) ProtoMessage()
func (*GetPagerDutyIntegrationResponse) ProtoReflect ¶
func (x *GetPagerDutyIntegrationResponse) ProtoReflect() protoreflect.Message
func (*GetPagerDutyIntegrationResponse) Reset ¶
func (x *GetPagerDutyIntegrationResponse) Reset()
func (*GetPagerDutyIntegrationResponse) String ¶
func (x *GetPagerDutyIntegrationResponse) String() string
type GetSlackIntegrationRequest ¶
type GetSlackIntegrationRequest struct {
// contains filtered or unexported fields
}
func (*GetSlackIntegrationRequest) Descriptor
deprecated
func (*GetSlackIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSlackIntegrationRequest.ProtoReflect.Descriptor instead.
func (*GetSlackIntegrationRequest) ProtoMessage ¶
func (*GetSlackIntegrationRequest) ProtoMessage()
func (*GetSlackIntegrationRequest) ProtoReflect ¶
func (x *GetSlackIntegrationRequest) ProtoReflect() protoreflect.Message
func (*GetSlackIntegrationRequest) Reset ¶
func (x *GetSlackIntegrationRequest) Reset()
func (*GetSlackIntegrationRequest) String ¶
func (x *GetSlackIntegrationRequest) String() string
type GetSlackIntegrationResponse ¶
type GetSlackIntegrationResponse struct { Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"` // contains filtered or unexported fields }
func (*GetSlackIntegrationResponse) Descriptor
deprecated
func (*GetSlackIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSlackIntegrationResponse.ProtoReflect.Descriptor instead.
func (*GetSlackIntegrationResponse) GetActive ¶
func (x *GetSlackIntegrationResponse) GetActive() bool
func (*GetSlackIntegrationResponse) ProtoMessage ¶
func (*GetSlackIntegrationResponse) ProtoMessage()
func (*GetSlackIntegrationResponse) ProtoReflect ¶
func (x *GetSlackIntegrationResponse) ProtoReflect() protoreflect.Message
func (*GetSlackIntegrationResponse) Reset ¶
func (x *GetSlackIntegrationResponse) Reset()
func (*GetSlackIntegrationResponse) String ¶
func (x *GetSlackIntegrationResponse) String() string
type RemovePagerDutyIntegrationRequest ¶
type RemovePagerDutyIntegrationRequest struct {
// contains filtered or unexported fields
}
func (*RemovePagerDutyIntegrationRequest) Descriptor
deprecated
func (*RemovePagerDutyIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemovePagerDutyIntegrationRequest.ProtoReflect.Descriptor instead.
func (*RemovePagerDutyIntegrationRequest) ProtoMessage ¶
func (*RemovePagerDutyIntegrationRequest) ProtoMessage()
func (*RemovePagerDutyIntegrationRequest) ProtoReflect ¶
func (x *RemovePagerDutyIntegrationRequest) ProtoReflect() protoreflect.Message
func (*RemovePagerDutyIntegrationRequest) Reset ¶
func (x *RemovePagerDutyIntegrationRequest) Reset()
func (*RemovePagerDutyIntegrationRequest) String ¶
func (x *RemovePagerDutyIntegrationRequest) String() string
type RemovePagerDutyIntegrationResponse ¶
type RemovePagerDutyIntegrationResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*RemovePagerDutyIntegrationResponse) Descriptor
deprecated
func (*RemovePagerDutyIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemovePagerDutyIntegrationResponse.ProtoReflect.Descriptor instead.
func (*RemovePagerDutyIntegrationResponse) GetSuccess ¶
func (x *RemovePagerDutyIntegrationResponse) GetSuccess() bool
func (*RemovePagerDutyIntegrationResponse) ProtoMessage ¶
func (*RemovePagerDutyIntegrationResponse) ProtoMessage()
func (*RemovePagerDutyIntegrationResponse) ProtoReflect ¶
func (x *RemovePagerDutyIntegrationResponse) ProtoReflect() protoreflect.Message
func (*RemovePagerDutyIntegrationResponse) Reset ¶
func (x *RemovePagerDutyIntegrationResponse) Reset()
func (*RemovePagerDutyIntegrationResponse) String ¶
func (x *RemovePagerDutyIntegrationResponse) String() string
type RemoveSlackIntegrationRequest ¶
type RemoveSlackIntegrationRequest struct {
// contains filtered or unexported fields
}
func (*RemoveSlackIntegrationRequest) Descriptor
deprecated
func (*RemoveSlackIntegrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveSlackIntegrationRequest.ProtoReflect.Descriptor instead.
func (*RemoveSlackIntegrationRequest) ProtoMessage ¶
func (*RemoveSlackIntegrationRequest) ProtoMessage()
func (*RemoveSlackIntegrationRequest) ProtoReflect ¶
func (x *RemoveSlackIntegrationRequest) ProtoReflect() protoreflect.Message
func (*RemoveSlackIntegrationRequest) Reset ¶
func (x *RemoveSlackIntegrationRequest) Reset()
func (*RemoveSlackIntegrationRequest) String ¶
func (x *RemoveSlackIntegrationRequest) String() string
type RemoveSlackIntegrationResponse ¶
type RemoveSlackIntegrationResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // contains filtered or unexported fields }
func (*RemoveSlackIntegrationResponse) Descriptor
deprecated
func (*RemoveSlackIntegrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveSlackIntegrationResponse.ProtoReflect.Descriptor instead.
func (*RemoveSlackIntegrationResponse) GetSuccess ¶
func (x *RemoveSlackIntegrationResponse) GetSuccess() bool
func (*RemoveSlackIntegrationResponse) ProtoMessage ¶
func (*RemoveSlackIntegrationResponse) ProtoMessage()
func (*RemoveSlackIntegrationResponse) ProtoReflect ¶
func (x *RemoveSlackIntegrationResponse) ProtoReflect() protoreflect.Message
func (*RemoveSlackIntegrationResponse) Reset ¶
func (x *RemoveSlackIntegrationResponse) Reset()
func (*RemoveSlackIntegrationResponse) String ¶
func (x *RemoveSlackIntegrationResponse) String() string