future

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2021 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package future implements the DocuSign SDK category Future.

Api documentation may be found at: https://developers.docusign.com/esign/esign-rest-api/v2/reference/Future Usage example:

import (
    "github.com/ICGGroup/esign"
    "github.com/ICGGroup/esign//future"
)
...
futureService := future.New(esignCredential)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommentsGetOp

type CommentsGetOp esign.Op

CommentsGetOp implements DocuSign API SDK Future::getCommentsTranscript

func (*CommentsGetOp) Do

func (op *CommentsGetOp) Do(ctx context.Context) (*esign.Download, error)

Do executes the op. A nil context will return error.

func (*CommentsGetOp) Encoding

func (op *CommentsGetOp) Encoding(val string) *CommentsGetOp

Encoding set the call query parameter encoding

type DocumentResponsiveHTMLPreviewCreateOp

type DocumentResponsiveHTMLPreviewCreateOp esign.Op

DocumentResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Future::createDocumentResponsiveHtmlPreview

func (*DocumentResponsiveHTMLPreviewCreateOp) Do

Do executes the op. A nil context will return error.

type EnvelopeDocumentHTMLDefinitionsGetOp

type EnvelopeDocumentHTMLDefinitionsGetOp esign.Op

EnvelopeDocumentHTMLDefinitionsGetOp implements DocuSign API SDK Future::getEnvelopeDocumentHtmlDefinitions

func (*EnvelopeDocumentHTMLDefinitionsGetOp) Do

Do executes the op. A nil context will return error.

type EnvelopeHTMLDefinitionsListOp

type EnvelopeHTMLDefinitionsListOp esign.Op

EnvelopeHTMLDefinitionsListOp implements DocuSign API SDK Future::getEnvelopeHtmlDefinitions

func (*EnvelopeHTMLDefinitionsListOp) Do

Do executes the op. A nil context will return error.

type ResponsiveHTMLPreviewCreateOp

type ResponsiveHTMLPreviewCreateOp esign.Op

ResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Future::createResponsiveHtmlPreview

func (*ResponsiveHTMLPreviewCreateOp) Do

Do executes the op. A nil context will return error.

type Service

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

Service implements DocuSign Future Category API operations

func New

func New(cred esign.Credential) *Service

New initializes a future service using cred to authorize ops.

func (*Service) CommentsGet

func (s *Service) CommentsGet(envelopeID string) *CommentsGetOp

CommentsGet is SDK Method Future::getCommentsTranscript

https://developers.docusign.com/esign/restapi/Future/Comments/get

func (*Service) DocumentResponsiveHTMLPreviewCreate

func (s *Service) DocumentResponsiveHTMLPreviewCreate(documentID string, envelopeID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *DocumentResponsiveHTMLPreviewCreateOp

DocumentResponsiveHTMLPreviewCreate is SDK Method Future::createDocumentResponsiveHtmlPreview

https://developers.docusign.com/esign/restapi/Future/DocumentResponsiveHtmlPreview/create

func (*Service) EnvelopeDocumentHTMLDefinitionsGet

func (s *Service) EnvelopeDocumentHTMLDefinitionsGet(documentID string, envelopeID string) *EnvelopeDocumentHTMLDefinitionsGetOp

EnvelopeDocumentHTMLDefinitionsGet is SDK Method Future::getEnvelopeDocumentHtmlDefinitions

https://developers.docusign.com/esign/restapi/Future/EnvelopeDocumentHtmlDefinitions/get

func (*Service) EnvelopeHTMLDefinitionsList

func (s *Service) EnvelopeHTMLDefinitionsList(envelopeID string) *EnvelopeHTMLDefinitionsListOp

EnvelopeHTMLDefinitionsList is SDK Method Future::getEnvelopeHtmlDefinitions

https://developers.docusign.com/esign/restapi/Future/EnvelopeHtmlDefinitions/list

func (*Service) ResponsiveHTMLPreviewCreate

func (s *Service) ResponsiveHTMLPreviewCreate(envelopeID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *ResponsiveHTMLPreviewCreateOp

ResponsiveHTMLPreviewCreate is SDK Method Future::createResponsiveHtmlPreview

https://developers.docusign.com/esign/restapi/Future/ResponsiveHtmlPreview/create

func (*Service) TemplateDocumentHTMLDefinitionsList

func (s *Service) TemplateDocumentHTMLDefinitionsList(documentID string, templateID string) *TemplateDocumentHTMLDefinitionsListOp

TemplateDocumentHTMLDefinitionsList is SDK Method Future::getTemplateDocumentHtmlDefinitions

https://developers.docusign.com/esign/restapi/Future/TemplateDocumentHtmlDefinitions/list

func (*Service) TemplateDocumentResponsiveHTMLPreviewCreate

func (s *Service) TemplateDocumentResponsiveHTMLPreviewCreate(documentID string, templateID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *TemplateDocumentResponsiveHTMLPreviewCreateOp

TemplateDocumentResponsiveHTMLPreviewCreate is SDK Method Future::createTemplateDocumentResponsiveHtmlPreview

https://developers.docusign.com/esign/restapi/Future/TemplateDocumentResponsiveHtmlPreview/create

func (*Service) TemplateHTMLDefinitionsList

func (s *Service) TemplateHTMLDefinitionsList(templateID string) *TemplateHTMLDefinitionsListOp

TemplateHTMLDefinitionsList is SDK Method Future::getTemplateHtmlDefinitions

https://developers.docusign.com/esign/restapi/Future/TemplateHtmlDefinitions/list

func (*Service) TemplateResponsiveHTMLPreviewCreate

func (s *Service) TemplateResponsiveHTMLPreviewCreate(templateID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *TemplateResponsiveHTMLPreviewCreateOp

TemplateResponsiveHTMLPreviewCreate is SDK Method Future::createTemplateResponsiveHtmlPreview

https://developers.docusign.com/esign/restapi/Future/TemplateResponsiveHtmlPreview/create

type TemplateDocumentHTMLDefinitionsListOp

type TemplateDocumentHTMLDefinitionsListOp esign.Op

TemplateDocumentHTMLDefinitionsListOp implements DocuSign API SDK Future::getTemplateDocumentHtmlDefinitions

func (*TemplateDocumentHTMLDefinitionsListOp) Do

Do executes the op. A nil context will return error.

type TemplateDocumentResponsiveHTMLPreviewCreateOp

type TemplateDocumentResponsiveHTMLPreviewCreateOp esign.Op

TemplateDocumentResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Future::createTemplateDocumentResponsiveHtmlPreview

func (*TemplateDocumentResponsiveHTMLPreviewCreateOp) Do

Do executes the op. A nil context will return error.

type TemplateHTMLDefinitionsListOp

type TemplateHTMLDefinitionsListOp esign.Op

TemplateHTMLDefinitionsListOp implements DocuSign API SDK Future::getTemplateHtmlDefinitions

func (*TemplateHTMLDefinitionsListOp) Do

Do executes the op. A nil context will return error.

type TemplateResponsiveHTMLPreviewCreateOp

type TemplateResponsiveHTMLPreviewCreateOp esign.Op

TemplateResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Future::createTemplateResponsiveHtmlPreview

func (*TemplateResponsiveHTMLPreviewCreateOp) Do

Do executes the op. A nil context will return error.

Jump to

Keyboard shortcuts

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