utils

package
v0.0.0-...-10cedd8 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Blue = color.New(color.FgHiBlue, color.Bold).SprintFunc()
)

Functions

func GetClaims

func GetClaims(c *gin.Context) (*pkg.CustomClaims, error)

func GetUserAuthorityId

func GetUserAuthorityId(c *gin.Context) (uint, error)

GetUserAuthorityId 从Gin的Context中获取从jwt解析出来的用户角色id

func GetUserInfo

func GetUserInfo(c *gin.Context) *pkg.CustomClaims

GetUserInfo 从Gin的Context中获取从jwt解析出来的用户角色id

func Must

func Must(err error)

func ParseInt

func ParseInt(s string) (int, error)

ParseInt 将字符串转换为 int64

func ParseInt64

func ParseInt64(s string) (int64, error)

ParseInt64 将字符串转换为 int64

func ParseUint

func ParseUint(s string) (uint, error)

ParseUint 将字符串转换为 uint

func PrintLogo()

PrintLogo 服务启动打印信息

func RequestShutdown

func RequestShutdown() bool

RequestShutdown emulates a received event that is considered as shutdown signal (SIGTERM/SIGINT) This returns whether a handler was notified

func SetupSignalContext

func SetupSignalContext() context.Context

SetupSignalContext is same as SetupSignalHandler, but a context.Context is returned. Only one of SetupSignalContext and SetupSignalHandler should be called, and only can be called once.

func SetupSignalHandler

func SetupSignalHandler() <-chan struct{}

SetupSignalHandler registered for SIGTERM and SIGINT. A stop channel is returned which is closed on one of these signals. If a second signal is caught, the program is terminated with exit code 1. Only one of SetupSignalContext and SetupSignalHandler should be called, and only can be called once.

Types

This section is empty.

Jump to

Keyboard shortcuts

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