google mail API [[[WIP]]]
This commit is contained in:
14
googleapi/service.go
Normal file
14
googleapi/service.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package googleapi
|
||||
|
||||
type GoogleClient interface {
|
||||
}
|
||||
|
||||
type client struct {
|
||||
oauth GoogleOAuth
|
||||
}
|
||||
|
||||
func NewGoogleClient(oauth GoogleOAuth) GoogleClient {
|
||||
return &client{
|
||||
oauth: oauth,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user