This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this should present repo information | |
<!-- workspace shared code --> | |
chord diagram : d3 grahviz | |
<!-- flow of functions --> | |
<!-- file sizes --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func WalkDir(fsys fs.FS, root string, fn fs.WalkDirFunc) error { | |
return fs.WalkDir(fsys, root, fn) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package repominer | |
// this package should go insidde a filepath and get all the relative paths | |
import ( | |
"fmt" | |
"io/fs" | |
"os" | |
"path/filepath" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
repominer "libs/repo-miner" | |
) | |
func main() { | |
repominer.RepoMiner() | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// example.js | |
type Target = string; | |
interface PackageConfig { | |
targets: Target[]; | |
alias: string; | |
pkg: string; | |
version: string; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { fn } from "@storybook/test"; | |
import 国有 from "./网路"; | |
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export | |
export default { | |
title: "Section| |Header/国有", | |
component: 国有, | |
parameters: { | |
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout | |
// layout: "centered", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x-eventstore: &eventstore | |
build: | |
context: . | |
dockerfile: projects/eventstore/Dockerfile | |
image: eventstore | |
command: "go run ." | |
volumes: | |
- ../../../out/server/code/go-workspace:/home | |
working_dir: /apps/eventstore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
volumes: | |
root-home: | |
rabbitmq: | |
postgres-12: | |
postgres-13: | |
postgres-13-email-alert-api: | |
postgres-14: | |
postgres-14-postgis: | |
postgres-16: | |
mysql-8: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pharmav-app | |
volumes: | |
root-home: | |
rabbitmq: | |
postgres-12: | |
postgres-13: | |
postgres-13-email-alert-api: | |
postgres-14: | |
postgres-14-postgis: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pharmav-app | |
x-eventstore: &eventstore | |
build: | |
context: . | |
dockerfile: projects/eventstore/Dockerfile | |
image: eventstore | |
command: "go run ." | |
volumes: | |
- ../../../out/server/code/go-workspace:/home |
OlderNewer