{"id":28198828,"url":"https://github.com/katallaxie/kvstructure","last_synced_at":"2025-05-16T18:14:07.119Z","repository":{"id":52452260,"uuid":"116877224","full_name":"katallaxie/kvstructure","owner":"katallaxie","description":"Go library for transcoding data from KVs (libkv) to data structures and vice versa","archived":false,"fork":false,"pushed_at":"2021-04-28T21:59:29.000Z","size":156,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T21:04:13.428Z","etag":null,"topics":["etcd","golang","kv","libkv"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/katallaxie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-09T22:19:06.000Z","updated_at":"2025-03-06T12:50:39.000Z","dependencies_parsed_at":"2022-08-18T17:22:40.850Z","dependency_job_id":null,"html_url":"https://github.com/katallaxie/kvstructure","commit_stats":null,"previous_names":["katallaxie/kvstructure","andersnormal/kvstructure"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fkvstructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fkvstructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fkvstructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katallaxie%2Fkvstructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katallaxie","download_url":"https://codeload.github.com/katallaxie/kvstructure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582884,"owners_count":22095519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["etcd","golang","kv","libkv"],"created_at":"2025-05-16T18:14:06.353Z","updated_at":"2025-05-16T18:14:07.108Z","avatar_url":"https://github.com/katallaxie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kvstructure\n\n[![GoDoc](https://godoc.org/github.com/andersnormal/kvstructure?status.png)](https://godoc.org/github.com/andersnormal/kvstructure)\n[![Build Status](https://travis-ci.org/andersnormal/kvstructure.svg?branch=master)](https://travis-ci.org/andersnormal/kvstructure)\n[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)\n[![Volkswagen](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)\n[![Go Report Card](https://goreportcard.com/badge/github.com/andersnormal/kvstructure)](https://goreportcard.com/report/github.com/andersnormal/kvstructure)\n\nGo library for transcoding data from KVs supported by [libkv](https://github.com/docker/libkv) to `structs`, `string`, `int`, `uint` and `float32` and vice versa.\n\n## Example\n\n```golang\ntranscoder, err := NewTranscoder(\n\tTranscoderWithKV(kv),\n\tTranscoderWithPrefix(\"prefix\"),\n)\n    \nif err != nil {\n    return err\n}\n\ntt := \u0026Example{\n\tDescription: \"bar\",\n\tEnabled: true,\n}\n\nif err := transcoder.Transcode(\"foo\", \u0026tt) {\n    return err\n}\n```\n\n## License\n[Apache 2.0](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatallaxie%2Fkvstructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatallaxie%2Fkvstructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatallaxie%2Fkvstructure/lists"}