bll

package
v0.0.0-...-7404c28 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package bll business logical layer which implements all the logical operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BLL

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

BLL defines business logical layer instance.

func New

func New(sd serviced.Discover, authorizer iamauth.Authorizer, name string) (*BLL, error)

New create a new BLL instance.

func (*BLL) AppCache

func (b *BLL) AppCache() *lcache.App

AppCache return the app cache instance.

func (*BLL) AsyncDownload

func (b *BLL) AsyncDownload() *asyncdownload.Service

AsyncDownload return the async download instance.

func (*BLL) Auth

func (b *BLL) Auth() *auth.AuthService

Auth return the auth service instance.

func (*BLL) ClientMetric

func (b *BLL) ClientMetric() *lcache.ClientMetric

ClientMetric return the client metric instance.

func (*BLL) RKvCache

func (b *BLL) RKvCache() *lcache.ReleasedKv

RKvCache return the ReleasedKv cache instance.

func (*BLL) Release

func (b *BLL) Release() *release.ReleasedService

Release return the release service instance.

Directories

Path Synopsis
Package asyncdownload NOTES
Package asyncdownload NOTES
Package auth NOTES
Package auth NOTES
Package clientset provides a collection of clients for communication with external services.
Package clientset provides a collection of clients for communication with external services.
Package eventc eventc ...
Package eventc eventc ...
Package lcache provides a cache library for storing and retrieving data.
Package lcache provides a cache library for storing and retrieving data.
Package observer NOTES
Package observer NOTES
Package release NOTES
Package release NOTES
Package types NOTES
Package types NOTES

Jump to

Keyboard shortcuts

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