Versions in this module Expand all Collapse all v0 v0.1.0 Sep 23, 2019 Changes in this version + func Datastore(datastoreName string) (map[string]interface{}, error) + type ArchitectService struct + func CurrentService() (*ArchitectService, error) + func Service(serviceName string) (*ArchitectService, error) + func (service *ArchitectService) Client() *resty.Client + func (service *ArchitectService) Config() map[string]interface{} + type Notifier struct + func Notification(eventName string) (*Notifier, error) + func (notifier Notifier) Subscriptions() ([](map[string]interface{}), error)