Documentation ¶
Overview ¶
Package mesos_internal is a generated protocol buffer package.
It is generated from these files:
mesos/authentication/authentication.proto
It has these top-level messages:
AuthenticateMessage AuthenticationMechanismsMessage AuthenticationStartMessage AuthenticationStepMessage AuthenticationCompletedMessage AuthenticationFailedMessage AuthenticationErrorMessage
Index ¶
- type AuthenticateMessage
- type AuthenticationCompletedMessage
- type AuthenticationErrorMessage
- type AuthenticationFailedMessage
- type AuthenticationMechanismsMessage
- type AuthenticationStartMessage
- func (*AuthenticationStartMessage) Descriptor() ([]byte, []int)
- func (m *AuthenticationStartMessage) GetData() []byte
- func (m *AuthenticationStartMessage) GetMechanism() string
- func (*AuthenticationStartMessage) ProtoMessage()
- func (m *AuthenticationStartMessage) Reset()
- func (m *AuthenticationStartMessage) String() string
- type AuthenticationStepMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticateMessage ¶
type AuthenticateMessage struct { Pid *string `protobuf:"bytes,1,req,name=pid" json:"pid,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*AuthenticateMessage) Descriptor ¶
func (*AuthenticateMessage) Descriptor() ([]byte, []int)
func (*AuthenticateMessage) GetPid ¶
func (m *AuthenticateMessage) GetPid() string
func (*AuthenticateMessage) ProtoMessage ¶
func (*AuthenticateMessage) ProtoMessage()
func (*AuthenticateMessage) Reset ¶
func (m *AuthenticateMessage) Reset()
func (*AuthenticateMessage) String ¶
func (m *AuthenticateMessage) String() string
type AuthenticationCompletedMessage ¶
type AuthenticationCompletedMessage struct {
XXX_unrecognized []byte `json:"-"`
}
func (*AuthenticationCompletedMessage) Descriptor ¶
func (*AuthenticationCompletedMessage) Descriptor() ([]byte, []int)
func (*AuthenticationCompletedMessage) ProtoMessage ¶
func (*AuthenticationCompletedMessage) ProtoMessage()
func (*AuthenticationCompletedMessage) Reset ¶
func (m *AuthenticationCompletedMessage) Reset()
func (*AuthenticationCompletedMessage) String ¶
func (m *AuthenticationCompletedMessage) String() string
type AuthenticationErrorMessage ¶
type AuthenticationErrorMessage struct { Error *string `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*AuthenticationErrorMessage) Descriptor ¶
func (*AuthenticationErrorMessage) Descriptor() ([]byte, []int)
func (*AuthenticationErrorMessage) GetError ¶
func (m *AuthenticationErrorMessage) GetError() string
func (*AuthenticationErrorMessage) ProtoMessage ¶
func (*AuthenticationErrorMessage) ProtoMessage()
func (*AuthenticationErrorMessage) Reset ¶
func (m *AuthenticationErrorMessage) Reset()
func (*AuthenticationErrorMessage) String ¶
func (m *AuthenticationErrorMessage) String() string
type AuthenticationFailedMessage ¶
type AuthenticationFailedMessage struct {
XXX_unrecognized []byte `json:"-"`
}
func (*AuthenticationFailedMessage) Descriptor ¶
func (*AuthenticationFailedMessage) Descriptor() ([]byte, []int)
func (*AuthenticationFailedMessage) ProtoMessage ¶
func (*AuthenticationFailedMessage) ProtoMessage()
func (*AuthenticationFailedMessage) Reset ¶
func (m *AuthenticationFailedMessage) Reset()
func (*AuthenticationFailedMessage) String ¶
func (m *AuthenticationFailedMessage) String() string
type AuthenticationMechanismsMessage ¶
type AuthenticationMechanismsMessage struct { Mechanisms []string `protobuf:"bytes,1,rep,name=mechanisms" json:"mechanisms,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*AuthenticationMechanismsMessage) Descriptor ¶
func (*AuthenticationMechanismsMessage) Descriptor() ([]byte, []int)
func (*AuthenticationMechanismsMessage) GetMechanisms ¶
func (m *AuthenticationMechanismsMessage) GetMechanisms() []string
func (*AuthenticationMechanismsMessage) ProtoMessage ¶
func (*AuthenticationMechanismsMessage) ProtoMessage()
func (*AuthenticationMechanismsMessage) Reset ¶
func (m *AuthenticationMechanismsMessage) Reset()
func (*AuthenticationMechanismsMessage) String ¶
func (m *AuthenticationMechanismsMessage) String() string
type AuthenticationStartMessage ¶
type AuthenticationStartMessage struct { Mechanism *string `protobuf:"bytes,1,req,name=mechanism" json:"mechanism,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*AuthenticationStartMessage) Descriptor ¶
func (*AuthenticationStartMessage) Descriptor() ([]byte, []int)
func (*AuthenticationStartMessage) GetData ¶
func (m *AuthenticationStartMessage) GetData() []byte
func (*AuthenticationStartMessage) GetMechanism ¶
func (m *AuthenticationStartMessage) GetMechanism() string
func (*AuthenticationStartMessage) ProtoMessage ¶
func (*AuthenticationStartMessage) ProtoMessage()
func (*AuthenticationStartMessage) Reset ¶
func (m *AuthenticationStartMessage) Reset()
func (*AuthenticationStartMessage) String ¶
func (m *AuthenticationStartMessage) String() string
type AuthenticationStepMessage ¶
type AuthenticationStepMessage struct { Data []byte `protobuf:"bytes,1,req,name=data" json:"data,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*AuthenticationStepMessage) Descriptor ¶
func (*AuthenticationStepMessage) Descriptor() ([]byte, []int)
func (*AuthenticationStepMessage) GetData ¶
func (m *AuthenticationStepMessage) GetData() []byte
func (*AuthenticationStepMessage) ProtoMessage ¶
func (*AuthenticationStepMessage) ProtoMessage()
func (*AuthenticationStepMessage) Reset ¶
func (m *AuthenticationStepMessage) Reset()
func (*AuthenticationStepMessage) String ¶
func (m *AuthenticationStepMessage) String() string
Click to show internal directories.
Click to hide internal directories.