Documentation ¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func EntryDataHighestSupportedFlexVersion() int16
- func EntryDataHighestSupportedVersion() int16
- func EntryDataLowestSupportedFlexVersion() int16
- func EntryDataLowestSupportedVersion() int16
- type EntryData
- func (o *EntryData) Clear()
- func (o *EntryData) Entity() []entrydata.EntityData
- func (o *EntryData) Equal(that *EntryData) bool
- func (o *EntryData) IsNil() bool
- func (o *EntryData) MarshalJSON() ([]byte, error)
- func (o *EntryData) Ops() []entrydata.OpData
- func (o *EntryData) Read(buf *bytes.Reader, version int16) error
- func (o *EntryData) Release()
- func (o *EntryData) SetDefault()
- func (o *EntryData) SetEntity(val []entrydata.EntityData)
- func (o *EntryData) SetOps(val []entrydata.OpData)
- func (o *EntryData) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *EntryData) SizeInBytes(version int16) (int, error)
- func (o *EntryData) String() string
- func (o *EntryData) UnknownTaggedFields() []fields.RawTaggedField
- func (o *EntryData) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntryDataHighestSupportedFlexVersion ¶
func EntryDataHighestSupportedFlexVersion() int16
func EntryDataHighestSupportedVersion ¶
func EntryDataHighestSupportedVersion() int16
func EntryDataLowestSupportedFlexVersion ¶
func EntryDataLowestSupportedFlexVersion() int16
func EntryDataLowestSupportedVersion ¶
func EntryDataLowestSupportedVersion() int16
Types ¶
type EntryData ¶
type EntryData struct {
// contains filtered or unexported fields
}
func EntryDataDefault ¶
func EntryDataDefault() EntryData
func (*EntryData) Entity ¶
func (o *EntryData) Entity() []entrydata.EntityData
func (*EntryData) MarshalJSON ¶
func (*EntryData) Release ¶
func (o *EntryData) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*EntryData) SetDefault ¶
func (o *EntryData) SetDefault()
func (*EntryData) SetEntity ¶
func (o *EntryData) SetEntity(val []entrydata.EntityData)
func (*EntryData) SetUnknownTaggedFields ¶
func (o *EntryData) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*EntryData) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*EntryData) UnknownTaggedFields ¶
func (o *EntryData) UnknownTaggedFields() []fields.RawTaggedField
func (*EntryData) Write ¶
func (o *EntryData) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.