package service type LogService struct { } func (ls *LogService) Send() error { return nil }