fibweb

package module
v0.0.0-...-4e313a0 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2017 License: MIT Imports: 4 Imported by: 0

README

Build Status Coverage Status

Fibweb

This are simple client that using fibgo service

How to build

$ make install

How to run

Using docker compose

$ docker-compose up -d

Then open browser http://localhost:8080

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHTTPHandler

func NewHTTPHandler(fibService FibonacciService) http.Handler

NewHTTPHandler create new http.Handler

Types

type FibonacciService

type FibonacciService interface {
	Seq(int) ([]int, error)
}

FibonacciService provide all fibonacci operation

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

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