domain

package
v0.0.0-...-73856a8 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2020 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feature

type Feature struct {
	// ID is a UUID.
	ID string `firestore:"id"`

	// Slug is a unique human-readable identifier used in URLs.
	Slug string `firestore:"slug"`

	// Name is the human readable name of this feature.
	Name string `firestore:"name"`

	// CreatedAt is when this record was inserted.
	CreatedAt time.Time `firestore:"created_at"`

	// UpdatedAt is when this record was last updated.
	UpdatedAt time.Time `firestore:"updated_at"`
}

Jump to

Keyboard shortcuts

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