solution

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Info

type Info struct {
	Deletion int
	Addition int
}

func (Info) Add

func (i Info) Add()

func (Info) Delete

func (i Info) Delete()

func (Info) Show

func (i Info) Show()

type Project

type Project struct {
	Name   string   `json:"name"`
	Type   string   `json:"type"`
	Target []string `json:"target"`
	Module []string `json:"module,omitempty"`
}

type Sln

type Sln struct {
	Name    string    `json:"name"`
	Lang    string    `json:"lang"`
	Project []Project `json:"project,omitempty"`
}

Sln is JSON struct

Jump to

Keyboard shortcuts

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