types

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImportMeta

type ImportMeta struct {
	Source int // enum, 0 stackoverflow
	Id     string
}

type Problem

type Problem struct {
	Id         string
	Title      string
	Solutions  []Solution
	ImportMeta ImportMeta
}

type Solution

type Solution struct {
	Body  []string
	Score int
}

type Solutions

type Solutions []Solution

func (Solutions) Len

func (a Solutions) Len() int

func (Solutions) Less

func (a Solutions) Less(i, j int) bool

func (Solutions) Swap

func (a Solutions) Swap(i, j int)

Jump to

Keyboard shortcuts

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