package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package protocol implements some common communication protocols using file watcher.
Package utils implements some common functionalities for channel.

# Functions

GetChannelCreator returns function reference for channel creation based on whether named pipe be created or not.
NewFileChannel creates an new instance of FileChannel which internally uses file watcher based ipc channel This channel does not have multi-threading support.
NewNamedPipeChannel creates a new instance of named pipe channel This channel does not have multi-threading support.

# Variables

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

# Interfaces

IChannel interface for implementing various channels.