backend

package module
v0.0.0-...-b289eb8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2024 License: MIT Imports: 0 Imported by: 0

README

shop

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateUserInput

type CreateUserInput struct {
	PhoneNumber *string `json:"phoneNumber,omitempty"`
	Email       *string `json:"email,omitempty"`
}

type LoginInput

type LoginInput struct {
	PhoneNumber *string `json:"phoneNumber,omitempty"`
	Email       *string `json:"email,omitempty"`
}

type Mutation

type Mutation struct {
}

type Query

type Query struct {
}

type User

type User struct {
	ID          string  `json:"id"`
	PhoneNumber *string `json:"phoneNumber,omitempty"`
	Email       *string `json:"email,omitempty"`
	OktaID      string  `json:"oktaId"`
}

Directories

Path Synopsis
shop
cmd/api command

Jump to

Keyboard shortcuts

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