flGoSrv

package module
v0.5.22 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

README

-- new container sudo apk -U --no-cache add protobuf go get -u github.com/golang/protobuf/protoc-gen-go sudo apk --update add postgresql-client

-- dev in vs container doc: https://github.com/qdm12/godevcontainer

-- postgres client sudo apk --update add postgresql-client

-- GRPC Setup -- install grpc tools sudo apk -U --no-cache add protobuf go get -u github.com/golang/protobuf/protoc-gen-go

-- to generate src files:
    . ./env.sh
    sh bin/genprotoc.sh

--- ????? dashboard

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.1/aio/deploy/recommended.yaml kubectl proxy

http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/#/node/docker-desktop?namespace=default Token : kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | awk '/^deployment-controller-token-/{print $1}') | awk '$1=="token:"{print $2}'

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PingTools

func PingTools() string

PingTools dummy function

Types

This section is empty.

Directories

Path Synopsis
pkg
tools Module
tools/proto Module
proto
login Module
shared Module
src
dbapi/proto Module
dbapi/server Module
login Module
proto/protogo Module
svcEntry Module

Jump to

Keyboard shortcuts

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