repository

package
v0.0.0-...-35c4c52 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database interface {
	// DB からメンバー詳細情報一覧を取得する。
	ListMembers(ctx context.Context) ([]*model.Member, error)
}

Database 操作を行うための interface。

type Remote

type Remote interface {
	// 対象 URL の画像を取得する。
	GetImage(ctx context.Context, url string) (io.ReadCloser, error)
}

HTTP 通信を伴う interface。

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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