incoming

package
v0.30.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ACHFile

type ACHFile struct {
	FileID   string    `json:"id"`
	ShardKey string    `json:"shardKey"`
	File     *ach.File `json:"file"`
}

func (ACHFile) Validate added in v0.6.2

func (f ACHFile) Validate() error

type CancelACHFile

type CancelACHFile struct {
	FileID   string `json:"id"`
	ShardKey string `json:"shardKey"`
}

type FileCancellationResponse added in v0.29.0

type FileCancellationResponse struct {
	FileID     string `json:"id"`
	ShardKey   string `json:"shardKey"`
	Successful bool   `json:"successful"`
}

Directories

Path Synopsis
Package stream exposes gocloud.dev/pubsub and side-loads various packages to register implementations such as kafka or in-memory.
Package stream exposes gocloud.dev/pubsub and side-loads various packages to register implementations such as kafka or in-memory.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL