package
2.0.0+incompatible
Repository: https://github.com/saravase/golang_microservice.git
Documentation: pkg.go.dev

# Functions

AddPlant is used to insert the newplant data into plants data list.
DeletePlant is used to delete the plant data into plants data list based on plant id.
GetAllPlants is used to get the plants data list.
UpdatePlant is used to update the plant data into plants data list based on plant id.

# Variables

Initialize Excceptions.

# Structs

Plant struct represent the plant details.

# Type aliases

Initialize the plants list.