package gdrivefs import "dev.hexasoftware.com/hxs/core" type Service interface { core.Service } type gdriveService struct { }