Versions in this module Expand all Collapse all v0 v0.8.5 Jun 9, 2020 Changes in this version + type Library struct + Utils utils.UtilsInterface + func LibraryHandler() *Library + func (libs *Library) DecryptValue(value string) ([]byte, error) + func (libs *Library) EncryptValue(value string) ([]byte, error) + func (libs *Library) GetClients(path string) (*etcd.EtcdLibs, error) + func (libs *Library) PutByPath(EnvPath string, data *entity.TemplatesModels) error + type LibraryInterface interface + DecryptValue func(value string) ([]byte, error) + EncryptValue func(value string) ([]byte, error) + GetClients func(path string) (*etcd.EtcdLibs, error) + PutByPath func(EnvPath string, data *entity.TemplatesModels) error