package model type Adapter interface { Init(string) // inits adapter with filename }