Documentation
¶
Index ¶
Constants ¶
View Source
const ( Begin string = "Begin" End string = "End" ReadFile string = "ReadFile" )
View Source
const (
// BlobSizeMax Temporal Limit, in MBs, for BLOBs size in an Event when a warning is thrown in the server logs.
BlobSizeMax = 512 * 1024
)
Variables ¶
View Source
var (
ErrBlobTooLarge = errors.New("blob is too large")
)
Functions ¶
This section is empty.
Types ¶
type BeginInput ¶
type BeginInput struct{}
type BeginOutput ¶
type ReadFileInput ¶
type ReadFileOutput ¶
type ReadFileOutput struct {
Data []byte
}
Click to show internal directories.
Click to hide internal directories.