Documentation
¶
Index ¶
- Constants
- Variables
- type BIOSDirectoryTokens
- func (p *BIOSDirectoryTokens) Equals(other *BIOSDirectoryTokens) bool
- func (p *BIOSDirectoryTokens) GetBIOSDirectoryLevel() int8
- func (p *BIOSDirectoryTokens) GetTokens() []*Token
- func (p *BIOSDirectoryTokens) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BIOSDirectoryTokens) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BIOSDirectoryTokens) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *BIOSDirectoryTokens) String() string
- func (p *BIOSDirectoryTokens) Write(ctx context.Context, oprot thrift.TProtocol) error
- type CustomReport
- func (p *CustomReport) Equals(other *CustomReport) bool
- func (p *CustomReport) GetDirectoryTokens() []*BIOSDirectoryTokens
- func (p *CustomReport) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *CustomReport) String() string
- func (p *CustomReport) Write(ctx context.Context, oprot thrift.TProtocol) error
- type Token
- func (p *Token) Equals(other *Token) bool
- func (p *Token) GetBoardMask() int16
- func (p *Token) GetID() TokenID
- func (p *Token) GetPriorityMask() int8
- func (p *Token) GetValue() *TokenValue
- func (p *Token) IsSetValue() bool
- func (p *Token) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Token) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Token) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Token) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Token) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *Token) String() string
- func (p *Token) Write(ctx context.Context, oprot thrift.TProtocol) error
- type TokenID
- type TokenValue
- func (p *TokenValue) CountSetFieldsTokenValue() int
- func (p *TokenValue) Equals(other *TokenValue) bool
- func (p *TokenValue) GetBoolean() bool
- func (p *TokenValue) GetByte() int8
- func (p *TokenValue) GetDWord() int32
- func (p *TokenValue) GetWord() int16
- func (p *TokenValue) IsSetBoolean() bool
- func (p *TokenValue) IsSetByte() bool
- func (p *TokenValue) IsSetDWord() bool
- func (p *TokenValue) IsSetWord() bool
- func (p *TokenValue) Read(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenValue) ReadField1(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenValue) ReadField2(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenValue) ReadField3(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenValue) ReadField4(ctx context.Context, iprot thrift.TProtocol) error
- func (p *TokenValue) String() string
- func (p *TokenValue) Write(ctx context.Context, oprot thrift.TProtocol) error
Constants ¶
View Source
const APCBSecurityTokensAnalyzerID = "APCBSecurityTokens"
Variables ¶
View Source
var GoUnusedProtection__ int
View Source
var TokenValue_Boolean_DEFAULT bool
View Source
var TokenValue_Byte_DEFAULT int8
View Source
var TokenValue_DWord_DEFAULT int32
View Source
var TokenValue_Word_DEFAULT int16
Functions ¶
This section is empty.
Types ¶
type BIOSDirectoryTokens ¶
type BIOSDirectoryTokens struct { BIOSDirectoryLevel int8 `thrift:"BIOSDirectoryLevel,1" db:"BIOSDirectoryLevel" json:"BIOSDirectoryLevel"` Tokens []*Token `thrift:"Tokens,2" db:"Tokens" json:"Tokens"` }
Attributes:
- BIOSDirectoryLevel
- Tokens
func NewBIOSDirectoryTokens ¶
func NewBIOSDirectoryTokens() *BIOSDirectoryTokens
func (*BIOSDirectoryTokens) Equals ¶
func (p *BIOSDirectoryTokens) Equals(other *BIOSDirectoryTokens) bool
func (*BIOSDirectoryTokens) GetBIOSDirectoryLevel ¶
func (p *BIOSDirectoryTokens) GetBIOSDirectoryLevel() int8
func (*BIOSDirectoryTokens) GetTokens ¶
func (p *BIOSDirectoryTokens) GetTokens() []*Token
func (*BIOSDirectoryTokens) ReadField1 ¶
func (*BIOSDirectoryTokens) ReadField2 ¶
func (*BIOSDirectoryTokens) String ¶
func (p *BIOSDirectoryTokens) String() string
type CustomReport ¶
type CustomReport struct {
DirectoryTokens []*BIOSDirectoryTokens `thrift:"DirectoryTokens,1" db:"DirectoryTokens" json:"DirectoryTokens"`
}
Attributes:
- DirectoryTokens
func NewCustomReport ¶
func NewCustomReport() *CustomReport
func (*CustomReport) Equals ¶
func (p *CustomReport) Equals(other *CustomReport) bool
func (*CustomReport) GetDirectoryTokens ¶
func (p *CustomReport) GetDirectoryTokens() []*BIOSDirectoryTokens
func (*CustomReport) ReadField1 ¶
func (*CustomReport) String ¶
func (p *CustomReport) String() string
type Token ¶
type Token struct { ID TokenID `thrift:"ID,1" db:"ID" json:"ID"` PriorityMask int8 `thrift:"PriorityMask,2" db:"PriorityMask" json:"PriorityMask"` BoardMask int16 `thrift:"BoardMask,3" db:"BoardMask" json:"BoardMask"` Value *TokenValue `thrift:"Value,4" db:"Value" json:"Value"` }
Attributes:
- ID
- PriorityMask
- BoardMask
- Value
func (*Token) GetBoardMask ¶
func (*Token) GetPriorityMask ¶
func (*Token) GetValue ¶
func (p *Token) GetValue() *TokenValue
func (*Token) IsSetValue ¶
func (*Token) ReadField1 ¶
func (*Token) ReadField2 ¶
func (*Token) ReadField3 ¶
func (*Token) ReadField4 ¶
type TokenID ¶
type TokenID int64
func TokenIDFromString ¶
func TokenIDPtr ¶
func (TokenID) MarshalText ¶
func (*TokenID) UnmarshalText ¶
type TokenValue ¶
type TokenValue struct { Boolean *bool `thrift:"Boolean,1" db:"Boolean" json:"Boolean,omitempty"` Byte *int8 `thrift:"Byte,2" db:"Byte" json:"Byte,omitempty"` Word *int16 `thrift:"Word,3" db:"Word" json:"Word,omitempty"` DWord *int32 `thrift:"DWord,4" db:"DWord" json:"DWord,omitempty"` }
Attributes:
- Boolean
- Byte
- Word
- DWord
var Token_Value_DEFAULT *TokenValue
func NewTokenValue ¶
func NewTokenValue() *TokenValue
func (*TokenValue) CountSetFieldsTokenValue ¶
func (p *TokenValue) CountSetFieldsTokenValue() int
func (*TokenValue) Equals ¶
func (p *TokenValue) Equals(other *TokenValue) bool
func (*TokenValue) GetBoolean ¶
func (p *TokenValue) GetBoolean() bool
func (*TokenValue) GetByte ¶
func (p *TokenValue) GetByte() int8
func (*TokenValue) GetDWord ¶
func (p *TokenValue) GetDWord() int32
func (*TokenValue) GetWord ¶
func (p *TokenValue) GetWord() int16
func (*TokenValue) IsSetBoolean ¶
func (p *TokenValue) IsSetBoolean() bool
func (*TokenValue) IsSetByte ¶
func (p *TokenValue) IsSetByte() bool
func (*TokenValue) IsSetDWord ¶
func (p *TokenValue) IsSetDWord() bool
func (*TokenValue) IsSetWord ¶
func (p *TokenValue) IsSetWord() bool
func (*TokenValue) ReadField1 ¶
func (*TokenValue) ReadField2 ¶
func (*TokenValue) ReadField3 ¶
func (*TokenValue) ReadField4 ¶
func (*TokenValue) String ¶
func (p *TokenValue) String() string
Click to show internal directories.
Click to hide internal directories.