message

package
v0.0.0-...-e3bc3df Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package message provides primitives to interact the openapi HTTP API.

Code generated by sios.tech/indigo/oapi-codegen DO NOT EDIT.

Package message provides primitives to interact the openapi HTTP API.

Code generated by sios.tech/indigo/oapi-codegen DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MedicalPoint

type MedicalPoint struct {
	AnnouncementDate openapi_types.Date `json:"announcementDate"`
	Category         *string            `json:"category,omitempty"`
	EffectiveDate    openapi_types.Date `json:"effectiveDate"`
	Id               string             `json:"id"`
	Name             *string            `json:"name,omitempty"`
	Point            int                `json:"point" validate:"min=1,max=10"`
	PracticeCode     *string            `json:"practiceCode,omitempty"`
	Segment          string             `json:"segment"`
}

MedicalPoint defines model for MedicalPoint.

type User

type User struct {
	Id   string `json:"id"`
	Name string `json:"name" validate:"min=1,max=13"`
}

User defines model for User.

Jump to

Keyboard shortcuts

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