data

package
v0.0.0-...-c63b79d Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2016 License: MIT Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bucket

type Bucket struct {
	Name string
}

func NewBucket

func NewBucket(name string) *Bucket

func (Bucket) Print

func (c Bucket) Print()

type File

type File struct {
	Name           string
	Size           int64
	LastModifiedAt time.Time
}

func NewFile

func NewFile(name string, size int64, modificationAt time.Time) *File

func (File) Print

func (f File) Print()

Jump to

Keyboard shortcuts

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