Categorygithub.com/dopl-technologies/session-service-client

# README

session-service-client

Go client for interacting with the session service

Setup

# Run this when interface.go changes. It generawtes client_mock.go
$ go generate

# Functions

New creates a new client that connects to the given address.

# Structs

Client device service client.
InterfaceMock is a mock implementation of Interface.

# Interfaces

Interface session service client interfacego:generate moq -out client_mock.go .