Browse Source

Remove useless field

kegan/metrics
Kegan Dougal 8 years ago
parent
commit
ef6fc0d3bf
  1. 4
      src/github.com/matrix-org/go-neb/types/types.go

4
src/github.com/matrix-org/go-neb/types/types.go

@ -71,9 +71,7 @@ type Service interface {
}
// DefaultService NO-OPs the implementation of optional Service interface methods. Feel free to override them.
type DefaultService struct {
Service
}
type DefaultService struct{}
// Plugin returns no plugins.
func (s *DefaultService) Plugin(cli *matrix.Client, roomID string) plugin.Plugin {

Loading…
Cancel
Save