Versions in this module Expand all Collapse all v0 v0.2.0 Mar 28, 2025 Changes in this version + type Config struct + Content []string + Name string + Pattern string + type IOC struct + func GetPredefinedIOC(name string) (*IOC, bool) + func NewIOC(config *Config) (*IOC, error) + func (i *IOC) GetContent() []string + func (i *IOC) GetName() string + func (i *IOC) GetRegex() *regexp.Regexp