Documentation ¶
Overview ¶
Package envelopes provides a simple API for sending dropsonde envelopes through the dropsonde system.
Use ¶
See the documentation for package dropsonde for configuration details.
Importing package dropsonde and initializing will initial this package. To send envelopes use
envelopes.SendEnvelope(envelope)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize(es EnvelopeSender)
Initialize prepares the envelopes package for use with the automatic Emitter.
func SendEnvelope ¶
SendEnvelope sends the given Envelope.
Types ¶
type EnvelopeSender ¶
Click to show internal directories.
Click to hide internal directories.