org

package
v0.0.0-...-b9f41be Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 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 Activity

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

func NewActivity

func NewActivity(
	id uuid.UUID,
	key string,
	name string,
	location string,
	start time.Time,
	end time.Time,
	cadetStudentFee uint,
	cadetCadreFee uint,
	seniorStudentFee uint,
	seniorCadreFee uint,
) Activity

func (Activity) CadetCadreFee

func (a Activity) CadetCadreFee() uint

func (Activity) CadetStudentFee

func (a Activity) CadetStudentFee() uint

func (Activity) End

func (a Activity) End() time.Time

func (Activity) ID

func (a Activity) ID() uuid.UUID

func (Activity) Key

func (a Activity) Key() string

func (Activity) Location

func (a Activity) Location() string

func (Activity) Name

func (a Activity) Name() string

func (Activity) SeniorCadreFee

func (a Activity) SeniorCadreFee() uint

func (Activity) SeniorStudentFee

func (a Activity) SeniorStudentFee() uint

func (Activity) Start

func (a Activity) Start() time.Time

Jump to

Keyboard shortcuts

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