service.go 130 B

12345678910
  1. package gdrivefs
  2. import "dev.hexasoftware.com/hxs/core"
  3. type Service interface {
  4. core.Service
  5. }
  6. type gdriveService struct {
  7. }