Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
models=(tpm-tis tpm-crb)
backends=(emulator passthrough)
versions=("1.2" "2.0")
__build_tpm_string() {
local model="$1"
local backend="$2"
local version="$3"

Keybase proof

I hereby claim:

  • I am jtarasovic on github.
  • I am jtarasovic (https://keybase.io/jtarasovic) on keybase.
  • I have a public key ASDRpxS6BxvKTd-mwHFZn55hgBvaKLk56zexwClFfLeeaAo

To claim this, I am signing this object:

@JTarasovic
JTarasovic / diff.txt
Created September 10, 2019 18:44
etcd 3.3 -> 3.4
type Etcd3_3 struct { | type Etcd3_4 struct {
Name *string `yaml:"name" cli:" Name *string `yaml:"name"
DataDir *string `yaml:"data_dir" cli:" DataDir *string `yaml:"data_dir"
WalDir *string `yaml:"wal_dir" cli:" WalDir *string `yaml:"wal_dir"
SnapshotCount *int `yaml:"snapshot_count" cli:" SnapshotCount *int `yaml:"snapshot_count"
HeartbeatInterval *int `yaml:"heartbeat_interval" cli:" HeartbeatInterval *int `yaml:"heartbeat_interval"
ElectionTimeout *int `yaml:"election_timeout"