Categorygithub.com/rendis/surveygo
modulepackage
1.1.1
Repository: https://github.com/rendis/surveygo.git
Documentation: pkg.go.dev

# README

surveygo

Generate and process JSON surveys

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewSurvey creates a new Survey instance with the given title, version, and description.
Parse converts the given json string into a Survey instance.
ParseBytes converts the given json byte slice into a Survey instance.

# Structs

Survey is a struct representation of a survey.

# Type aliases

Answers is a map of question nameId to its answer value(s).