utils

package
v0.4.5 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Copyright paskal.maksim@gmail.com Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertStringToInt64

func ConvertStringToInt64(value string) (int64, error)

func DiffToNowDays added in v0.4.0

func DiffToNowDays(t time.Time) int

returns days between current time and input time.

func DiffToNowHours added in v0.4.0

func DiffToNowHours(t time.Time) int

returns hours between current time and input time.

func GetTemplatedResult added in v0.4.4

func GetTemplatedResult(ctx context.Context, text string, obj interface{}) ([]byte, error)

func HumanizeDuration added in v0.4.4

func HumanizeDuration(showType HumanizeDurationType, duration time.Duration) string

func RandomString added in v0.4.0

func RandomString(l int) string

func StringToTime added in v0.3.1

func StringToTime(value string) (time.Time, error)

func TimeToString added in v0.3.1

func TimeToString(t time.Time) string

func TimeToUnix added in v0.4.3

func TimeToUnix(t time.Time) string

func UnixToTime added in v0.4.3

func UnixToTime(value string) (time.Time, error)

Types

type HumanizeDurationType added in v0.4.5

type HumanizeDurationType string
const (
	HumanizeDurationShort HumanizeDurationType = "short"
	HumanizeDurationFull  HumanizeDurationType = "full"
)

Jump to

Keyboard shortcuts

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