Categorygithub.com/c-kruse/vanflow
repositorypackage
0.4.5
Repository: https://github.com/c-kruse/vanflow.git
Documentation: pkg.go.dev

# Packages

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

# README

vanflow Godoc

vanflow is a Go library implementing the skupper.io Vanflow protocol.

What's included

  • The vanflow root package defines the messages and record types defined in the vanflow specification (unpublished version 0.1.)
  • The encoding package provides utilities for converting between amqp value maps and the record types.
  • The eventsource package is used to discover, interact with, and to implement vanflow event sources.
  • The session package is used internally by eventsource to simplify connection and session management.
  • The still very experimental store package provides a way to store and access vanflow record information.

Executables

The vanflow-tool command is a rough utility for logging vanflow messages, for capturing and replaying VAN state.