Versions in this module Expand all Collapse all v0 v0.0.3 Apr 15, 2022 v0.0.1 Apr 15, 2022 Changes in this version + type ReadOperations interface + MessageHistory func(channel string, startTime time.Time) ([]string, error) + func NewReadClient(userName, tokenPath string) (ReadOperations, error) + type WriteOperations interface + Post func(text, channel string) error + func NewWriteClient(userName, tokenPath string) (WriteOperations, error)