repositories

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AftermarketDeviceIDToToken

func AftermarketDeviceIDToToken(id string) (int, error)

func AftermarketDeviceToAPI

func AftermarketDeviceToAPI(d *models.AftermarketDevice, imageUrl string) *gmodel.AftermarketDevice

func DCNToAPI

func DCNToAPI(d *models.DCN) *gmodel.Dcn

func ManufacturerIDToToken

func ManufacturerIDToToken(id string) (int, error)

func ManufacturerToAPI

func ManufacturerToAPI(m *models.Manufacturer) *gmodel.Manufacturer

func RewardToAPI added in v0.1.7

func RewardToAPI(reward models.Reward) gmodel.Earning

func SyntheticDeviceToAPI

func SyntheticDeviceToAPI(sd *models.SyntheticDevice) *gmodel.SyntheticDevice

func VehicleIDToToken

func VehicleIDToToken(id string) (int, error)

func VehicleToAPI

func VehicleToAPI(v *models.Vehicle, imageUrl string) *gmodel.Vehicle

Types

type DCNCursor added in v0.1.9

type DCNCursor struct {
	MintedAt time.Time
	Node     []byte
}

type EarningsSummary added in v0.1.9

type EarningsSummary struct {
	TokenSum   types.NullDecimal `boil:"token_sum"`
	TotalCount int               `boil:"total_count"`
}

type PrivilegeCursor

type PrivilegeCursor struct {
	SetAt       time.Time
	PrivilegeID int
	User        []byte
}

type Repository

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

func New

func New(pdb db.Store, settings config.Settings) *Repository

func (*Repository) GetAftermarketDevice

func (r *Repository) GetAftermarketDevice(ctx context.Context, by gmodel.AftermarketDeviceBy) (*gmodel.AftermarketDevice, error)

func (*Repository) GetAftermarketDevices

func (r *Repository) GetAftermarketDevices(ctx context.Context, first *int, after *string, last *int, before *string, filterBy *gmodel.AftermarketDevicesFilter) (*gmodel.AftermarketDeviceConnection, error)

GetOwnedAftermarketDevices godoc @Description gets aftermarket devices for an owner address @Param addr common.Address "eth address of owner" @Param first [*int] "the number of devices to return per page" @Param after [*string] "base64 string representing a device tokenID. This is a pointer to where we start fetching devices from on each page" @Param last [*int] "the number of devices to return from previous pages" @Param before [*string] "base64 string representing a device tokenID. Pointer to where we start fetching devices from previous pages"

func (*Repository) GetDCN

func (r *Repository) GetDCN(ctx context.Context, by gmodel.DCNBy) (*gmodel.Dcn, error)

func (*Repository) GetDCNByName

func (r *Repository) GetDCNByName(ctx context.Context, name string) (*gmodel.Dcn, error)

func (*Repository) GetDCNByNode

func (r *Repository) GetDCNByNode(ctx context.Context, node []byte) (*gmodel.Dcn, error)

func (*Repository) GetDCNs added in v0.1.9

func (r *Repository) GetDCNs(ctx context.Context, first *int, after *string, last *int, before *string, filterBy *gmodel.DCNFilter) (*gmodel.DCNConnection, error)

func (*Repository) GetEarningsByAfterMarketDeviceID added in v0.1.9

func (r *Repository) GetEarningsByAfterMarketDeviceID(ctx context.Context, tokenID int) (*gmodel.AftermarketDeviceEarnings, error)

func (*Repository) GetEarningsByUserAddress added in v0.1.10

func (r *Repository) GetEarningsByUserAddress(ctx context.Context, user common.Address) (*gmodel.UserRewards, error)

func (*Repository) GetEarningsByVehicleID added in v0.1.7

func (r *Repository) GetEarningsByVehicleID(ctx context.Context, tokenID int) (*gmodel.VehicleEarnings, error)

func (*Repository) GetEarningsSummary added in v0.1.9

func (r *Repository) GetEarningsSummary(ctx context.Context, conditions []qm.QueryMod) (*EarningsSummary, error)

func (*Repository) GetManufacturer

func (r *Repository) GetManufacturer(ctx context.Context, id int) (*gmodel.Manufacturer, error)

func (*Repository) GetPrivilegesForVehicle

func (p *Repository) GetPrivilegesForVehicle(ctx context.Context, tokenID int, first *int, after *string, last *int, before *string, filterBy *gmodel.PrivilegeFilterBy) (*gmodel.PrivilegesConnection, error)

func (*Repository) GetVehicle

func (r *Repository) GetVehicle(ctx context.Context, id int) (*gmodel.Vehicle, error)

func (*Repository) GetVehicles

func (v *Repository) GetVehicles(ctx context.Context, first *int, after *string, last *int, before *string, filterBy *gmodel.VehiclesFilter) (*gmodel.VehicleConnection, error)

GetVehicles godoc @Description gets devices for an owner address @Param addr common.Address "eth address of owner" @Param first [*int] "the number of devices to return per page" @Param after [*string] "base64 string representing a device tokenID. This is a pointer to where we start fetching devices from on each page" @Param last [*int] "the number of devices to return from previous pages" @Param before [*string] "base64 string representing a device tokenID. Pointer to where we start fetching devices from previous pages"

func (*Repository) PaginateAftermarketDeviceEarningsByID added in v0.1.9

func (r *Repository) PaginateAftermarketDeviceEarningsByID(ctx context.Context, afterMarketDeviceEarnings *gmodel.AftermarketDeviceEarnings, first *int, after *string, last *int, before *string) (*gmodel.EarningsConnection, error)

func (*Repository) PaginateGetEarningsByUsersDevices added in v0.1.10

func (r *Repository) PaginateGetEarningsByUsersDevices(ctx context.Context, userDeviceEarnings *gmodel.UserRewards, first *int, after *string, last *int, before *string) (*gmodel.EarningsConnection, error)

func (*Repository) PaginateVehicleEarningsByID added in v0.1.7

func (r *Repository) PaginateVehicleEarningsByID(ctx context.Context, vehicleEarnings *gmodel.VehicleEarnings, first *int, after *string, last *int, before *string) (*gmodel.EarningsConnection, error)

type RewardsCursor added in v0.1.7

type RewardsCursor struct {
	Week      int
	VehicleID int
}

Jump to

Keyboard shortcuts

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