package
5.24.0
Repository: https://github.com/madsciencezone/go-gma.git
Documentation: pkg.go.dev

# README

GMA Server

This is an example of a server which implements the GMA mapper service using the routines in the go-gma package.

This replaces the older Python implementation found in the MadScienceZone.GMA.Mapper.MapService module in the GMA Core package's library. The Go version presented here is a more advanced design which implements the newer 400-series server protocol

Build notes

  • Adding -tags instrumentation to the go build command will include New Relic APM instrumentation in the server.
    • ...when that's implemented, which at the moment it is not.

# Functions

DebugFlagNames returns a single string representation of the debugging flags (topics) stored in the DebugFlags value passed in.
DebugFlagNameSlice returns a list of debug option names from the given DebugFlags value.
NamedDebugFlags takes a comma-separated list of debug flag (topic) names, or a list of individual names, or both, and returns the DebugFlags value which includes all of them.
NewApplication creates and initializes a new Application value.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
@@##@@.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Application holds the global settings and other context for the application generally.
No description provided by the author

# Type aliases

No description provided by the author