Documentation ¶
Index ¶
- Variables
- type TGetJavaLogLevelsResult_
- func (p *TGetJavaLogLevelsResult_) Equals(other *TGetJavaLogLevelsResult_) bool
- func (p *TGetJavaLogLevelsResult_) GetLogLevels() []string
- func (p *TGetJavaLogLevelsResult_) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TGetJavaLogLevelsResult_) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TGetJavaLogLevelsResult_) String() string
- func (p *TGetJavaLogLevelsResult_) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TLogLevel
- type TSetJavaLogLevelParams
- func (p *TSetJavaLogLevelParams) Equals(other *TSetJavaLogLevelParams) bool
- func (p *TSetJavaLogLevelParams) GetClassName() string
- func (p *TSetJavaLogLevelParams) GetLogLevel() string
- func (p *TSetJavaLogLevelParams) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TSetJavaLogLevelParams) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TSetJavaLogLevelParams) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TSetJavaLogLevelParams) String() string
- func (p *TSetJavaLogLevelParams) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
This section is empty.
Variables ¶
View Source
var GoUnusedProtection__ int
Functions ¶
This section is empty.
Types ¶
type TGetJavaLogLevelsResult_ ¶
type TGetJavaLogLevelsResult_ struct {
LogLevels []string `thrift:"log_levels,1,required" db:"log_levels" json:"log_levels"`
}
Attributes:
- LogLevels
func NewTGetJavaLogLevelsResult_ ¶
func NewTGetJavaLogLevelsResult_() *TGetJavaLogLevelsResult_
func (*TGetJavaLogLevelsResult_) Equals ¶ added in v0.16.0
func (p *TGetJavaLogLevelsResult_) Equals(other *TGetJavaLogLevelsResult_) bool
func (*TGetJavaLogLevelsResult_) GetLogLevels ¶
func (p *TGetJavaLogLevelsResult_) GetLogLevels() []string
func (*TGetJavaLogLevelsResult_) ReadField1 ¶
func (*TGetJavaLogLevelsResult_) String ¶
func (p *TGetJavaLogLevelsResult_) String() string
type TLogLevel ¶
type TLogLevel int64
func TLogLevelFromString ¶
func TLogLevelPtr ¶
func (TLogLevel) MarshalText ¶
func (*TLogLevel) UnmarshalText ¶
type TSetJavaLogLevelParams ¶
type TSetJavaLogLevelParams struct { ClassName string `thrift:"class_name,1,required" db:"class_name" json:"class_name"` LogLevel string `thrift:"log_level,2,required" db:"log_level" json:"log_level"` }
Attributes:
- ClassName
- LogLevel
func NewTSetJavaLogLevelParams ¶
func NewTSetJavaLogLevelParams() *TSetJavaLogLevelParams
func (*TSetJavaLogLevelParams) Equals ¶ added in v0.16.0
func (p *TSetJavaLogLevelParams) Equals(other *TSetJavaLogLevelParams) bool
func (*TSetJavaLogLevelParams) GetClassName ¶
func (p *TSetJavaLogLevelParams) GetClassName() string
func (*TSetJavaLogLevelParams) GetLogLevel ¶
func (p *TSetJavaLogLevelParams) GetLogLevel() string
func (*TSetJavaLogLevelParams) ReadField1 ¶
func (*TSetJavaLogLevelParams) ReadField2 ¶
func (*TSetJavaLogLevelParams) String ¶
func (p *TSetJavaLogLevelParams) String() string
Click to show internal directories.
Click to hide internal directories.