services

package
v0.0.0-...-4b55e4a Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2015 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InviteeRepository

type InviteeRepository interface {
	// GetFromID gets a single invitee based on the id that is passed in. It returns the
	// invitee related to the id as well as an error if something goes wrong.
	GetFromID(string) (proto.Invitee, error)
}

type InviteeServerService

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

func NewInviteeServerService

func NewInviteeServerService(gateway InviteeRepository) *InviteeServerService

func (InviteeServerService) GetInvitee

Jump to

Keyboard shortcuts

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