setting

package
v0.0.0-...-46aa976 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const DROPBOX_API_KEY = "aau1qknsx7d5zq7"

Variables

This section is empty.

Functions

This section is empty.

Types

type DropboxTokenResponse

type DropboxTokenResponse struct {
	AccessToken  string `json:"access_token"`
	RefreshToken string `json:"refresh_token"`
	TokenType    string `json:"token_type"`
	ExpiresIn    int    `json:"expires_in"`
}

type Presenter

type Presenter struct {
	// contains filtered or unexported fields
}

func New

func New(settingUseCase syncintegration.UseCase) *Presenter

func (*Presenter) SetSyncIntegration

func (p *Presenter) SetSyncIntegration(ctx context.Context) error

func (*Presenter) Sync

func (p *Presenter) Sync(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL