models

package
v0.0.0-...-fc7d186 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	Repo     string
	Path     string
	Name     string
	IsFolder bool
	Meta     Metadata
}

func (*Artifact) FullPath

func (a *Artifact) FullPath() string

func (Artifact) MarshalJSON

func (a Artifact) MarshalJSON() ([]byte, error)

func (*Artifact) Parent

func (a *Artifact) Parent() *Artifact

type Metadata

type Metadata struct {
	Size       int
	Created    time.Time
	CreatedBy  string
	Downloaded time.Time
}

Jump to

Keyboard shortcuts

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