Documentation
¶
Index ¶
- Constants
- func GetRelatedContentFields(v any, contentType string) []reflect.Value
- func IfMatchIdSetContent(contentId string, target *[]byte, part *RelatedContent)
- func Marshal(v any) (string, []byte, error)
- func MatchRelatedContent(contentId string, fields []reflect.Value) []byte
- func Unmarshal(boundary string, data []byte, v any) error
- type RelatedContent
Constants ¶
View Source
const ( // 0*69<bchars> bcharsnospace = max 69 chars MAX_BOUNDARY_LENGTH = 69 // custom min boundary length MIN_BOUNDARY_LENGTH = 30 )
Variables ¶
This section is empty.
Functions ¶
func GetRelatedContentFields ¶
func IfMatchIdSetContent ¶
func IfMatchIdSetContent(contentId string, target *[]byte, part *RelatedContent)
func MatchRelatedContent ¶
Types ¶
type RelatedContent ¶
Click to show internal directories.
Click to hide internal directories.