responses

package
v0.0.0-...-651fe2a Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2020 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAvailableStepsResponse

type GetAvailableStepsResponse struct {
	ServiceID string `json:"service_id"`
	ChannelID string `json:"channel_id"`
	StepID    string `json:"step_id"`
}

type StartApplicationResponse

type StartApplicationResponse struct {
	ApplicationID string `json:"application_id"`
}

StartApplicationResponse represents an API response for starting a new application.

type StatusResponse

type StatusResponse struct {
	Status string `json:"status"`
}

StatusResponse represents an API response with a status message.

type StepStatusResponse

type StepStatusResponse struct {
	ApplicationID     string            `json:"application_id"`
	StepID            string            `json:"step_id"`
	Status            string            `json:"status"`
	PostedToUsers     []string          `json:"posted_to_users"`
	LockUserID        string            `json:"lock_user_id"`
	LockUserTimestamp string            `json:"lock_user_timestamp"`
	DataPosted        map[string]string `json:"data_posted"`
}

Jump to

Keyboard shortcuts

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