Versions in this module Expand all Collapse all v0 v0.6.1 Jan 15, 2020 Changes in this version + func Compare(obj1, obj2 *AttackPattern) (bool, int, []string) type AttackPattern + func Decode(data []byte) (*AttackPattern, error) + func (o *AttackPattern) Compare(obj2 *AttackPattern) (bool, int, []string) + func (o *AttackPattern) Encode() ([]byte, error) + func (o *AttackPattern) EncodeToString() (string, error) + func (o *AttackPattern) GetPropertyList() []string + func (o *AttackPattern) UnmarshalJSON(b []byte) error + func (o *AttackPattern) Valid() (bool, int, []string) v0.5.1 Dec 19, 2018 Changes in this version + type AttackPattern struct + func New() *AttackPattern