examples

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 23, 2020 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Code generated by goor; DO NOT EDIT.

Code generated by goor; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCsv

func NewCsv(
	name string,
	date time.Time,
	file os.File,
) *csv

Types

type User

type User struct {
	// contains filtered or unexported fields
}

func NewUser

func NewUser(
	id int,
	name string,
	age int,
) *User

func (*User) Age

func (g *User) Age() int

func (*User) Id

func (g *User) Id() int

func (*User) Name

func (g *User) Name() string

func (*User) SetAge

func (s *User) SetAge(age int)

func (*User) SetId

func (s *User) SetId(id int)

func (*User) SetName

func (s *User) SetName(name string)

Jump to

Keyboard shortcuts

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