submission

package
v0.0.62 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewListCommand

func NewListCommand(c client.API, w io.Writer) *cobra.Command

NewListCommand creates a new `submission list` command to give you details about your submissions for a study.

func NewRequestReturnCommand added in v0.0.62

func NewRequestReturnCommand(client client.API, w io.Writer) *cobra.Command

NewRequestReturnCommand creates a new `submission request-return` command to request a participant to return a submission.

func NewSubmissionCommand

func NewSubmissionCommand(client client.API, w io.Writer) *cobra.Command

NewSubmissionCommand creates a new `submission` command

Types

type ListOptions

type ListOptions struct {
	Args           []string
	NonInteractive bool
	Fields         string
	Study          string
	Csv            bool
	Limit          int
	Offset         int
}

ListOptions is the options for the listing studies command.

type RequestReturnOptions added in v0.0.62

type RequestReturnOptions struct {
	SubmissionID string
	Reasons      []string
}

RequestReturnOptions is the options for the request return command.

Jump to

Keyboard shortcuts

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