Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateReplyImages ¶
Types ¶
type BodyFactory ¶
type BodyFactory struct {
// contains filtered or unexported fields
}
func NewBodyFactory ¶
func NewBodyFactory(boundary string, metadataBytes []byte, images [][]byte, contentTypes []string) *BodyFactory
func (*BodyFactory) BodyLength ¶
func (f *BodyFactory) BodyLength() int64
func (*BodyFactory) BodySHA256 ¶
func (f *BodyFactory) BodySHA256() string
func (*BodyFactory) ContentType ¶
func (f *BodyFactory) ContentType() string
func (*BodyFactory) NewBody ¶
func (f *BodyFactory) NewBody() (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.