deployment

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package deployment contains auto-generated files. DO NOT MODIFY

Package deployment contains auto-generated files. DO NOT MODIFY

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for managing a specific deployment resource See https://www.twilio.com/docs/runtime/functions-assets-api/api/deployment for more details

func New

func New(client *client.Client, properties ClientProperties) *Client

New creates a new instance of the deployment client

func (Client) Fetch

func (c Client) Fetch() (*FetchDeploymentResponse, error)

Fetch retrieves a deployment resource See https://www.twilio.com/docs/runtime/functions-assets-api/api/deployment#fetch-a-deployment-resource for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) FetchWithContext

func (c Client) FetchWithContext(context context.Context) (*FetchDeploymentResponse, error)

FetchWithContext retrieves a deployment resource See https://www.twilio.com/docs/runtime/functions-assets-api/api/deployment#fetch-a-deployment-resource for more details

type ClientProperties

type ClientProperties struct {
	EnvironmentSid string
	ServiceSid     string
	Sid            string
}

ClientProperties are the properties required to manage the deployment resources

type FetchDeploymentResponse

type FetchDeploymentResponse struct {
	AccountSid     string     `json:"account_sid"`
	BuildSid       string     `json:"build_sid"`
	DateCreated    time.Time  `json:"date_created"`
	DateUpdated    *time.Time `json:"date_updated,omitempty"`
	EnvironmentSid string     `json:"environment_sid"`
	ServiceSid     string     `json:"service_sid"`
	Sid            string     `json:"sid"`
	URL            string     `json:"url"`
}

FetchDeploymentResponse defines the response fields for the retrieved deployment

Jump to

Keyboard shortcuts

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