domain

package
v0.0.0-...-2f731f1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2017 License: MIT Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Name     string  `json:"name"`
	Image    string  `json:"image"`
	Link     string  `json:"link"`
	Category string  `json:"category"`
	Rank     float64 `json:"rank"`
}

App object. Implements IApp interface.

func NewApp

func NewApp(name string, image string, link string, category string, rank float64) App

NewApp allows to create an App Object. It returns the newly created App Object.

Jump to

Keyboard shortcuts

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