Versions in this module Expand all Collapse all v0 v0.2.0 Jun 23, 2022 v0.1.0 Aug 9, 2021 Changes in this version + func BoolPointer(b bool) *bool + func IntPointer(i int) *int + func StringPointer(s string) *string + type Raw []byte + func (m *Raw) UnmarshalJSON(data []byte) error + func (m Raw) MarshalJSON() ([]byte, error) + func (m Raw) UnmarshalTo(v interface{}) error