service

package
v0.0.0-...-a9ed6da Latest Latest
Warning

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

Go to latest
Published: May 7, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package service is a wrapper for the new Service

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	CreateChannel(log log.T, instanceID string) (channelId string, err error)
	GetChannel(log log.T, channelId string) (*websocket.Conn, error)
	DeleteChannel(log log.T, channelId string) error
}

Service is an interface to the HM service operation v1.

func NewService

func NewService(region string, endpoint string, creds *credentials.Credentials) Service

NewService creates a new service instance.

Jump to

Keyboard shortcuts

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