food

package
v0.0.0-...-f54e1bb Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

README

food

import "github.com/blueprint-uservices/blueprint/examples/train_ticket/workflow/food"

Index

type Food

type Food struct {
    Name  string
    Price float64
}

type FoodOrder

type FoodOrder struct {
    ID          string
    OrderID     string
    FoodType    int64
    StationName string
    StoreName   string
    FoodName    string
    Price       float64
}

Generated by gomarkdoc

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Food

type Food struct {
	Name  string
	Price float64
}

type FoodOrder

type FoodOrder struct {
	ID          string
	OrderID     string
	FoodType    int64
	StationName string
	StoreName   string
	FoodName    string
	Price       float64
}

Jump to

Keyboard shortcuts

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