Documentation
¶
Index ¶
- Variables
- func MarshalJSON(pathToFile string, in any) error
- func MarshalPB(pathToFile string, in proto.Message) error
- func MustMarshalJSON(pathToFile string, in any)
- func MustMarshalPB(pathToFile string, in proto.Message)
- func MustReadFile(pathToFile string) []byte
- func MustUnmarshalJSON(pathToFile string, out any)
- func MustUnmarshalPB(pathToFile string, out proto.Message)
- func ReadFile(pathToFile string) ([]byte, error)
- func UnmarshalJSON(pathToFile string, out any) error
- func UnmarshalPB(pathToFile string, out proto.Message) error
- func WriteFile(relPath string, data []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var FixturesFS embed.FS
Functions ¶
func MarshalJSON ¶
func MustMarshalJSON ¶
func MustMarshalPB ¶
func MustReadFile ¶
func MustUnmarshalJSON ¶
func MustUnmarshalPB ¶
func UnmarshalJSON ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.