constkit

package module
v0.0.0-...-9e813fd Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2022 License: ISC Imports: 1 Imported by: 0

README

Constants Kit

GoDoc Go Report Card

A curated list of constants and some additional functions you can use in your Golang code.

Installation

In your Golang project, please run:

go get github.com/bartmika/go-constkit

Usage

import (
    "fmt"

    "github.com/bartmika/go-constkit"
)

allergies := constkit.ListAllAlergies()
fmt.Println(allergies)

License

Made with ❤️ by Bartlomiej Mika.
The project is licensed under the ISC License.

Resource used:

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListAllAlergies

func ListAllAlergies() []*health.Allergy

func ListAllDiseases

func ListAllDiseases() []*health.Disease

func ListAllNHSIllnesses

func ListAllNHSIllnesses() []*health.NHSIllness

ListAllNHSIllnesses return a list of common disease, illnesses and conditions according to the Scotland's national health information service (NHS).

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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