Documentation ¶
Index ¶
- Variables
- type WebHookBody
- func (*WebHookBody) Descriptor() ([]byte, []int)deprecated
- func (x *WebHookBody) GetInterface() *core.Interface
- func (x *WebHookBody) GetModified() []string
- func (x *WebHookBody) GetPeer() *core.Peer
- func (x *WebHookBody) GetType() rpc.EventType
- func (*WebHookBody) ProtoMessage()
- func (x *WebHookBody) ProtoReflect() protoreflect.Message
- func (x *WebHookBody) Reset()
- func (x *WebHookBody) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_feature_hooks_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type WebHookBody ¶
type WebHookBody struct { Type rpc.EventType `protobuf:"varint,1,opt,name=type,proto3,enum=cunicu.rpc.EventType" json:"type,omitempty"` Interface *core.Interface `protobuf:"bytes,2,opt,name=interface,proto3" json:"interface,omitempty"` Peer *core.Peer `protobuf:"bytes,3,opt,name=peer,proto3" json:"peer,omitempty"` Modified []string `protobuf:"bytes,4,rep,name=modified,proto3" json:"modified,omitempty"` // contains filtered or unexported fields }
func (*WebHookBody) Descriptor
deprecated
func (*WebHookBody) Descriptor() ([]byte, []int)
Deprecated: Use WebHookBody.ProtoReflect.Descriptor instead.
func (*WebHookBody) GetInterface ¶
func (x *WebHookBody) GetInterface() *core.Interface
func (*WebHookBody) GetModified ¶
func (x *WebHookBody) GetModified() []string
func (*WebHookBody) GetPeer ¶
func (x *WebHookBody) GetPeer() *core.Peer
func (*WebHookBody) GetType ¶
func (x *WebHookBody) GetType() rpc.EventType
func (*WebHookBody) ProtoMessage ¶
func (*WebHookBody) ProtoMessage()
func (*WebHookBody) ProtoReflect ¶
func (x *WebHookBody) ProtoReflect() protoreflect.Message
func (*WebHookBody) Reset ¶
func (x *WebHookBody) Reset()
func (*WebHookBody) String ¶
func (x *WebHookBody) String() string
Click to show internal directories.
Click to hide internal directories.