types

package
v0.0.0-...-df3ea80 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2022 License: Apache-2.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 Service

type Service struct {
	ID          uint       `json:"id" yaml:"id"`
	ParentID    *uint      `json:"parent_id,omitempty" yaml:"parentId,omitempty"`
	CreatedAt   time.Time  `json:"created_at" yaml:"createdAt"`
	UpdatedAt   time.Time  `json:"updated_at" yaml:"updatedAt"`
	DeletedAt   *time.Time `json:"deleted_at,omitempty" yaml:"deletedAt,omitempty"`
	Name        string     `json:"name" yaml:"name"`
	Description string     `json:"description" yaml:"description"`
	Price       *float64   `json:"price,omitempty" yaml:"price,omitempty"`
	PublicPrice bool       `json:"public_price" yaml:"publicPrice"`
}

Jump to

Keyboard shortcuts

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