Documentation ¶
Overview ¶
Package com_HailoOSS_kernel_binding_listrules is a generated protocol buffer package.
It is generated from these files:
github.com/HailoOSS/binding-service/proto/listrules/listrules.proto
It has these top-level messages:
Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Service *string `protobuf:"bytes,1,req,name=service" json:"service,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Request) GetService ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct { Rules []*com_HailoOSS_kernel_binding.BindingRule `protobuf:"bytes,1,rep,name=rules" json:"rules,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Response) GetRules ¶
func (m *Response) GetRules() []*com_HailoOSS_kernel_binding.BindingRule
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.