Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interactor ¶
type Interactor interface {
ListRemoteRepos(ctx context.Context, u *ent.User) ([]*extent.RemoteRepo, error)
IsEntryOrg(ctx context.Context, namespace string) bool
SyncRemoteRepo(ctx context.Context, u *ent.User, re *extent.RemoteRepo, t time.Time) error
DeletePermsOfUserLessThanSyncedAt(ctx context.Context, u *ent.User, t time.Time) (int, error)
}
Click to show internal directories.
Click to hide internal directories.