Versions in this module Expand all Collapse all v1 v1.0.13 Jul 30, 2022 v1.0.12 Jul 30, 2022 Changes in this version + func NewFileRepository() repository.Repository + type FileRepository struct + func (r *FileRepository) Find(serviceName, src string) (*entity.Templates, error) + func (r *FileRepository) FindValues(values string) (map[string]interface{}, error) + func (r *FileRepository) Save(dst string, t *entity.Templates, option *vo.Option) error