Documentation ¶
Index ¶
- Constants
- func AppendFooter(source []byte) []byte
- func AppendHeader(result []byte, typeName string) []byte
- func AppendImports(result []byte, imports []string) []byte
- func AppendJSONFieldNameAsBytes(bytes []byte, jsonName string) []byte
- func DigitsSize(i int) int
- func EmptyResultStub(name string) []byte
- func StringSliceSize(slice []string) int
- func StringStartConst(jsonName string) int
Constants ¶
View Source
const ( WrapSignatureSize = len(resultStubHeader) + len(resultStubFuncSignatureStart) + len(resultStubFuncSignatureEnd) + 2 // '\n', '}' )
Variables ¶
This section is empty.
Functions ¶
func AppendFooter ¶
func AppendHeader ¶
func AppendImports ¶
func DigitsSize ¶
func StringSliceSize ¶
func StringStartConst ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.