controllers

package
v0.0.0-...-7ffcf3d Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteMedicationBundle

func DeleteMedicationBundle(c echo.Context) error

func GetAllMedicationBundles

func GetAllMedicationBundles(c echo.Context) error

func GetMedicationBundle

func GetMedicationBundle(c echo.Context) error

func PostMedicationBundle

func PostMedicationBundle(c echo.Context) error

Types

type GCPServiceAccountJSON

type GCPServiceAccountJSON struct {
	Type                    string `json:"type"`
	ProjectId               string `json:"project_id"`
	PrivateKeyId            string `json:"private_key_id"`
	PrivateKey              string `json:"private_key"`
	ClientId                string `json:"client_id"`
	AuthUri                 string `json:"auth_uri"`
	TokenUri                string `json:"token_uri"`
	AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
	ClientX509CertUrl       string `json:"client_x509_cert_url"`
}

Jump to

Keyboard shortcuts

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