Documentation
¶
Index ¶
- type GetLicenseResponse
- func (*GetLicenseResponse) Descriptor() ([]byte, []int)
- func (m *GetLicenseResponse) GetLicense() *License
- func (m *GetLicenseResponse) GetStatus() *status.Status
- func (*GetLicenseResponse) ProtoMessage()
- func (m *GetLicenseResponse) Reset()
- func (m *GetLicenseResponse) String() string
- func (m *GetLicenseResponse) XXX_DiscardUnknown()
- func (m *GetLicenseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetLicenseResponse) XXX_Merge(src proto.Message)
- func (m *GetLicenseResponse) XXX_Size() int
- func (m *GetLicenseResponse) XXX_Unmarshal(b []byte) error
- type License
- func (*License) Descriptor() ([]byte, []int)
- func (m *License) GetValid() bool
- func (*License) ProtoMessage()
- func (m *License) Reset()
- func (m *License) String() string
- func (m *License) XXX_DiscardUnknown()
- func (m *License) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *License) XXX_Merge(src proto.Message)
- func (m *License) XXX_Size() int
- func (m *License) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetLicenseResponse ¶
type GetLicenseResponse struct { Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` License *License `protobuf:"bytes,2,opt,name=license,proto3" json:"license,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GetLicenseResponse) Descriptor ¶
func (*GetLicenseResponse) Descriptor() ([]byte, []int)
func (*GetLicenseResponse) GetLicense ¶
func (m *GetLicenseResponse) GetLicense() *License
func (*GetLicenseResponse) GetStatus ¶
func (m *GetLicenseResponse) GetStatus() *status.Status
func (*GetLicenseResponse) ProtoMessage ¶
func (*GetLicenseResponse) ProtoMessage()
func (*GetLicenseResponse) Reset ¶
func (m *GetLicenseResponse) Reset()
func (*GetLicenseResponse) String ¶
func (m *GetLicenseResponse) String() string
func (*GetLicenseResponse) XXX_DiscardUnknown ¶
func (m *GetLicenseResponse) XXX_DiscardUnknown()
func (*GetLicenseResponse) XXX_Marshal ¶
func (m *GetLicenseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetLicenseResponse) XXX_Merge ¶
func (m *GetLicenseResponse) XXX_Merge(src proto.Message)
func (*GetLicenseResponse) XXX_Size ¶
func (m *GetLicenseResponse) XXX_Size() int
func (*GetLicenseResponse) XXX_Unmarshal ¶
func (m *GetLicenseResponse) XXX_Unmarshal(b []byte) error
type License ¶
type License struct { Valid bool `protobuf:"varint,1,opt,name=Valid,proto3" json:"Valid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*License) Descriptor ¶
func (*License) ProtoMessage ¶
func (*License) ProtoMessage()
func (*License) XXX_DiscardUnknown ¶
func (m *License) XXX_DiscardUnknown()
func (*License) XXX_Marshal ¶
func (*License) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.