Versions in this module Expand all Collapse all v0 v0.1.1 Jul 31, 2024 v0.1.0 Jul 15, 2024 Changes in this version + var AdditionalFields = att.Mark("github.com/jpicht/polyjson/markers", "AdditionalFields") + var DefaultConfig = Config + var EasyJSONUnmarshaler = att.Mark("github.com/mailru/easyjson", "Unmarshaler") + var EncodingJSONMarshaler = att.Mark("encoding/json", "Marshaler") + var EncodingJSONUnmarshaler = att.Mark("encoding/json", "Unmarshaler") + var JWriterWritable = att.Mark("github.com/launchdarkly/go-jsonstream/v3", "Writable") + var MarkerCommon = att.Mark("github.com/jpicht/polyjson/markers", "Common") + var MarkerImplements = att.Mark("github.com/jpicht/polyjson/markers", "Implements") + var MarkerInterface = att.Mark("github.com/jpicht/polyjson/markers", "Interface") + var MarkerTypeID = att.Mark("github.com/jpicht/polyjson/markers", "TypeID") + type Config struct + Interfaces []att.Marker + Markers []att.Marker + Packages packages.Config + TypeMarkers []att.Marker + Verbose bool + func (config *Config) Parse(directory string) (*Result, error) + type Result struct + Additional map[string][]byte + Config *Config + Directory string + Helpers struct{ ... } + Packages []*att.Package + StdLib struct{ ... }