mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
update
This commit is contained in:
parent
537f2ffd63
commit
aec4252865
@ -649,7 +649,6 @@ func testRunNodeWithDB(ctx context.Context, timeWait time.Duration, addr string,
|
||||
privKey := asymmetric.NewPrivKey()
|
||||
msgChan := make(chan layer1.IMessage)
|
||||
parallel := uint64(1)
|
||||
networkMask := uint32(1)
|
||||
limitVoidSize := uint64(10_000)
|
||||
networkNode := network.NewNode(
|
||||
network.NewSettings(&network.SSettings{
|
||||
@ -708,7 +707,6 @@ func testRunNodeWithDB(ctx context.Context, timeWait time.Duration, addr string,
|
||||
}),
|
||||
FParallel: parallel,
|
||||
}),
|
||||
FNetworkMask: networkMask,
|
||||
FQueuePoolCap: [2]uint64{tcQueueCap, tcQueueCap},
|
||||
FQueuePeriod: time.Second,
|
||||
FConsumersCap: 1,
|
||||
|
||||
@ -24,7 +24,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
networkMask = uint32(0x11223344)
|
||||
msgSize = uint64(8192)
|
||||
workSize = uint64(10)
|
||||
)
|
||||
@ -120,7 +119,6 @@ func newNode(serviceName, address string) *sNode {
|
||||
FWorkSizeBits: workSize,
|
||||
}),
|
||||
}),
|
||||
FNetworkMask: networkMask,
|
||||
FQueuePeriod: 2 * time.Second,
|
||||
FConsumersCap: 1,
|
||||
FQueuePoolCap: [2]uint64{32, 32},
|
||||
|
||||
@ -24,7 +24,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
networkMask = uint32(0x11223344)
|
||||
msgSize = uint64(8192)
|
||||
workSize = uint64(10)
|
||||
)
|
||||
@ -120,7 +119,6 @@ func newNode(serviceName, address string) *sNode {
|
||||
FWorkSizeBits: workSize,
|
||||
}),
|
||||
}),
|
||||
FNetworkMask: networkMask,
|
||||
FQueuePeriod: 2 * time.Second,
|
||||
FConsumersCap: 1,
|
||||
FQueuePoolCap: [2]uint64{32, 32},
|
||||
|
||||
@ -160,7 +160,6 @@ func TestQueue(t *testing.T) {
|
||||
FWorkSizeBits: 10,
|
||||
}),
|
||||
}),
|
||||
FNetworkMask: 1,
|
||||
FQueuePoolCap: [2]uint64{tcQueueCap, tcQueueCap},
|
||||
FQueuePeriod: 100 * time.Millisecond,
|
||||
FConsumersCap: 1,
|
||||
|
||||
@ -13,7 +13,6 @@ var (
|
||||
type SSettings sSettings
|
||||
type sSettings struct {
|
||||
FMessageConstructSettings layer1.IConstructSettings
|
||||
FNetworkMask uint32
|
||||
FConsumersCap uint64
|
||||
FQueuePoolCap [2]uint64
|
||||
FQueuePeriod time.Duration
|
||||
@ -22,7 +21,6 @@ type sSettings struct {
|
||||
func NewSettings(pSett *SSettings) ISettings {
|
||||
return (&sSettings{
|
||||
FMessageConstructSettings: pSett.FMessageConstructSettings,
|
||||
FNetworkMask: pSett.FNetworkMask,
|
||||
FConsumersCap: pSett.FConsumersCap,
|
||||
FQueuePoolCap: pSett.FQueuePoolCap,
|
||||
FQueuePeriod: pSett.FQueuePeriod,
|
||||
@ -50,10 +48,6 @@ func (p *sSettings) GetMessageConstructSettings() layer1.IConstructSettings {
|
||||
return p.FMessageConstructSettings
|
||||
}
|
||||
|
||||
func (p *sSettings) GetNetworkMask() uint32 {
|
||||
return p.FNetworkMask
|
||||
}
|
||||
|
||||
func (p *sSettings) GetQueuePoolCap() [2]uint64 {
|
||||
return p.FQueuePoolCap
|
||||
}
|
||||
|
||||
@ -21,7 +21,6 @@ type IQBProblemProcessor interface {
|
||||
|
||||
type ISettings interface {
|
||||
GetMessageConstructSettings() layer1.IConstructSettings
|
||||
GetNetworkMask() uint32
|
||||
GetConsumersCap() uint64
|
||||
GetQueuePeriod() time.Duration
|
||||
GetQueuePoolCap() [2]uint64
|
||||
|
||||
@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="code lines: 12945"><title>code lines: 12945</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="57" height="20" fill="#555"/><rect x="57" width="40" height="20" fill="#4682b4"/><rect width="96" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">code lines</text><text x="295" y="140" transform="scale(.1)" fill="#fff" textLength="510">code lines</text><text aria-hidden="true" x="770" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="320">12945</text><text x="770" y="140" transform="scale(.1)" fill="#fff" textLength="320">12945</text></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="code lines: 12931"><title>code lines: 12931</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="57" height="20" fill="#555"/><rect x="57" width="40" height="20" fill="#4682b4"/><rect width="96" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">code lines</text><text x="295" y="140" transform="scale(.1)" fill="#fff" textLength="510">code lines</text><text aria-hidden="true" x="770" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="320">12931</text><text x="770" y="140" transform="scale(.1)" fill="#fff" textLength="320">12931</text></g></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -7,7 +7,7 @@
|
||||
>
|
||||
|
||||
<g>
|
||||
<rect x="20.000000" y="20.000000" width="988.000000" height="600.000000" style="fill: rgb(4, 116, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="20.000000" y="20.000000" width="988.000000" height="600.000000" style="fill: rgb(4, 115, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="28.000000" y="41.600000" width="961.944751" height="570.400000" style="fill: rgb(4, 116, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="28.000000" y="41.600000" width="961.936809" height="570.400000" style="fill: rgb(4, 116, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -33,18 +33,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="997.944751" y="41.600000" width="2.055249" height="570.400000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="997.936809" y="41.600000" width="2.063191" height="570.400000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="383.649722" y="63.200000" width="449.954338" height="291.013953" style="fill: rgb(4, 115, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="383.924279" y="63.200000" width="449.554686" height="290.598336" style="fill: rgb(3, 114, 60);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(391.649722,78.800000) scale(1.000000)"
|
||||
transform="translate(391.924279,78.800000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">anonymity/qb</text>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="36.000000" y="63.200000" width="339.649722" height="540.800000" style="fill: rgb(4, 115, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="36.000000" y="63.200000" width="339.924279" height="540.800000" style="fill: rgb(4, 115, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -65,12 +65,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="841.604060" y="445.952821" width="140.340691" height="70.802051" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="841.478965" y="445.952821" width="140.457843" height="70.802051" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(849.604060,461.552821) scale(1.000000)"
|
||||
transform="translate(849.478965,461.552821) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">encoding</text>
|
||||
|
||||
@ -78,12 +78,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="841.604060" y="350.264615" width="140.340691" height="87.688205" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="841.478965" y="350.264615" width="140.457843" height="87.688205" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(849.604060,365.864615) scale(1.000000)"
|
||||
transform="translate(849.478965,365.864615) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">logger</text>
|
||||
|
||||
@ -91,12 +91,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="383.649722" y="362.213953" width="449.954338" height="241.786047" style="fill: rgb(8, 123, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="383.924279" y="361.798336" width="449.554686" height="242.201664" style="fill: rgb(8, 123, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(391.649722,377.813953) scale(1.000000)"
|
||||
transform="translate(391.924279,377.398336) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">network</text>
|
||||
|
||||
@ -104,12 +104,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="841.604060" y="240.504615" width="140.340691" height="101.760000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="841.478965" y="240.504615" width="140.457843" height="101.760000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(849.604060,256.104615) scale(1.000000)"
|
||||
transform="translate(849.478965,256.104615) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">payload</text>
|
||||
|
||||
@ -117,12 +117,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="841.604060" y="524.754872" width="87.703672" height="79.245128" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="841.478965" y="524.754872" width="87.779254" height="79.245128" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(849.604060,540.354872) scale(1.000000)"
|
||||
transform="translate(849.478965,540.354872) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">state</text>
|
||||
|
||||
@ -130,12 +130,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="841.604060" y="63.200000" width="140.340691" height="169.304615" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="841.478965" y="63.200000" width="140.457843" height="169.304615" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(849.604060,78.800000) scale(1.000000)"
|
||||
transform="translate(849.478965,78.800000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">storage</text>
|
||||
|
||||
@ -143,12 +143,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="937.307732" y="524.754872" width="44.637019" height="79.245128" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="937.258219" y="524.754872" width="44.678590" height="79.245128" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(945.307732,540.354872) scale(0.165723)"
|
||||
transform="translate(945.258219,540.354872) scale(0.165964)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">types/converter.go</text>
|
||||
|
||||
@ -156,12 +156,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="739.503885" y="273.201366" width="45.771529" height="32.506294" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="739.835834" y="272.341093" width="45.510361" height="32.728621" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(747.503885,288.801366) scale(0.344578)"
|
||||
transform="translate(747.835834,287.941093) scale(0.341555)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">action.go</text>
|
||||
|
||||
@ -169,18 +169,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="793.275414" y="318.208359" width="22.246485" height="28.005594" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="793.346195" y="317.595117" width="22.099578" height="28.203219" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="391.649722" y="84.800000" width="241.273026" height="261.413953" style="fill: rgb(2, 112, 59);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="391.924279" y="84.800000" width="241.809226" height="260.998336" style="fill: rgb(2, 112, 59);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(399.649722,100.400000) scale(1.000000)"
|
||||
transform="translate(399.924279,100.400000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">anonymity.go</text>
|
||||
|
||||
@ -188,18 +188,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="823.521899" y="318.208359" width="2.082162" height="28.005594" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="823.445773" y="317.595117" width="2.033193" height="28.203219" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="793.275414" y="273.201366" width="32.328647" height="37.006993" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="793.346195" y="272.341093" width="32.132771" height="37.254024" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(801.275414,288.801366) scale(0.242986)"
|
||||
transform="translate(801.346195,287.941093) scale(0.240071)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">head.go</text>
|
||||
|
||||
@ -207,12 +207,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="640.922748" y="273.201366" width="90.581136" height="73.012587" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="641.733505" y="272.341093" width="90.102328" height="73.457243" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(648.922748,288.801366) scale(0.369946)"
|
||||
transform="translate(649.733505,287.941093) scale(0.367571)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">logger/log_builder.go</text>
|
||||
|
||||
@ -220,12 +220,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="640.922748" y="84.800000" width="184.681312" height="180.401366" style="fill: rgb(11, 128, 67);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="641.733505" y="84.800000" width="183.745460" height="179.541093" style="fill: rgb(8, 123, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(648.922748,100.400000) scale(1.000000)"
|
||||
transform="translate(649.733505,100.400000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">queue</text>
|
||||
|
||||
@ -233,12 +233,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="739.503885" y="313.707660" width="45.771529" height="32.506294" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="739.835834" y="313.069715" width="45.510361" height="32.728621" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(747.503885,329.307660) scale(0.281927)"
|
||||
transform="translate(747.835834,328.669715) scale(0.279454)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">settings.go</text>
|
||||
|
||||
@ -246,7 +246,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="44.000000" y="332.470897" width="152.968066" height="263.529103" style="fill: rgb(3, 112, 59);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="44.000000" y="332.470897" width="153.101324" height="263.529103" style="fill: rgb(3, 112, 59);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -259,12 +259,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="291.477946" y="442.848581" width="76.171776" height="77.052138" style="fill: rgb(12, 129, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="291.682822" y="442.848581" width="76.241457" height="77.052138" style="fill: rgb(12, 129, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(299.477946,458.448581) scale(0.895413)"
|
||||
transform="translate(299.682822,458.448581) scale(0.896450)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">hashing</text>
|
||||
|
||||
@ -272,18 +272,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="365.747160" y="527.900719" width="1.902562" height="68.099281" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="366.013519" y="527.900719" width="1.910760" height="68.099281" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="204.968066" y="442.848581" width="78.509880" height="153.151419" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="205.101324" y="442.848581" width="78.581498" height="153.151419" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(212.968066,458.448581) scale(0.406965)"
|
||||
transform="translate(213.101324,458.448581) scale(0.407432)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">puzzle/puzzle.go</text>
|
||||
|
||||
@ -291,12 +291,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="291.477946" y="527.900719" width="66.269214" height="68.099281" style="fill: rgb(16, 136, 71);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="291.682822" y="527.900719" width="66.330698" height="68.099281" style="fill: rgb(16, 136, 71);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(299.477946,543.500719) scale(0.327274)"
|
||||
transform="translate(299.682822,543.500719) scale(0.327674)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">random/random.go</text>
|
||||
|
||||
@ -304,7 +304,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="44.000000" y="84.800000" width="323.649722" height="239.670897" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="44.000000" y="84.800000" width="323.924279" height="239.670897" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -317,12 +317,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="204.968066" y="332.470897" width="162.681656" height="102.377684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="205.101324" y="332.470897" width="162.822955" height="102.377684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(212.968066,348.070897) scale(1.000000)"
|
||||
transform="translate(213.101324,348.070897) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">symmetric</text>
|
||||
|
||||
@ -330,12 +330,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="849.604060" y="467.552821" width="48.717439" height="41.202051" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="849.478965" y="467.552821" width="48.767647" height="41.202051" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(857.604060,483.152821) scale(0.426008)"
|
||||
transform="translate(857.478965,483.152821) scale(0.426662)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">bytes.go</text>
|
||||
|
||||
@ -343,30 +343,30 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="953.586032" y="508.554530" width="20.358720" height="0.200342" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="953.552985" y="508.554530" width="20.383824" height="0.200342" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="906.321499" y="467.552821" width="39.264533" height="16.601026" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="906.246613" y="467.552821" width="39.306373" height="16.601026" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="906.321499" y="492.153846" width="39.264533" height="16.601026" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="906.246613" y="492.153846" width="39.306373" height="16.601026" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="953.586032" y="467.552821" width="20.358720" height="33.001709" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="953.552985" y="467.552821" width="20.383824" height="33.001709" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(961.586032,483.152821) scale(0.026708)"
|
||||
transform="translate(961.552985,483.152821) scale(0.026862)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">serialize_yaml.go</text>
|
||||
|
||||
@ -374,12 +374,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="849.604060" y="371.864615" width="104.878825" height="58.088205" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="849.478965" y="371.864615" width="104.978749" height="58.088205" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(857.604060,387.464615) scale(1.000000)"
|
||||
transform="translate(857.478965,387.464615) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">logger.go</text>
|
||||
|
||||
@ -387,18 +387,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="962.482885" y="371.864615" width="11.461866" height="58.088205" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="962.457714" y="371.864615" width="11.479095" height="58.088205" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="596.497171" y="383.813953" width="146.845316" height="212.186047" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="596.586488" y="383.398336" width="146.705292" height="212.601664" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(604.497171,399.413953) scale(1.000000)"
|
||||
transform="translate(604.586488,398.998336) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">conn</text>
|
||||
|
||||
@ -406,12 +406,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="751.342486" y="383.813953" width="74.261574" height="143.108071" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="751.291779" y="383.398336" width="74.187186" height="143.393299" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(759.342486,399.413953) scale(0.606891)"
|
||||
transform="translate(759.291779,398.998336) scale(0.606117)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">connkeeper</text>
|
||||
|
||||
@ -419,12 +419,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="391.649722" y="383.813953" width="196.847449" height="212.186047" style="fill: rgb(22, 145, 76);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="391.924279" y="383.398336" width="196.662209" height="212.601664" style="fill: rgb(22, 145, 76);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(399.649722,399.413953) scale(1.000000)"
|
||||
transform="translate(399.924279,398.998336) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(0, 0, 0); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">network.go</text>
|
||||
|
||||
@ -432,12 +432,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="751.342486" y="534.922025" width="69.120226" height="61.077975" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="751.291779" y="534.791635" width="69.050487" height="61.208365" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(759.342486,550.522025) scale(0.503032)"
|
||||
transform="translate(759.291779,550.391635) scale(0.502372)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">settings.go</text>
|
||||
|
||||
@ -445,12 +445,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="849.604060" y="262.104615" width="56.473670" height="72.160000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="849.478965" y="262.104615" width="56.530744" height="72.160000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(857.604060,277.704615) scale(0.702668)"
|
||||
transform="translate(857.478965,277.704615) scale(0.703659)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">joiner</text>
|
||||
|
||||
@ -458,12 +458,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="914.077730" y="262.104615" width="59.867021" height="32.080000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="914.009710" y="262.104615" width="59.927099" height="32.080000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(922.077730,277.704615) scale(0.380790)"
|
||||
transform="translate(922.009710,277.704615) scale(0.381312)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">payload32.go</text>
|
||||
|
||||
@ -471,12 +471,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="914.077730" y="302.184615" width="59.867021" height="32.080000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="914.009710" y="302.184615" width="59.927099" height="32.080000" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(922.077730,317.784615) scale(0.380790)"
|
||||
transform="translate(922.009710,317.784615) scale(0.381312)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">payload64.go</text>
|
||||
|
||||
@ -484,12 +484,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="849.604060" y="546.354872" width="67.718488" height="49.645128" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="849.478965" y="546.354872" width="67.790291" height="49.645128" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(857.604060,561.954872) scale(0.673418)"
|
||||
transform="translate(857.478965,561.954872) scale(0.674353)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">state.go</text>
|
||||
|
||||
@ -497,12 +497,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="849.604060" y="178.580708" width="124.340691" height="45.923907" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="849.478965" y="178.580708" width="124.457843" height="45.923907" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(857.604060,194.180708) scale(0.940457)"
|
||||
transform="translate(857.478965,194.180708) scale(0.941474)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">cache/lru.go</text>
|
||||
|
||||
@ -510,12 +510,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="849.604060" y="84.800000" width="124.340691" height="85.780708" style="fill: rgb(11, 128, 67);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="849.478965" y="84.800000" width="124.457843" height="85.780708" style="fill: rgb(11, 128, 67);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(857.604060,100.400000) scale(1.000000)"
|
||||
transform="translate(857.478965,100.400000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">database</text>
|
||||
|
||||
@ -523,18 +523,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="797.335050" y="255.276281" width="20.269010" height="1.925085" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="798.850865" y="253.811687" width="18.628100" height="2.529406" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="648.922748" y="106.400000" width="140.412302" height="150.801366" style="fill: rgb(10, 126, 67);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="649.733505" y="106.400000" width="141.117360" height="149.941093" style="fill: rgb(10, 126, 67);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(656.922748,122.000000) scale(1.000000)"
|
||||
transform="translate(657.733505,122.000000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">queue.go</text>
|
||||
|
||||
@ -542,12 +542,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="797.335050" y="106.400000" width="20.269010" height="140.876281" style="fill: rgb(16, 136, 71);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="798.850865" y="106.400000" width="18.628100" height="139.411687" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(805.335050,122.000000) scale(0.040426)"
|
||||
transform="translate(806.850865,122.000000) scale(0.024887)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">settings.go</text>
|
||||
|
||||
@ -555,12 +555,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="52.000000" y="464.607470" width="65.634573" height="123.392530" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="52.000000" y="464.607470" width="65.702260" height="123.392530" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(60.000000,480.207470) scale(0.861711)"
|
||||
transform="translate(60.000000,480.207470) scale(0.862886)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">dsa.go</text>
|
||||
|
||||
@ -568,12 +568,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="125.634573" y="464.607470" width="63.333493" height="123.392530" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="125.702260" y="464.607470" width="63.399064" height="123.392530" style="fill: rgb(6, 119, 63);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(133.634573,480.207470) scale(0.821762)"
|
||||
transform="translate(133.702260,480.207470) scale(0.822900)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">kem.go</text>
|
||||
|
||||
@ -581,7 +581,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="52.000000" y="354.070897" width="136.968066" height="102.536573" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="52.000000" y="354.070897" width="137.101324" height="102.536573" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -594,12 +594,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="299.477946" y="464.448581" width="31.467870" height="47.452138" style="fill: rgb(23, 148, 78);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="299.682822" y="464.448581" width="31.508212" height="47.452138" style="fill: rgb(23, 148, 78);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(307.477946,480.048581) scale(0.161124)"
|
||||
transform="translate(307.682822,480.048581) scale(0.161544)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(0, 0, 0); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">hashing.go</text>
|
||||
|
||||
@ -607,12 +607,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="338.945816" y="464.448581" width="20.703906" height="47.452138" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="339.191034" y="464.448581" width="20.733245" height="47.452138" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(346.945816,480.048581) scale(0.069999)"
|
||||
transform="translate(347.191034,480.048581) scale(0.070435)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">hmac.go</text>
|
||||
|
||||
@ -620,12 +620,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="296.700931" y="106.400000" width="62.948791" height="210.070897" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="296.913776" y="106.400000" width="63.010503" height="210.070897" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(304.700931,122.000000) scale(0.815083)"
|
||||
transform="translate(304.913776,122.000000) scale(0.816155)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">layer1</text>
|
||||
|
||||
@ -633,7 +633,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="52.000000" y="106.400000" width="236.700931" height="210.070897" style="fill: rgb(9, 123, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="52.000000" y="106.400000" width="236.913776" height="210.070897" style="fill: rgb(9, 123, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -646,12 +646,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="277.934361" y="354.070897" width="47.685396" height="72.777684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="278.126965" y="354.070897" width="47.736264" height="72.777684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(285.934361,369.670897) scale(0.550094)"
|
||||
transform="translate(286.126965,369.670897) scale(0.550977)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">cfb.go</text>
|
||||
|
||||
@ -659,12 +659,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="333.619758" y="354.070897" width="26.029964" height="72.777684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="333.863229" y="354.070897" width="26.061050" height="72.777684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(341.619758,369.670897) scale(0.116088)"
|
||||
transform="translate(341.863229,369.670897) scale(0.116447)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">cipher.go</text>
|
||||
|
||||
@ -672,12 +672,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="212.968066" y="354.070897" width="56.966296" height="72.777684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="213.101324" y="354.070897" width="57.025641" height="72.777684" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(220.968066,369.670897) scale(0.711220)"
|
||||
transform="translate(221.101324,369.670897) scale(0.712251)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">gcm.go</text>
|
||||
|
||||
@ -685,12 +685,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="604.497171" y="405.413953" width="130.845316" height="140.895349" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="604.586488" y="404.998336" width="130.705292" height="141.220050" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(612.497171,421.013953) scale(1.000000)"
|
||||
transform="translate(612.586488,420.598336) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">conn.go</text>
|
||||
|
||||
@ -698,12 +698,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="604.497171" y="554.309302" width="124.233634" height="33.690698" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="604.586488" y="554.218386" width="124.100278" height="33.781614" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(612.497171,569.909302) scale(1.000000)"
|
||||
transform="translate(612.586488,569.818386) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">settings.go</text>
|
||||
|
||||
@ -711,12 +711,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="759.342486" y="405.413953" width="58.261574" height="82.263139" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="759.291779" y="404.998336" width="58.187186" height="82.475022" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(767.342486,421.013953) scale(0.338634)"
|
||||
transform="translate(767.291779,420.598336) scale(0.338038)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">connkeeper.go</text>
|
||||
|
||||
@ -724,18 +724,18 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="759.342486" y="495.677092" width="50.899177" height="23.244933" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="759.291779" y="495.473358" width="50.833054" height="23.318277" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
</g>
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="857.604060" y="283.704615" width="40.473670" height="39.898947" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="857.478965" y="283.704615" width="40.530744" height="39.898947" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(865.604060,299.304615) scale(0.231758)"
|
||||
transform="translate(865.478965,299.304615) scale(0.232299)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">joiner32.go</text>
|
||||
|
||||
@ -743,12 +743,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="857.604060" y="106.400000" width="105.432174" height="56.180708" style="fill: rgb(12, 128, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="857.478965" y="106.400000" width="105.546397" height="56.180708" style="fill: rgb(12, 128, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(865.604060,122.000000) scale(0.846896)"
|
||||
transform="translate(865.478965,122.000000) scale(0.847977)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">database.go</text>
|
||||
|
||||
@ -756,12 +756,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="304.700931" y="128.000000" width="46.948791" height="138.161104" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="304.913776" y="128.000000" width="47.010503" height="138.161104" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(312.700931,143.600000) scale(0.322383)"
|
||||
transform="translate(312.913776,143.600000) scale(0.323026)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">message.go</text>
|
||||
|
||||
@ -769,12 +769,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="304.700931" y="274.161104" width="41.953446" height="34.309793" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="304.913776" y="274.161104" width="42.009548" height="34.309793" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(312.700931,289.761104) scale(0.245771)"
|
||||
transform="translate(312.913776,289.761104) scale(0.246303)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">settings.go</text>
|
||||
|
||||
@ -782,7 +782,7 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="60.000000" y="128.000000" width="97.554276" height="180.470897" style="fill: rgb(12, 128, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="60.000000" y="128.000000" width="97.652512" height="180.470897" style="fill: rgb(12, 128, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
@ -795,12 +795,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="165.554276" y="239.839873" width="115.146655" height="68.631024" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="165.652512" y="239.839873" width="115.261264" height="68.631024" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(173.554276,255.439873) scale(0.794444)"
|
||||
transform="translate(173.652512,255.439873) scale(0.795363)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">kcontainer.go</text>
|
||||
|
||||
@ -808,12 +808,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="165.554276" y="128.000000" width="115.146655" height="103.839873" style="fill: rgb(13, 130, 69);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="165.652512" y="128.000000" width="115.261264" height="103.839873" style="fill: rgb(13, 130, 69);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(173.554276,143.600000) scale(1.000000)"
|
||||
transform="translate(173.652512,143.600000) scale(1.000000)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">symmetric</text>
|
||||
|
||||
@ -821,12 +821,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="68.000000" y="269.771576" width="76.840893" height="30.699321" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="68.000000" y="269.771576" width="76.933959" height="30.699321" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(76.000000,285.371576) scale(0.633759)"
|
||||
transform="translate(76.000000,285.371576) scale(0.634729)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">message.go</text>
|
||||
|
||||
@ -834,12 +834,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="68.000000" y="149.600000" width="81.554276" height="112.171576" style="fill: rgb(16, 136, 72);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="68.000000" y="149.600000" width="81.652512" height="112.171576" style="fill: rgb(16, 136, 72);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(76.000000,165.200000) scale(0.758730)"
|
||||
transform="translate(76.000000,165.200000) scale(0.759867)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">scheme.go</text>
|
||||
|
||||
@ -847,12 +847,12 @@
|
||||
|
||||
|
||||
<g>
|
||||
<rect x="173.554276" y="149.600000" width="97.162458" height="74.239873" style="fill: rgb(13, 131, 69);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
<rect x="173.652512" y="149.600000" width="97.274944" height="74.239873" style="fill: rgb(13, 131, 69);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
|
||||
|
||||
<text
|
||||
data-notex="1"
|
||||
text-anchor="start"
|
||||
transform="translate(181.554276,165.200000) scale(0.939380)"
|
||||
transform="translate(181.652512,165.200000) scale(0.940682)"
|
||||
style="font-family: Open Sans, verdana, arial, sans-serif !important; font-size: 12px; fill: rgb(255, 255, 255); fill-opacity: 1.00; white-space: pre;"
|
||||
data-math="N">scheme.go</text>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue
Block a user