Skip to content

Similar to Glossy npm in GoLang #41

@nitishsaboo

Description

@nitishsaboo

Hi,

I have a node.js code where we are using glossy npm to parse raw syslog message.I want to get rid of this code and use similar syslogparser in GoLang.

var glossy = require('glossy');
var js_parser = glossy.Parse;
var envelope = js_parser.parse(parse_data);

1)Can you please help me understand how this envelope object will look like ?
2)Can you please help me understand the output of envelope.message with an example ?
3)Can you please guide me with a similar library that I can use in GoLang ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions