search

package
v0.0.0-...-7567ae8 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2017 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct {
	Username string `json:"username"`
	Email    string `json:"email"`
}

func By

func By(q, term, searchType string) ([]User, error)

By search in github by given term and type

func UserByEmail

func UserByEmail(email string) ([]User, error)

UserByEmail search in github by email

func UserByName

func UserByName(name string) ([]User, error)

UserByName search in github by name

func UserByTerm

func UserByTerm(q, term string) ([]User, error)

UserByTerm search in github by given term

Jump to

Keyboard shortcuts

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