mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 21:16:10 +03:00
1063 lines
25 KiB
HTML
1063 lines
25 KiB
HTML
|
|
||
|
<!DOCTYPE HTML>
|
||
|
<html lang="" >
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
||
|
<title>Singleton · GitBook</title>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta name="description" content="">
|
||
|
<meta name="generator" content="GitBook 3.2.2">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" href="../gitbook/style.css">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" href="../gitbook/gitbook-plugin-highlight/website.css">
|
||
|
|
||
|
|
||
|
|
||
|
<link rel="stylesheet" href="../gitbook/gitbook-plugin-fontsettings/website.css">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<meta name="HandheldFriendly" content="true"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
|
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
|
||
|
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
|
||
|
|
||
|
|
||
|
<link rel="next" href="../" />
|
||
|
|
||
|
|
||
|
<link rel="prev" href="object-pool.html" />
|
||
|
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div class="book">
|
||
|
<div class="book-summary">
|
||
|
|
||
|
|
||
|
|
||
|
<nav role="navigation">
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="summary">
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1" data-path="../">
|
||
|
|
||
|
<a href="../">
|
||
|
|
||
|
|
||
|
Go Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.1" data-path="../">
|
||
|
|
||
|
<a href="../#creational-patterns">
|
||
|
|
||
|
|
||
|
Creational Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.1.1" data-path="abstract_factory.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Abstract Factory
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.1.2" data-path="builder.html">
|
||
|
|
||
|
<a href="builder.html">
|
||
|
|
||
|
|
||
|
Builder
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.1.3" data-path="factory.html">
|
||
|
|
||
|
<a href="factory.html">
|
||
|
|
||
|
|
||
|
Factory Method
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.1.4" data-path="object-pool.html">
|
||
|
|
||
|
<a href="object-pool.html">
|
||
|
|
||
|
|
||
|
Object Pool
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter active" data-level="1.1.1.5" data-path="singleton.html">
|
||
|
|
||
|
<a href="singleton.html">
|
||
|
|
||
|
|
||
|
Singleton
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2" data-path="../">
|
||
|
|
||
|
<a href="../#structural-patterns">
|
||
|
|
||
|
|
||
|
Structural Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2.1" data-path="../structural/bridge.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Bridge
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2.2" data-path="../structural/composite.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Composite
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2.3" data-path="../structural/decorator.html">
|
||
|
|
||
|
<a href="../structural/decorator.html">
|
||
|
|
||
|
|
||
|
Decorator
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2.4" data-path="../structural/facade.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Facade
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2.5" data-path="../structural/flyweight.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Flyweight
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.2.6" data-path="../structural/proxy.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Proxy
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3" data-path="../">
|
||
|
|
||
|
<a href="../#behavioral-patterns">
|
||
|
|
||
|
|
||
|
Behavioral Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.1" data-path="../behavioral/chain_of_responsibility.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Chain of Responsibility
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.2" data-path="../behavioral/command.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Command
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.3" data-path="../behavioral/mediator.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Mediator
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.4" data-path="../behavioral/memento.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Memento
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.5" data-path="../behavioral/observer.html">
|
||
|
|
||
|
<a href="../behavioral/observer.html">
|
||
|
|
||
|
|
||
|
Observer
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.6" data-path="../behavioral/registry.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Registry
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.7" data-path="../behavioral/state.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
State
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.8" data-path="../behavioral/strategy.html">
|
||
|
|
||
|
<a href="../behavioral/strategy.html">
|
||
|
|
||
|
|
||
|
Strategy
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.9" data-path="../behavioral/template.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Template
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.3.10" data-path="../behavioral/visitor.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Visitor
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.4" data-path="../">
|
||
|
|
||
|
<a href="../#synchronization-patterns">
|
||
|
|
||
|
|
||
|
Synchronization Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.4.1" data-path="../synchronization/condition_variable.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Condition Variable
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.4.2" data-path="../synchronization/mutex.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Lock/Mutex
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.4.3" data-path="../synchronization/monitor.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Monitor
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.4.4" data-path="../synchronization/read_write_lock.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Read-Write Lock
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.4.5" data-path="../synchronization/semaphore.html">
|
||
|
|
||
|
<a href="../synchronization/semaphore.html">
|
||
|
|
||
|
|
||
|
Semaphore
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5" data-path="../">
|
||
|
|
||
|
<a href="../#concurrency-patterns">
|
||
|
|
||
|
|
||
|
Concurrency Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.1" data-path="../concurrency/barrier.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
N-Barrier
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.2" data-path="../concurrency/bounded_parallelism.html">
|
||
|
|
||
|
<a href="../concurrency/bounded_parallelism.html">
|
||
|
|
||
|
|
||
|
Bounded Parallelism
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.3" data-path="../concurrency/broadcast.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Broadcast
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.4" data-path="../concurrency/coroutine.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Coroutines
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.5" data-path="../concurrency/generator.html">
|
||
|
|
||
|
<a href="../concurrency/generator.html">
|
||
|
|
||
|
|
||
|
Generators
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.6" data-path="../concurrency/reactor.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Reactor
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.7" data-path="../concurrency/parallelism.html">
|
||
|
|
||
|
<a href="../concurrency/parallelism.html">
|
||
|
|
||
|
|
||
|
Parallelism
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.5.8" data-path="../concurrency/producer_consumer.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Producer Consumer
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.6" data-path="../">
|
||
|
|
||
|
<a href="../#messaging-patterns">
|
||
|
|
||
|
|
||
|
Messaging Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.6.1" data-path="../messaging/fan_in.html">
|
||
|
|
||
|
<a href="../messaging/fan_in.html">
|
||
|
|
||
|
|
||
|
Fan-In
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.6.2" data-path="../messaging/fan_out.html">
|
||
|
|
||
|
<a href="../messaging/fan_out.html">
|
||
|
|
||
|
|
||
|
Fan-Out
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.6.3" data-path="../messaging/futures_promises.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Futures & Promises
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.6.4" data-path="../messaging/publish_subscribe.html">
|
||
|
|
||
|
<a href="../messaging/publish_subscribe.html">
|
||
|
|
||
|
|
||
|
Publish/Subscribe
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.6.5" data-path="../messaging/push_pull.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Push & Pull
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7" data-path="../">
|
||
|
|
||
|
<a href="../#stability-patterns">
|
||
|
|
||
|
|
||
|
Stability Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7.1" data-path="../stability/bulkhead.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Bulkheads
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7.2" data-path="../stability/circuit-breaker.html">
|
||
|
|
||
|
<a href="../stability/circuit-breaker.html">
|
||
|
|
||
|
|
||
|
Circuit-Breaker
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7.3" data-path="../stability/deadline.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Deadline
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7.4" data-path="../stability/fail_fast.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Fail-Fast
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7.5" data-path="../stability/handshaking.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Handshaking
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.7.6" data-path="../stability/steady_state.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Steady-State
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.8" data-path="../">
|
||
|
|
||
|
<a href="../#profiling-patterns">
|
||
|
|
||
|
|
||
|
Profiling Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.8.1" data-path="../profiling/timing.html">
|
||
|
|
||
|
<a href="../profiling/timing.html">
|
||
|
|
||
|
|
||
|
Timing Functions
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.9" data-path="../">
|
||
|
|
||
|
<a href="../#idioms">
|
||
|
|
||
|
|
||
|
Idioms
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.9.1" data-path="../idiom/functional-options.html">
|
||
|
|
||
|
<a href="../idiom/functional-options.html">
|
||
|
|
||
|
|
||
|
Functional Options
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.1.10" data-path="../">
|
||
|
|
||
|
<a href="../#anti-patterns">
|
||
|
|
||
|
|
||
|
Anti-Patterns
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
<ul class="articles">
|
||
|
|
||
|
|
||
|
<li class="chapter " data-level="1.1.10.1" data-path="../anti-patterns/cascading_failures.md">
|
||
|
|
||
|
<span>
|
||
|
|
||
|
|
||
|
Cascading Failures
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
|
||
|
</li>
|
||
|
|
||
|
<li class="chapter " data-level="1.2" data-path="../CONTRIBUTING.html">
|
||
|
|
||
|
<a href="../CONTRIBUTING.html">
|
||
|
|
||
|
|
||
|
Contributing
|
||
|
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</li>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<li class="divider"></li>
|
||
|
|
||
|
<li>
|
||
|
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
|
||
|
Published with GitBook
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
</nav>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div class="book-body">
|
||
|
|
||
|
<div class="body-inner">
|
||
|
|
||
|
|
||
|
|
||
|
<div class="book-header" role="navigation">
|
||
|
|
||
|
|
||
|
<!-- Title -->
|
||
|
<h1>
|
||
|
<i class="fa fa-circle-o-notch fa-spin"></i>
|
||
|
<a href=".." >Singleton</a>
|
||
|
</h1>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div class="page-wrapper" tabindex="-1" role="main">
|
||
|
<div class="page-inner">
|
||
|
|
||
|
<section class="normal markdown-section">
|
||
|
|
||
|
<h1 id="singleton-pattern">Singleton Pattern</h1>
|
||
|
<p>Singleton creational design pattern restricts the instantiation of a type to a single object.</p>
|
||
|
<h2 id="implementation">Implementation</h2>
|
||
|
<pre><code class="lang-go"><span class="hljs-keyword">package</span> singleton
|
||
|
|
||
|
<span class="hljs-keyword">type</span> singleton <span class="hljs-keyword">map</span>[<span class="hljs-keyword">string</span>]<span class="hljs-keyword">string</span>
|
||
|
|
||
|
<span class="hljs-keyword">var</span> (
|
||
|
once sync.Once
|
||
|
|
||
|
instance singleton
|
||
|
)
|
||
|
|
||
|
<span class="hljs-keyword">func</span> New() singleton {
|
||
|
once.Do(<span class="hljs-keyword">func</span>() {
|
||
|
instance = <span class="hljs-built_in">make</span>(singleton)
|
||
|
})
|
||
|
|
||
|
<span class="hljs-keyword">return</span> instance
|
||
|
}
|
||
|
</code></pre>
|
||
|
<h2 id="usage">Usage</h2>
|
||
|
<pre><code class="lang-go">s := singleton.New()
|
||
|
|
||
|
s[<span class="hljs-string">"this"</span>] = <span class="hljs-string">"that"</span>
|
||
|
|
||
|
s2 := singleton.New()
|
||
|
|
||
|
fmt.Println(<span class="hljs-string">"This is "</span>, s2[<span class="hljs-string">"this"</span>])
|
||
|
<span class="hljs-comment">// This is that</span>
|
||
|
</code></pre>
|
||
|
<h2 id="rules-of-thumb">Rules of Thumb</h2>
|
||
|
<ul>
|
||
|
<li>Singleton pattern represents a global state and most of the time reduces testability.</li>
|
||
|
</ul>
|
||
|
|
||
|
|
||
|
</section>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
<a href="object-pool.html" class="navigation navigation-prev " aria-label="Previous page: Object Pool">
|
||
|
<i class="fa fa-angle-left"></i>
|
||
|
</a>
|
||
|
|
||
|
|
||
|
<a href="../#structural-patterns" class="navigation navigation-next " aria-label="Next page: Structural Patterns">
|
||
|
<i class="fa fa-angle-right"></i>
|
||
|
</a>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<script>
|
||
|
var gitbook = gitbook || [];
|
||
|
gitbook.push(function() {
|
||
|
gitbook.page.hasChanged({"page":{"title":"Singleton","level":"1.1.1.5","depth":3,"next":{"title":"Structural Patterns","level":"1.1.2","depth":2,"anchor":"#structural-patterns","path":"README.md","ref":"README.md#structural-patterns","articles":[{"title":"Bridge","level":"1.1.2.1","depth":3,"path":"structural/bridge.md","ref":"structural/bridge.md","articles":[]},{"title":"Composite","level":"1.1.2.2","depth":3,"path":"structural/composite.md","ref":"structural/composite.md","articles":[]},{"title":"Decorator","level":"1.1.2.3","depth":3,"path":"structural/decorator.md","ref":"structural/decorator.md","articles":[]},{"title":"Facade","level":"1.1.2.4","depth":3,"path":"structural/facade.md","ref":"structural/facade.md","articles":[]},{"title":"Flyweight","level":"1.1.2.5","depth":3,"path":"structural/flyweight.md","ref":"structural/flyweight.md","articles":[]},{"title":"Proxy","level":"1.1.2.6","depth":3,"path":"structural/proxy.md","ref":"structural/proxy.md","articles":[]}]},"previous":{"title":"Object Pool","level":"1.1.1.4","depth":3,"path":"creational/object-pool.md","ref":"creational/object-pool.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","github","edit-link"],"pluginsConfig":{"github":{"url":"https://github.com/tmrts/go-patterns"},"edit-link":{"label":"","base":"https://github.com/tmrts/go-patterns/edit/master/"},"highlight":{},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"fontsettings":{"theme":"white","family":"sans","size":2},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"}},"file":{"path":"creational/singleton.md","mtime":"2017-05-01T12:22:21.000Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2017-05-01T12:23:41.783Z"},"basePath":"..","book":{"language":""}});
|
||
|
});
|
||
|
</script>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<script src="../gitbook/gitbook.js"></script>
|
||
|
<script src="../gitbook/theme.js"></script>
|
||
|
|
||
|
|
||
|
<script src="../gitbook/gitbook-plugin-github/plugin.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
<script src="../gitbook/gitbook-plugin-edit-link/plugin.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
<script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
<script src="../gitbook/gitbook-plugin-fontsettings/fontsettings.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|