Versions in this module Expand all Collapse all v0 v0.1.0 Mar 11, 2021 Changes in this version + func InitConfig() + type AptMessage struct + Code int + Headers map[string]string + func (a *AptMessage) Encode() string + type AptMethod struct + func (a *AptMethod) ReadObejct(message map[string]string) + func (a *AptMethod) Run() (exitCode int) + func (a *AptMethod) Send(code int, headers map[string]string) + func (a *AptMethod) SendCapabilities() + func (a *AptMethod) SendStatus(headers map[string]string) + func (a *AptMethod) SendUriDone(headers map[string]string) + func (a *AptMethod) SendUriFailure(headers map[string]string) + func (a *AptMethod) SendUriStart(headers map[string]string)