Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/github.com/go-openapi/swag
Paulin Todev d54e0871d4
chore(deps): Update Prometheus in Loki and Promtail (#12245)
2 years ago
..
.editorconfig
.gitattributes
.gitignore chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
.golangci.yml chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
BENCHMARK.md chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
CODE_OF_CONDUCT.md
LICENSE
README.md chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
convert.go
convert_types.go
doc.go
file.go
initialism_index.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
json.go
loading.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
name_lexem.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
net.go
path.go
split.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
string_bytes.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
util.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago
yaml.go chore(deps): Update Prometheus in Loki and Promtail (#12245) 2 years ago

README.md

Swag Build Status codecov

Slack Status license Go Reference Go Report Card

Contains a bunch of helper functions for go-openapi and go-swagger projects.

You may also use it standalone for your projects.

  • convert between value and pointers for builtin types
  • convert from string to builtin types (wraps strconv)
  • fast json concatenation
  • search in path
  • load from file or http
  • name mangling

This repo has only few dependencies outside of the standard library:

  • YAML utilities depend on gopkg.in/yaml.v3
  • github.com/mailru/easyjson v0.7.7