repository

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Audio

type Audio interface {
	Insert(ctx context.Context, audio *agg.Audio) (string, error)
	Update(ctx context.Context, audio *agg.Audio) error
	Find(ctx context.Context, id vo.ID) (*agg.Audio, error)
	FindList(ctx context.Context, dto dto.ListRequest) ([]*agg.Audio, error)
}

type Video

type Video interface {
	Insert(ctx context.Context, video *agg.Video) (string, error)
}

Jump to

Keyboard shortcuts

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