Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AES256 ¶
type Data ¶
func NewDataFrom ¶
type DecodingPipeline ¶
type EncodeDecoder ¶
type EncodingPipeline ¶
type Pipeline ¶
type Pipeline struct { Errors []error // contains filtered or unexported fields }
func NewDecoding ¶
func NewDecoding(decoders []Decoder, r io.ReadCloser, d *Data) *Pipeline
func NewEncoding ¶
func NewEncoding(encoders []Encoder, r io.ReadCloser, d *Data) *Pipeline
type Resize ¶
Click to show internal directories.
Click to hide internal directories.