service

package
v0.0.0-...-c4f823d Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: MIT, MIT Imports: 10 Imported by: 0

README

Service

Documentation

Index

Constants

This section is empty.

Variables

ProviderSet is service providers.

Functions

This section is empty.

Types

type Comment

type Comment struct {
	UserId    int64  `json:"user_id"`
	ArticleId int64  `json:"article_id"`
	Content   string `json:"content"`
}

type FilterService

type FilterService struct {
	pb.UnimplementedFilterServer
	// contains filtered or unexported fields
}

func NewFilterService

func NewFilterService(filter *biz.FilterUsecase, logger log.Logger) *FilterService

type KafkaConsumerJobServer

type KafkaConsumerJobServer struct {
	// contains filtered or unexported fields
}

func NewKafkaConsumerJobServer

func NewKafkaConsumerJobServer(conf *conf.Data) *KafkaConsumerJobServer

func (*KafkaConsumerJobServer) Start

func (*KafkaConsumerJobServer) Stop

Jump to

Keyboard shortcuts

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