hash

package
v0.7.12 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hash added in v0.7.0

type Hash struct {
	Hash uint64 `json:"Hash"`
}

func (Hash) GetHash added in v0.7.0

func (h Hash) GetHash() string

type Int

type Int struct {
	Hash int
}

func (Int) GetHash

func (h Int) GetHash() string

type Int64

type Int64 struct {
	Hash int64
}

func (Int64) GetHash

func (h Int64) GetHash() string

type IntValue added in v0.7.0

type IntValue struct {
	IntValue int64 `json:"IntValue"`
}

func (IntValue) GetHash added in v0.7.0

func (i IntValue) GetHash() string

type Nameable

type Nameable interface {
	GetHash() string
}

type String

type String struct {
	Hash string
}

func (String) GetHash

func (h String) GetHash() string

type StringValue added in v0.7.0

type StringValue struct {
	StringValue string `json:"StringValue"`
}

func (StringValue) GetHash added in v0.7.0

func (s StringValue) GetHash() string

type UInt64

type UInt64 struct {
	Hash uint64
}

func (UInt64) GetHash

func (h UInt64) GetHash() string

type Value added in v0.7.1

type Value struct {
	Value float64 `json:"Value"`
}

func (Value) GetHash added in v0.7.1

func (v Value) GetHash() string

Jump to

Keyboard shortcuts

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