chat

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: May 11, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatRepository

type ChatRepository interface {
	Create(
		ctx context.Context,
		chatType,
		typeID int32,
	) (int32, error)
}

type ChatUseCase

type ChatUseCase interface {
	Create(
		ctx context.Context,
		chat *models.ChatWithUsers,
	) (int32, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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