appview

package
v1.16.0-alpha Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2026 License: MIT Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ingester

type Ingester struct {
	Ctx              context.Context
	Db               *db.DB
	Enforcer         *rbac.Enforcer
	Acl              RepoPermissionChecker
	IdResolver       *idresolver.Resolver
	Cache            *cache.Cache
	Config           *config.Config
	Logger           *slog.Logger
	MentionsResolver *mentions.Resolver
	Notifier         notify.Notifier
	Verifier         repoverify.Verifier
}

func (*Ingester) Ingest

func (i *Ingester) Ingest() processFunc

func (*Ingester) ReconcilePendingState

func (i *Ingester) ReconcilePendingState()

func (*Ingester) StartPendingStateReconciler

func (i *Ingester) StartPendingStateReconciler()

func (*Ingester) SweepPendingVerifications

func (i *Ingester) SweepPendingVerifications()

type RepoPermissionChecker

type RepoPermissionChecker interface {
	HasRepoPermissionErr(ctx context.Context, repo *models.Repo, userDid, perm string) (bool, error)
}

Source Files

  • ingester.go
  • ingester_repo.go

Directories

Path Synopsis
issues
heavily inspired by gitea's model (basically copy-pasted)
heavily inspired by gitea's model (basically copy-pasted)
pulls
heavily inspired by gitea's model (basically copy-pasted)
heavily inspired by gitea's model (basically copy-pasted)
repos
heavily inspired by gitea's model (basically copy-pasted)
heavily inspired by gitea's model (basically copy-pasted)
db
markup
Package markup is an umbrella package for all markups and their renderers.
Package markup is an umbrella package for all markups and their renderers.
ssh

Jump to

Keyboard shortcuts

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