package contract type ObjectStorage interface { } type AudioFileConverter interface { Convert(src, dest string) error }