event

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Activity

type Activity struct {
	ID        int64           `json:"id,omitempty" db:"id"`
	Name      string          `json:"name,omitempty" db:"name"`
	OwnerID   int64           `json:"-" db:"owner_id"`
	Owner     *user.Profile   `json:"owner,omitempty" db:"owner"`
	Members   []*user.Profile `json:"members,omitempty" db:"members"`
	CreatedAt int64           `json:"created_at,omitempty" db:"created_at"`
}

Activity declare an activity information

Jump to

Keyboard shortcuts

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