Versions in this module Expand all Collapse all v0 v0.0.4 Oct 30, 2023 Changes in this version + type NameComputer interface + Get func(remoteName string, contentType string, contentDisposition string) (filename string, err error) + type NameService struct + func NewNameService() *NameService + func (s *NameService) Get(remoteFilename string, contentType string, contentDisposition string) (filename string, err error)