meetingplatformrepomock

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2021 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 MeetingPlatformRepository

type MeetingPlatformRepository struct {
	mock.Mock
}

func Provide

func Provide() *MeetingPlatformRepository

func (*MeetingPlatformRepository) Create

func (m *MeetingPlatformRepository) Create(meetingProvider *domain.MeetingPlatform) (uint, error)

func (*MeetingPlatformRepository) Delete

func (m *MeetingPlatformRepository) Delete(ID uint) error

func (*MeetingPlatformRepository) GetAll

func (*MeetingPlatformRepository) GetByID

func (*MeetingPlatformRepository) GetByPlatformName

func (m *MeetingPlatformRepository) GetByPlatformName(providerName string) (*domain.MeetingPlatform, error)

func (*MeetingPlatformRepository) Update

func (m *MeetingPlatformRepository) Update(meetingProvider *domain.MeetingPlatform) error

Jump to

Keyboard shortcuts

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