handlers

package
v0.0.0-...-f647b68 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handlers

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

Handlers base struct

func NewHandlers

func NewHandlers(sp *api.SP, sa storage.Client) *Handlers

NewHandlers handlers constructor

func (*Handlers) Fields

func (h *Handlers) Fields(w http.ResponseWriter, r *http.Request)

Fields get SharePoint fields sample handler

func (*Handlers) Lists

func (h *Handlers) Lists(w http.ResponseWriter, r *http.Request)

Lists get SharePoint lists sample handler

func (*Handlers) Storage

func (h *Handlers) Storage(w http.ResponseWriter, r *http.Request)

Storage shows Azure Storage Account API basics

func (*Handlers) Timer

func (h *Handlers) Timer(w http.ResponseWriter, r *http.Request)

Timer executes renewal sample process

func (*Handlers) Wildcard

func (h *Handlers) Wildcard(w http.ResponseWriter, r *http.Request)

Wildcard route traps all /api/* requests and response with URL Path

type InvokeResponse

type InvokeResponse struct {
	Outputs     map[string]interface{}
	ReturnValue interface{}
	Logs        []string
}

InvokeResponse ...

type TimerInfo

type TimerInfo struct {
	Data     map[string]interface{}
	Metadata map[string]interface{}
}

TimerInfo ...

Jump to

Keyboard shortcuts

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